commit | 826eceb48f2e03b12500ae64804786837c889104 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vkoul@kernel.org> | Tue Nov 16 15:51:30 2021 +0530 |
committer | Vinod Koul <vkoul@kernel.org> | Sat Nov 20 11:41:20 2021 +0530 |
tree | 7d766185a257cc20f339dc30e6ecde7363c7e1fe | |
parent | 90e05ae33dd508a12495d1803f7da000fa4b6f42 [diff] |
phy: ti: omap-usb2: Fix the kernel-doc style The documentaion 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 <vkoul@kernel.org>