提交 690cfa20 编写于 作者: A Ajith P V 提交者: Greg Kroah-Hartman

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: NAjith P V <ajithpv.linux@gmail.com>
Link: https://lore.kernel.org/r/20211125122218.6767-1-ajithpv.linux@gmail.comSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f5912cc1
...@@ -1933,7 +1933,7 @@ static void binder_transaction_buffer_release(struct binder_proc *proc, ...@@ -1933,7 +1933,7 @@ static void binder_transaction_buffer_release(struct binder_proc *proc,
case BINDER_TYPE_FD: { case BINDER_TYPE_FD: {
/* /*
* No need to close the file here since user-space * 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 * transactions. For transactions that weren't
* delivered, the new fd was never allocated so * delivered, the new fd was never allocated so
* there is no need to close and the fput on the * there is no need to close and the fput on the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册