From: Andrew Bridges Date: Tue, 27 Oct 2020 22:56:55 +0000 (+0000) Subject: Android: binder: added a missing blank line after declaration X-Git-Tag: io_uring-5.11-2020-12-23~74^2~99 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6c20032c22d9823f35cd673b7f69ce73a49582b0;p=linux-block.git Android: binder: added a missing blank line after declaration Fixed a coding style issue. Signed-off-by: Andrew Bridges Link: https://lore.kernel.org/r/20201027225655.650922-1-andrew@slova.app Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/android/binder.c b/drivers/android/binder.c index b5117576792b..3241d233a12d 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c @@ -3614,6 +3614,7 @@ static int binder_thread_write(struct binder_proc *proc, ret = -1; if (increment && !target) { struct binder_node *ctx_mgr_node; + mutex_lock(&context->context_mgr_node_lock); ctx_mgr_node = context->binder_context_mgr_node; if (ctx_mgr_node) {