Skip to content

Commit 690cfa2

Browse files
Ajith P Vgregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f5912cc commit 690cfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/android/binder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ static void binder_transaction_buffer_release(struct binder_proc *proc,
19331933
case BINDER_TYPE_FD: {
19341934
/*
19351935
* No need to close the file here since user-space
1936-
* closes it for for successfully delivered
1936+
* closes it for successfully delivered
19371937
* transactions. For transactions that weren't
19381938
* delivered, the new fd was never allocated so
19391939
* there is no need to close and the fput on the

0 commit comments

Comments
 (0)