Skip to content

Commit 11dad94

Browse files
algonellvinodkoul
authored andcommitted
phy: sun4i-usb: Fix a typo
Fix a typo in comments: wether -> whether. Signed-off-by: Andrew Kreimer <[email protected]> Acked-by: Chen-Yu Tsai <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 5ee213b commit 11dad94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/phy/phy-sun4i-usb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* sun4i_usb_phy_set_squelch_detect() - Enable/disable squelch detect
1313
* @phy: reference to a sun4i usb phy
14-
* @enabled: wether to enable or disable squelch detect
14+
* @enabled: whether to enable or disable squelch detect
1515
*/
1616
void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);
1717

0 commit comments

Comments
 (0)