* [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* Re: [PATCH] ANDROID: binder: pr_err() strings should end with newlines
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
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2017-09-25 7:01 UTC (permalink / raw)
To: Arvind Yadav; +Cc: arve, riandrews, devel, linux-kernel
On Mon, Sep 25, 2017 at 12:21:47PM +0530, Arvind Yadav wrote:
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
> ---
I can't take patches without any changelog text, sorry.
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ANDROID: binder: pr_err() strings should end with newlines
2017-09-25 7:01 ` Greg KH
@ 2017-09-25 7:08 ` Arvind Yadav
0 siblings, 0 replies; 3+ messages in thread
From: Arvind Yadav @ 2017-09-25 7:08 UTC (permalink / raw)
To: Greg KH; +Cc: arve, riandrews, devel, linux-kernel
On Monday 25 September 2017 12:31 PM, Greg KH wrote:
> On Mon, Sep 25, 2017 at 12:21:47PM +0530, Arvind Yadav wrote:
>> Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
>> ---
> I can't take patches without any changelog text, sorry.
As per your concern, I will update.
>
> greg k-h
~arvind
^ permalink raw reply [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.