diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-07-16 15:37:44 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-20 06:44:03 -0400 |
commit | 0b1587b18bfed2fc686abfca7b942d75f859c465 (patch) | |
tree | 57f237cf79ca87e73a6b09c14fc056fba18f02db /drivers/power/88pm860x_charger.c | |
parent | 8646603608e324b352b1797c6fd8024cb6728a31 (diff) |
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) | |||
554 | OVTEMP_AUTORECOVER, | 554 | OVTEMP_AUTORECOVER, |
555 | OVTEMP_AUTORECOVER); | 555 | OVTEMP_AUTORECOVER); |
556 | dev_dbg(info->dev, | 556 | dev_dbg(info->dev, |
557 | "%s, pm8606 over-temp occure\n", __func__); | 557 | "%s, pm8606 over-temp occurred\n", __func__); |
558 | } | 558 | } |
559 | } | 559 | } |
560 | 560 | ||
@@ -562,7 +562,7 @@ static irqreturn_t pm860x_vchg_handler(int irq, void *data) | |||
562 | set_vchg_threshold(info, VCHG_OVP_LOW, 0); | 562 | set_vchg_threshold(info, VCHG_OVP_LOW, 0); |
563 | info->allowed = 0; | 563 | info->allowed = 0; |
564 | dev_dbg(info->dev, | 564 | dev_dbg(info->dev, |
565 | "%s,pm8607 over-vchg occure,vchg = %dmv\n", | 565 | "%s,pm8607 over-vchg occurred,vchg = %dmv\n", |
566 | __func__, vchg); | 566 | __func__, vchg); |
567 | } else if (vchg < VCHG_OVP_LOW) { | 567 | } else if (vchg < VCHG_OVP_LOW) { |
568 | set_vchg_threshold(info, VCHG_NORMAL_LOW, | 568 | set_vchg_threshold(info, VCHG_NORMAL_LOW, |