]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
binder: pr_err() strings should end with newlines
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 25 Sep 2017 07:22:11 +0000 (12:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Oct 2017 13:18:27 +0000 (15:18 +0200)
pr_err() messages should terminated with a new-line to avoid
other messages being concatenated onto the end.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c

index 0621a95b8597a986801a70ed874d203be68e8c51..2e86e66a456fcb76690c832fbeab975ad81335a2 100644 (file)
@@ -2192,7 +2192,7 @@ static void binder_transaction_buffer_release(struct binder_proc *proc,
                                                     off_start,
                                                     offp - off_start);
                        if (!parent) {
-                               pr_err("transaction release %d bad parent offset",
+                               pr_err("transaction release %d bad parent offset\n",
                                       debug_id);
                                continue;
                        }