[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120418235049.GA5163@kroah.com>
Date: Wed, 18 Apr 2012 16:50:49 -0700
From: Greg KH <greg@...ah.com>
To: anirudh bhat <abhat38@...il.com>
Cc: arve@...roid.com, dhowells@...hat.com,
chris+android@...thought.org, hpa@...or.com,
devel@...verdev.osuosl.org,
anirudh bhat <anirudhbhat@...ntu.ubuntu-domain>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] staging:android:fix line over 80 characters issue in
binders.c this patch fixes line over 80 characters warning that was found
using checkpatch.pl tool Signed-off-by:Anirudh Bhat <abhat38@...il.com>
On Wed, Apr 18, 2012 at 10:21:55PM +0530, anirudh bhat wrote:
> From: anirudh bhat <anirudhbhat@...ntu.ubuntu-domain>
>
Where is patch 1/2?
I need a signed-off line in the patch.
I see the problem (you forgot to put an extra line after the first line
in your git commit), but that doesn't explain where the From: line came
from, that's a new one to me.
> diff --git a/drivers/staging/android/binder.c b/drivers/staging/android/binder.c
> index c283212..ae341e0 100644
> --- a/drivers/staging/android/binder.c
> +++ b/drivers/staging/android/binder.c
> @@ -644,8 +644,8 @@ static int binder_update_page_range(struct binder_proc *proc, int allocate,
> goto free_range;
>
> if (vma == NULL) {
> - printk(KERN_ERR "binder: %d: binder_alloc_buf failed to "
> - "map pages in userspace, no vma\n", proc->pid);
> + printk(KERN_ERR "binder: %d: binder_alloc_buf failed to map pages in userspace, no vma\n",
> + proc->pid);
No, breaking up printk lines is not acceptable, sorry, we don't take
that kind of patch for cleanups at all.
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists