lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YC/5ojC2fwkY5Y9T@kernel.org>
Date:   Fri, 19 Feb 2021 19:47:14 +0200
From:   Jarkko Sakkinen <jarkko@...nel.org>
To:     David Howells <dhowells@...hat.com>
Cc:     Lukas Bulwahn <lukas.bulwahn@...il.com>, keyrings@...r.kernel.org,
        linux-kernel@...r.kernel.org, corbet@....net,
        mchehab+huawei@...nel.org, linux-doc@...r.kernel.org,
        kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] watch_queue: rectify kernel-doc for init_watch()

On Fri, Feb 19, 2021 at 10:46:53AM +0000, David Howells wrote:
> From: Lukas Bulwahn <lukas.bulwahn@...il.com>
> 
> The command './scripts/kernel-doc -none kernel/watch_queue.c'
> reported a mismatch in the kernel-doc of init_watch().
> 
> Rectify the kernel-doc, such that no issues remain for watch_queue.c.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
> Signed-off-by: David Howells <dhowells@...hat.com>
> Link: https://lore.kernel.org/lkml/20210125161409.8478-1-lukas.bulwahn@gmail.com
> ---
> 
>  kernel/watch_queue.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/watch_queue.c b/kernel/watch_queue.c
> index 0ef8f65bd2d7..9c9eb20dd2c5 100644
> --- a/kernel/watch_queue.c
> +++ b/kernel/watch_queue.c
> @@ -413,7 +413,7 @@ static void put_watch(struct watch *watch)
>  }
>  
>  /**
> - * init_watch_queue - Initialise a watch
> + * init_watch - Initialise a watch
>   * @watch: The watch to initialise.
>   * @wqueue: The queue to assign.
>   *
> 
> 
> 

Reviewed-by: Jarkko Sakkinen <jarkko@...nel.org>

/Jarkko

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ