projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224941c
)
power: supply: axp20x_usb_power: fix spelling mistake
author
Keyur Patel
<iamkeyur96@gmail.com>
Tue, 9 Jun 2020 22:50:35 +0000
(18:50 -0400)
committer
Sebastian Reichel
<sre@kernel.org>
Fri, 19 Jun 2020 14:57:45 +0000
(16:57 +0200)
Fix typo: "triger" --> "trigger"
Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/axp20x_usb_power.c
patch
|
blob
|
history
diff --git
a/drivers/power/supply/axp20x_usb_power.c
b/drivers/power/supply/axp20x_usb_power.c
index 4fde24b5f35a1bb2aa939b8b17a3a744e63344da..d01dc0332edc7826c085d9147d25bb0e4a751327 100644
(file)
--- a/
drivers/power/supply/axp20x_usb_power.c
+++ b/
drivers/power/supply/axp20x_usb_power.c
@@
-78,7
+78,7
@@
static bool axp20x_usb_vbus_needs_polling(struct axp20x_usb_power *power)
/*
* Polling is only necessary while VBUS is offline. While online, a
* present->absent transition implies an online->offline transition
- * and will triger the VBUS_REMOVAL IRQ.
+ * and will trig
g
er the VBUS_REMOVAL IRQ.
*/
if (power->axp20x_id >= AXP221_ID && !power->online)
return true;