All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ANDROID: binder: pr_err() strings should end with newlines
@ 2017-09-25  6:51 Arvind Yadav
  2017-09-25  7:01 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Arvind Yadav @ 2017-09-25  6:51 UTC (permalink / raw)
  To: gregkh, arve, riandrews; +Cc: devel, linux-kernel

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-25  7:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-25  6:51 [PATCH] ANDROID: binder: pr_err() strings should end with newlines Arvind Yadav
2017-09-25  7:01 ` Greg KH
2017-09-25  7:08   ` Arvind Yadav

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.