public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] binder: remove repeat word from comment to avoid warning
@ 2021-12-23 12:27 Ajith P V
  2021-12-30 13:12 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Ajith P V @ 2021-12-23 12:27 UTC (permalink / raw)
  To: gregkh, arve, tkjos, maco, joel, christian, hridya, surenb
  Cc: linux-kernel, Ajith P V

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@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-30 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-23 12:27 [PATCH] binder: remove repeat word from comment to avoid warning Ajith P V
2021-12-30 13:12 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox