projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c4bf69
)
power: supply: pm2301_charger: fix spelling mistake "chargind" -> "charging"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 5 Aug 2020 10:38:57 +0000
(11:38 +0100)
committer
Sebastian Reichel
<sre@kernel.org>
Thu, 27 Aug 2020 22:02:29 +0000
(
00:02
+0200)
There is a spelling mistake in a dev_dbg message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/pm2301_charger.c
patch
|
blob
|
history
diff --git
a/drivers/power/supply/pm2301_charger.c
b/drivers/power/supply/pm2301_charger.c
index
17749fc
..
7878678
100644
(file)
--- a/
drivers/power/supply/pm2301_charger.c
+++ b/
drivers/power/supply/pm2301_charger.c
@@
-396,7
+396,7
@@
static int pm2_int_reg3(void *pm2_data, int val)
if (val & (PM2XXX_INT4_ITCHARGINGON)) {
dev_dbg(pm2->dev ,
- "chargin
d
operation has started\n");
+ "chargin
g
operation has started\n");
}
if (val & (PM2XXX_INT4_ITVRESUME)) {