We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224941c commit 596f478Copy full SHA for 596f478
drivers/power/supply/axp20x_usb_power.c
@@ -78,7 +78,7 @@ static bool axp20x_usb_vbus_needs_polling(struct axp20x_usb_power *power)
78
/*
79
* Polling is only necessary while VBUS is offline. While online, a
80
* present->absent transition implies an online->offline transition
81
- * and will triger the VBUS_REMOVAL IRQ.
+ * and will trigger the VBUS_REMOVAL IRQ.
82
*/
83
if (power->axp20x_id >= AXP221_ID && !power->online)
84
return true;
0 commit comments