Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1738772

[PATCH] ANDROID: binder: pr_err() strings should end with newlines

From Arvind Yadav <arvind.yadav.cs@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] ANDROID: binder: pr_err() strings should end with newlines
Date 2017-09-25 09:00 +0200
Message-ID <utvwZ-2Kk-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ANDROID: binder: pr_err() strings should end with newlines Arvind Yadav <arvind.yadav.cs@gmail.com> - 2017-09-25 09:00 +0200
  Re: [PATCH] ANDROID: binder: pr_err() strings should end with  newlines Arvind Yadav <arvind.yadav.cs@gmail.com> - 2017-09-25 09:10 +0200
  Re: [PATCH] ANDROID: binder: pr_err() strings should end with  newlines Greg KH <gregkh@linuxfoundation.org> - 2017-09-25 09:10 +0200

csiph-web