[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMRc=Me8HQwNNau08h_Bg77W=Dt7gRVMMwtZwg_tHYVUTb=i0A@mail.gmail.com>
Date: Thu, 11 May 2023 11:06:58 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Keerthy <j-keerthy@...com>,
Linus Walleij <linus.walleij@...aro.org>,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] gpio: davinci: correct non-kerneldoc comment
On Sun, May 7, 2023 at 4:48 PM Krzysztof Kozlowski
<krzysztof.kozlowski@...aro.org> wrote:
>
> 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 <krzysztof.kozlowski@...aro.org>
> ---
> drivers/gpio/gpio-davinci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c
> index aaaf61dc2632..3063e57a4174 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.
> */
> --
> 2.34.1
>
Applied, thanks!
Bart
Powered by blists - more mailing lists