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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 30 Dec 2021 14:12:04 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Ajith P V <ajithpv.linux@...il.com>
Cc:     arve@...roid.com, tkjos@...roid.com, maco@...roid.com,
        joel@...lfernandes.org, christian@...uner.io, hridya@...gle.com,
        surenb@...gle.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] binder: remove repeat word from comment to avoid warning

On Thu, Dec 23, 2021 at 05:57:25PM +0530, Ajith P V wrote:
> binder.c file comment produce warning with checkpatch as below:
> WARNING: Possible repeated word: 'and'
> Remove the repeated word from the comment to avoid this warning.
> 
> Signed-off-by: Ajith P V <ajithpv.linux@...il.com>
> ---
>  drivers/android/binder.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/android/binder.c b/drivers/android/binder.c
> index cffbe57a8e08..fc0f4e8b58bd 100644
> --- a/drivers/android/binder.c
> +++ b/drivers/android/binder.c
> @@ -4436,7 +4436,7 @@ static int binder_thread_release(struct binder_proc *proc,
>  
>  	/*
>  	 * This is needed to avoid races between wake_up_poll() above and
> -	 * and ep_remove_waitqueue() called for other reasons (eg the epoll file
> +	 * ep_remove_waitqueue() called for other reasons (eg the epoll file
>  	 * descriptor being closed); ep_remove_waitqueue() holds an RCU read
>  	 * lock, so we can be sure it's done after calling synchronize_rcu().
>  	 */
> -- 
> 2.17.1
> 

Does not apply to my tree at all :(

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ