diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-07-17 04:37:44 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-20 12:44:03 +0200 |
commit | 0b1587b18bfed2fc686abfca7b942d75f859c465 (patch) | |
tree | 57f237cf79ca87e73a6b09c14fc056fba18f02db /drivers/power/88pm860x_charger.c | |
parent | 8646603608e324b352b1797c6fd8024cb6728a31 (diff) | |
download | linux-0b1587b18bfed2fc686abfca7b942d75f859c465.tar.gz linux-0b1587b18bfed2fc686abfca7b942d75f859c465.tar.bz2 linux-0b1587b18bfed2fc686abfca7b942d75f859c465.zip |
treewide: Fix typo in printk
Correct spelling typo in printk
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/power/88pm860x_charger.c')
-rw-r--r-- | drivers/power/88pm860x_charger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/88pm860x_charger.c b/drivers/power/88pm860x_charger.c index ffff66b1c1aa..de029bbc1cc1 100644 --- a/drivers/power/88pm860x_charger.c +++ b/drivers/power/88pm860x_charger.c @@ -554,7 +554,7 @@ static irqreturn_t pm860x_vchg_handler(int irq, void *data) OVTEMP_AUTORECOVER, OVTEMP_AUTORECOVER); dev_dbg(info->dev, - "%s, pm8606 over-temp occure\n", __func__); + "%s, pm8606 over-temp occurred\n", __func__); } } @@ -562,7 +562,7 @@ static irqreturn_t pm860x_vchg_handler(int irq, void *data) set_vchg_threshold(info, VCHG_OVP_LOW, 0); info->allowed = 0; dev_dbg(info->dev, - "%s,pm8607 over-vchg occure,vchg = %dmv\n", + "%s,pm8607 over-vchg occurred,vchg = %dmv\n", __func__, vchg); } else if (vchg < VCHG_OVP_LOW) { set_vchg_threshold(info, VCHG_NORMAL_LOW, |