Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Arvind Yadav and committed by
Greg Kroah-Hartman
f7f84fde de7bbe3d

+1 -1
+1 -1
drivers/android/binder.c
··· 2192 2192 off_start, 2193 2193 offp - off_start); 2194 2194 if (!parent) { 2195 - pr_err("transaction release %d bad parent offset", 2195 + pr_err("transaction release %d bad parent offset\n", 2196 2196 debug_id); 2197 2197 continue; 2198 2198 }