1
0

treewide: Fix typo in printk messages

This patch fix spelling typo in printk messages.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Este cometimento está contido em:
Masanari Iida
2015-02-24 23:11:26 +09:00
cometido por Jiri Kosina
ascendente 637473cf00
cometimento f42cf8d6a3
13 ficheiros modificados com 17 adições e 17 eliminações

Ver ficheiro

@@ -1816,7 +1816,7 @@ static int mmc_runtime_suspend(struct mmc_host *host)
err = _mmc_suspend(host, true);
if (err)
pr_err("%s: error %d doing aggessive suspend\n",
pr_err("%s: error %d doing aggressive suspend\n",
mmc_hostname(host), err);
return err;
@@ -1834,7 +1834,7 @@ static int mmc_runtime_resume(struct mmc_host *host)
err = _mmc_resume(host);
if (err)
pr_err("%s: error %d doing aggessive resume\n",
pr_err("%s: error %d doing aggressive resume\n",
mmc_hostname(host), err);
return 0;

Ver ficheiro

@@ -1156,7 +1156,7 @@ static int mmc_sd_runtime_suspend(struct mmc_host *host)
err = _mmc_sd_suspend(host);
if (err)
pr_err("%s: error %d doing aggessive suspend\n",
pr_err("%s: error %d doing aggressive suspend\n",
mmc_hostname(host), err);
return err;
@@ -1174,7 +1174,7 @@ static int mmc_sd_runtime_resume(struct mmc_host *host)
err = _mmc_sd_resume(host);
if (err)
pr_err("%s: error %d doing aggessive resume\n",
pr_err("%s: error %d doing aggressive resume\n",
mmc_hostname(host), err);
return 0;