From: Lee Jones Date: Thu, 2 Jul 2020 14:46:13 +0000 (+0100) Subject: usb: dwc3: dwc3-of-simple: Function headers are not good candidates for kerneldoc X-Git-Tag: v5.15~3206^2~185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26ef796f9306ce82fbd7c7f0142ed4674698a333;p=platform%2Fkernel%2Flinux-starfive.git usb: dwc3: dwc3-of-simple: Function headers are not good candidates for kerneldoc Fixes the following kernel build warning(s): drivers/usb/dwc3/dwc3-of-simple.c:25: warning: cannot understand function prototype: 'struct dwc3_of_simple ' Cc: Felipe Balbi Cc: iivanov@mm-sol.com Cc: Sundeep Bhatta Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20200702144625.2533530-19-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/dwc3/dwc3-of-simple.c b/drivers/usb/dwc3/dwc3-of-simple.c index 8852fbf..34c828c 100644 --- a/drivers/usb/dwc3/dwc3-of-simple.c +++ b/drivers/usb/dwc3/dwc3-of-simple.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * dwc3-of-simple.c - OF glue layer for simple integrations * * Copyright (c) 2015 Texas Instruments Incorporated - http://www.ti.com