Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7f84fde authored by Arvind Yadav's avatar Arvind Yadav Committed by Greg Kroah-Hartman
Browse files

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: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent de7bbe3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
			}