Commit 6c20032c authored by Andrew Bridges's avatar Andrew Bridges Committed by Greg Kroah-Hartman

Android: binder: added a missing blank line after declaration

Fixed a coding style issue.
Signed-off-by: default avatarAndrew Bridges <andrew@slova.app>
Link: https://lore.kernel.org/r/20201027225655.650922-1-andrew@slova.appSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 385997dc
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment