From: Lee Jones Date: Wed, 24 Jun 2020 08:42:33 +0000 (+0100) Subject: mfd: omap-usb-host: Remove invalid use of kerneldoc syntax X-Git-Tag: v5.10.7~1828^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d36df75839d2dc6216f13ed86a60f801c38937f;p=platform%2Fkernel%2Flinux-rpi.git mfd: omap-usb-host: Remove invalid use of kerneldoc syntax Kerneldoc is for documenting function arguments and return values. Prevents warnings like: drivers/mfd/omap-usb-host.c:128: warning: cannot understand function prototype: 'const char * const port_modes[] = ' Cc: Tony Lindgren Cc: Keshava Munegowda Cc: Roger Quadros Cc: linux-omap@vger.kernel.org Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c index 1f4f01b02..f56cdf3 100644 --- a/drivers/mfd/omap-usb-host.c +++ b/drivers/mfd/omap-usb-host.c @@ -120,7 +120,7 @@ static inline u32 usbhs_read(void __iomem *base, u32 reg) /*-------------------------------------------------------------------------*/ -/** +/* * Map 'enum usbhs_omap_port_mode' found in * to the device tree binding portN-mode found in * 'Documentation/devicetree/bindings/mfd/omap-usb-host.txt'