We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3f09be + b830b1a commit d3fb4f8Copy full SHA for d3fb4f8
drivers/mmc/core/sd.c
@@ -238,7 +238,7 @@ static int mmc_read_scr(struct mmc_card *card)
238
239
err = mmc_app_send_scr(card, card->raw_scr);
240
if( !err )
241
- break; // sucess!!!
+ break; // success!!!
242
243
touch_nmi_watchdog(); // we are still alive!
244
@@ -320,7 +320,7 @@ static int mmc_read_ssr(struct mmc_card *card)
320
321
if( tries > 1 )
322
{
323
- pr_info("%s: could read SD Status register (SSR) at the %dth attempt\n", mmc_hostname(card->host), tries );
+ pr_info("%s: read SD Status register (SSR) after %d attempts\n", mmc_hostname(card->host), tries );
324
}
325
326
for (i = 0; i < 16; i++)
0 commit comments