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)
commitf7f84fded6c461d58ca73c85f0cb23a036717110
treea8d7a293ac43f4b299b949ac7b5bb2035ebe46ea
parentde7bbe3d1baea2b28991a514e596f47e885f92d6
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>
drivers/android/binder.c