Skip to content

Commit 7947113

Browse files
committed
phy: ti: omap-usb2: Fix the kernel-doc style
The documentation uses incorrect style, so fix that. drivers/phy/ti/phy-omap-usb2.c:102: warning: Function parameter or member 'comparator' not described in 'omap_usb2_set_comparator' While at it, use a single line for function description Signed-off-by: Vinod Koul <[email protected]> Reviewed-by: Liam Beguin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 0d1c7e5 commit 7947113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/phy/ti/phy-omap-usb2.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ static inline void omap_usb_writel(void __iomem *addr, unsigned int offset,
8989
}
9090

9191
/**
92-
* omap_usb2_set_comparator - links the comparator present in the system with
93-
* this phy
94-
* @comparator - the companion phy(comparator) for this phy
92+
* omap_usb2_set_comparator() - links the comparator present in the system with this phy
93+
*
94+
* @comparator: the companion phy(comparator) for this phy
9595
*
9696
* The phy companion driver should call this API passing the phy_companion
9797
* filled with set_vbus and start_srp to be used by usb phy.

0 commit comments

Comments
 (0)