Re: [PATCH] binder: don't detect sender/target during buffer cleanup

2021-11-02 Thread Dan Carpenter
On Fri, Oct 15, 2021 at 04:38:11PM -0700, Todd Kjos wrote: > When freeing txn buffers, binder_transaction_buffer_release() > attempts to detect whether the current context is the target by > comparing current->group_leader to proc->tsk. This is an unreliable > test. Instead explicitly pass an 'is_f

[PATCH] staging: rtl8723bs: Remove redundant indentation

2021-11-02 Thread hoshinomorimorimo
From: Hoshinomori-Owari Remove redundant indentation in drivers/staging/rtl8723bs/core/rtw_ap.c:1139. Issue found by checkpatch.pl Signed-off-by: Hoshinomori-Owari --- drivers/staging/rtl8723bs/core/rtw_ap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rt