From: Lee Jones Date: Wed, 31 Mar 2021 08:11:21 +0000 (+0100) Subject: mfd: omap-usb-host: File headers are not good candidates for kernel-doc X-Git-Tag: accepted/tizen/unified/20230118.172025~6893^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a2833c622ab5a26d3d0c39af00ee0a52f1a620d;p=platform%2Fkernel%2Flinux-rpi.git mfd: omap-usb-host: File headers are not good candidates for kernel-doc Fixes the following W=1 kernel build warning(s): drivers/mfd/omap-usb-host.c:26: warning: expecting prototype for omap(). Prototype was for USBHS_DRIVER_NAME() instead Cc: Tony Lindgren Cc: Lee Jones 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 2a3a240..787d2ae 100644 --- a/drivers/mfd/omap-usb-host.c +++ b/drivers/mfd/omap-usb-host.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * omap-usb-host.c - The USBHS core driver for OMAP EHCI & OHCI * * Copyright (C) 2011-2013 Texas Instruments Incorporated - https://www.ti.com