From: Lee Jones Date: Wed, 26 May 2021 13:00:36 +0000 (+0100) Subject: usb: cdns3: cdnsp-gadget: Provide function name for 'cdnsp_find_next_ext_cap()' X-Git-Tag: v5.15~788^2~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=632d234b0bf89dce7cacbd4ed9b966469bfdc746;p=platform%2Fkernel%2Flinux-starfive.git usb: cdns3: cdnsp-gadget: Provide function name for 'cdnsp_find_next_ext_cap()' Fixes the following W=1 kernel build warning(s): drivers/usb/cdns3/cdnsp-gadget.c:59: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Cc: Pawel Laszczak Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Acked-by: Peter Chen Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20210526130037.856068-24-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/cdns3/cdnsp-gadget.c b/drivers/usb/cdns3/cdnsp-gadget.c index 4fddc78..10355b9 100644 --- a/drivers/usb/cdns3/cdnsp-gadget.c +++ b/drivers/usb/cdns3/cdnsp-gadget.c @@ -56,7 +56,8 @@ u32 cdnsp_port_state_to_neutral(u32 state) } /** - * Find the offset of the extended capabilities with capability ID id. + * cdnsp_find_next_ext_cap - Find the offset of the extended capabilities + * with capability ID id. * @base: PCI MMIO registers base address. * @start: Address at which to start looking, (0 or HCC_PARAMS to start at * beginning of list)