binder: remove repeat word from comment
authorAjith P V <ajithpv.linux@gmail.com>
Thu, 25 Nov 2021 12:22:18 +0000 (17:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Dec 2021 13:28:51 +0000 (14:28 +0100)
commit690cfa20d02da5aca6e4c141ff34ef9529843280
treeb8be80a87fe3b0df8100d4a3f7acc7d4616ac29c
parentf5912cc19acd7c24b2dbf65a6340bf194244f085
binder: remove repeat word from comment

binder.c file comment produce warning with checkpatch as below:
WARNING: Possible repeated word: 'for'
Remove the repeated word from the comment avoid this warning.

Signed-off-by: Ajith P V <ajithpv.linux@gmail.com>
Link: https://lore.kernel.org/r/20211125122218.6767-1-ajithpv.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c