summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-10-10 12:13:55 +0300
committerVinod Koul <vkoul@kernel.org>2024-10-11 14:37:29 +0530
commit11dad94b50263bbe87d015041c77be61c8c44161 (patch)
treecd3971418f1b0f26f776d3a011f0422dc612455a
parent5ee213bdbc6c784c28fc9e2dbb5243906e1f8217 (diff)
downloadlwn-11dad94b50263bbe87d015041c77be61c8c44161.tar.gz
lwn-11dad94b50263bbe87d015041c77be61c8c44161.zip
phy: sun4i-usb: Fix a typo
Fix a typo in comments: wether -> whether. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Link: https://lore.kernel.org/r/20241010091355.8271-1-algonell@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r--include/linux/phy/phy-sun4i-usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/phy/phy-sun4i-usb.h b/include/linux/phy/phy-sun4i-usb.h
index 91eb755ee73b..f3e7b13608e4 100644
--- a/include/linux/phy/phy-sun4i-usb.h
+++ b/include/linux/phy/phy-sun4i-usb.h
@@ -11,7 +11,7 @@
/**
* sun4i_usb_phy_set_squelch_detect() - Enable/disable squelch detect
* @phy: reference to a sun4i usb phy
- * @enabled: wether to enable or disable squelch detect
+ * @enabled: whether to enable or disable squelch detect
*/
void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);