From: Krzysztof Kozlowski Date: Sun, 7 May 2023 14:48:07 +0000 (+0200) Subject: gpio: davinci: correct non-kerneldoc comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8e84a8e69e3fa6aeb7720962f978bbd5a369c989;p=linux.git gpio: davinci: correct non-kerneldoc comment Drop kerneldoc annotation from regular comment to fix: gpio-davinci.c:716: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Signed-off-by: Krzysztof Kozlowski Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c index aaaf61dc26321..3063e57a41741 100644 --- a/drivers/gpio/gpio-davinci.c +++ b/drivers/gpio/gpio-davinci.c @@ -712,7 +712,7 @@ static struct platform_driver davinci_gpio_driver = { }, }; -/** +/* * GPIO driver registration needs to be done before machine_init functions * access GPIO. Hence davinci_gpio_drv_reg() is a postcore_initcall. */