summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sd.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-02-24 23:11:26 +0900
committerJiri Kosina <jkosina@suse.cz>2015-03-06 23:04:40 +0100
commitf42cf8d6a3ec934551ac0f20f4654dccb11fa30d (patch)
treeacbb50d874edfafa5baa82befa00dff45580fdf1 /drivers/mmc/core/sd.c
parent637473cf006fe4cd85aed0fb69b6c917d868ada2 (diff)
downloadop-kernel-dev-f42cf8d6a3ec934551ac0f20f4654dccb11fa30d.zip
op-kernel-dev-f42cf8d6a3ec934551ac0f20f4654dccb11fa30d.tar.gz
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>
Diffstat (limited to 'drivers/mmc/core/sd.c')
-rw-r--r--drivers/mmc/core/sd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c
index d90a6de..c2cddfd 100644
--- a/drivers/mmc/core/sd.c
+++ b/drivers/mmc/core/sd.c
@@ -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;
OpenPOWER on IntegriCloud