[<prev] [next>] [day] [month] [year] [list]
Message-Id: <f72fee8b7e917b5d8a09dc1628182efafca1e3f0.1506322199.git.arvind.yadav.cs@gmail.com>
Date: Mon, 25 Sep 2017 12:21:47 +0530
From: Arvind Yadav <arvind.yadav.cs@...il.com>
To: gregkh@...uxfoundation.org, arve@...roid.com, riandrews@...roid.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ANDROID: binder: pr_err() strings should end with newlines
Signed-off-by: Arvind Yadav <arvind.yadav.cs@...il.com>
---
drivers/android/binder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index d055b3f..044b1c2 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -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;
}
--
1.9.1
Powered by blists - more mailing lists