projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcbabfe
)
phy-mvebu-a3700-utmi: correct typo in struct mvebu_a3700_utmi comments
author
Vinod Koul
<vkoul@kernel.org>
Wed, 8 Jul 2020 13:28:04 +0000
(18:58 +0530)
committer
Vinod Koul
<vkoul@kernel.org>
Mon, 13 Jul 2020 06:44:37 +0000
(12:14 +0530)
We get warning with W=1 build:
drivers/phy/marvell/phy-mvebu-a3700-utmi.c:84: warning: Function
parameter or member 'usb_misc' not described in 'mvebu_a3700_utmi'
Fix that by correcting the typo usb_mis
Link:
https://lore.kernel.org/r/20200708132809.265967-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/marvell/phy-mvebu-a3700-utmi.c
patch
|
blob
|
history
diff --git
a/drivers/phy/marvell/phy-mvebu-a3700-utmi.c
b/drivers/phy/marvell/phy-mvebu-a3700-utmi.c
index 23bc3bf5c4c0c6c2e7d2afb487007ab273e4b04b..8834436bc9dbccb1cc145e91b226ffa0092c4a16 100644
(file)
--- a/
drivers/phy/marvell/phy-mvebu-a3700-utmi.c
+++ b/
drivers/phy/marvell/phy-mvebu-a3700-utmi.c
@@
-72,7
+72,7
@@
struct mvebu_a3700_utmi_caps {
* struct mvebu_a3700_utmi - PHY driver data
*
* @regs: PHY registers
- * @usb_mis: Regmap with USB miscellaneous registers including PHY ones
+ * @usb_mis
c
: Regmap with USB miscellaneous registers including PHY ones
* @caps: PHY capabilities
* @phy: PHY handle
*/