diff options
author | Vinod Koul <vkoul@kernel.org> | 2020-07-08 16:28:04 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-07-13 09:44:37 +0300 |
commit | 901e0a8f14a1497ce6229445daac4aec1dd93b92 (patch) | |
tree | b703c47fd69d5ad7cfc84d1012f54ef3e4c7de19 /drivers/phy/marvell | |
parent | dcbabfeb17c3c2fdb6bc92a3031ecd37df1834a8 (diff) | |
download | linux-901e0a8f14a1497ce6229445daac4aec1dd93b92.tar.xz |
phy-mvebu-a3700-utmi: correct typo in struct mvebu_a3700_utmi comments
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>
Diffstat (limited to 'drivers/phy/marvell')
-rw-r--r-- | drivers/phy/marvell/phy-mvebu-a3700-utmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/marvell/phy-mvebu-a3700-utmi.c b/drivers/phy/marvell/phy-mvebu-a3700-utmi.c index 23bc3bf5c4c0..8834436bc9db 100644 --- 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_misc: Regmap with USB miscellaneous registers including PHY ones * @caps: PHY capabilities * @phy: PHY handle */ |