Skip to content

Commit 31c66bf

Browse files
committed
phy: mvebu-cp110-utmi: Fix kernel-doc warns
Fix the format and add description for ops to fix the below warnings: drivers/phy/marvell/phy-mvebu-cp110-utmi.c:94: warning: Function parameter or member 'syscon' not described in 'mvebu_cp110_utmi' drivers/phy/marvell/phy-mvebu-cp110-utmi.c:94: warning: Function parameter or member 'ops' not described in 'mvebu_cp110_utmi' Signed-off-by: Vinod Koul <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 7adaf92 commit 31c66bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/phy/marvell/phy-mvebu-cp110-utmi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
* struct mvebu_cp110_utmi - PHY driver data
8383
*
8484
* @regs: PHY registers
85-
* @syscom: Regmap with system controller registers
85+
* @syscon: Regmap with system controller registers
8686
* @dev: device driver handle
87-
* @caps: PHY capabilities
87+
* @ops: phy ops
8888
*/
8989
struct mvebu_cp110_utmi {
9090
void __iomem *regs;

0 commit comments

Comments
 (0)