projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee213b
)
phy: sun4i-usb: Fix a typo
author
Andrew Kreimer
<algonell@gmail.com>
Thu, 10 Oct 2024 09:13:55 +0000
(12:13 +0300)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 11 Oct 2024 09:07:29 +0000
(14:37 +0530)
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>
include/linux/phy/phy-sun4i-usb.h
patch
|
blob
|
history
diff --git
a/include/linux/phy/phy-sun4i-usb.h
b/include/linux/phy/phy-sun4i-usb.h
index
91eb755
..
f3e7b13
100644
(file)
--- 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: w
h
ether to enable or disable squelch detect
*/
void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);