mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
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 <arvind.yadav.cs@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
de7bbe3d1b
commit
f7f84fded6
1 changed files with 1 additions and 1 deletions
|
@ -2192,7 +2192,7 @@ static void binder_transaction_buffer_release(struct binder_proc *proc,
|
||||||
off_start,
|
off_start,
|
||||||
offp - off_start);
|
offp - off_start);
|
||||||
if (!parent) {
|
if (!parent) {
|
||||||
pr_err("transaction release %d bad parent offset",
|
pr_err("transaction release %d bad parent offset\n",
|
||||||
debug_id);
|
debug_id);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue