Skip to content

Commit 596f478

Browse files
iamkeyursre
authored andcommitted
power: supply: axp20x_usb_power: fix spelling mistake
Fix typo: "triger" --> "trigger" Signed-off-by: Keyur Patel <[email protected]> Acked-by: Chen-Yu Tsai <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 224941c commit 596f478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/power/supply/axp20x_usb_power.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static bool axp20x_usb_vbus_needs_polling(struct axp20x_usb_power *power)
7878
/*
7979
* Polling is only necessary while VBUS is offline. While online, a
8080
* present->absent transition implies an online->offline transition
81-
* and will triger the VBUS_REMOVAL IRQ.
81+
* and will trigger the VBUS_REMOVAL IRQ.
8282
*/
8383
if (power->axp20x_id >= AXP221_ID && !power->online)
8484
return true;

0 commit comments

Comments
 (0)