Re: [PATCH 02/24] usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'

From: Minas Harutyunyan
Date: Wed May 26 2021 - 11:10:56 EST


On 5/26/2021 5:00 PM, Lee Jones wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/usb/dwc2/platform.c:411: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
>
> Cc: Minas Harutyunyan <hminas@xxxxxxxxxxxx>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Cc: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> Cc: Liam Girdwood <lgirdwood@xxxxxxxxx>
> Cc: Mark Brown <broonie@xxxxxxxxxx>
> Cc: Matthijs Kooijman <matthijs@xxxxxxxx>
> Cc: linux-usb@xxxxxxxxxxxxxxx
> Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>


Acked-by: Minas Harutyunyan <Minas.Harutyunyan@xxxxxxxxxxxx>


> ---
> drivers/usb/dwc2/platform.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/dwc2/platform.c b/drivers/usb/dwc2/platform.c
> index 520a0beef77ca..c8f18f3ba9e35 100644
> --- a/drivers/usb/dwc2/platform.c
> +++ b/drivers/usb/dwc2/platform.c
> @@ -408,7 +408,7 @@ static bool dwc2_check_core_endianness(struct dwc2_hsotg *hsotg)
> }
>
> /**
> - * Check core version
> + * dwc2_check_core_version() - Check core version
> *
> * @hsotg: Programming view of the DWC_otg controller
> *
>