Android: binder: added a missing blank line after declaration
authorAndrew Bridges <andrew@slova.app>
Tue, 27 Oct 2020 22:56:55 +0000 (22:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Nov 2020 17:42:16 +0000 (18:42 +0100)
Fixed a coding style issue.

Signed-off-by: Andrew Bridges <andrew@slova.app>
Link: https://lore.kernel.org/r/20201027225655.650922-1-andrew@slova.app
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c

index b511757..3241d23 100644 (file)
@@ -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) {