diff options
author | Ajith P V <ajithpv.linux@gmail.com> | 2021-11-25 13:22:18 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-03 14:28:51 +0100 |
commit | 690cfa20d02da5aca6e4c141ff34ef9529843280 (patch) | |
tree | b8be80a87fe3b0df8100d4a3f7acc7d4616ac29c /drivers/android | |
parent | char/mwave: Adjust io port register size (diff) | |
download | linux-690cfa20d02da5aca6e4c141ff34ef9529843280.tar.xz linux-690cfa20d02da5aca6e4c141ff34ef9529843280.zip |
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>
Diffstat (limited to 'drivers/android')
-rw-r--r-- | drivers/android/binder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/android/binder.c b/drivers/android/binder.c index cffbe57a8e08..74ffb695a6c4 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c @@ -1933,7 +1933,7 @@ static void binder_transaction_buffer_release(struct binder_proc *proc, case BINDER_TYPE_FD: { /* * No need to close the file here since user-space - * closes it for for successfully delivered + * closes it for successfully delivered * transactions. For transactions that weren't * delivered, the new fd was never allocated so * there is no need to close and the fput on the |