Skip to content

Commit f7f84fd

Browse files
ArvindYadavCsgregkh
authored andcommitted
binder: pr_err() strings should end with newlines
pr_err() messages should terminated with a new-line to avoid other messages being concatenated onto the end. Signed-off-by: Arvind Yadav <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent de7bbe3 commit f7f84fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/android/binder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ static void binder_transaction_buffer_release(struct binder_proc *proc,
21922192
off_start,
21932193
offp - off_start);
21942194
if (!parent) {
2195-
pr_err("transaction release %d bad parent offset",
2195+
pr_err("transaction release %d bad parent offset\n",
21962196
debug_id);
21972197
continue;
21982198
}

0 commit comments

Comments
 (0)