[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <14565.1334823778@redhat.com>
Date: Thu, 19 Apr 2012 09:22:58 +0100
From: David Howells <dhowells@...hat.com>
To: anirudh bhat <abhat38@...il.com>
Cc: dhowells@...hat.com, arve@...roid.com,
chris+android@...thought.org, hpa@...or.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
anirudh bhat <anirudhbhat@...ntu.ubuntu-domain>
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>
anirudh bhat <abhat38@...il.com> wrote:
> - 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);
Are these the wrong way round? Surely these are introducing checkpatch
warnings rather than curing them?
If checkpatch is complaining about:
printk(KERN_ERR "binder: %d: binder_alloc_buf failed to "
"map pages in userspace, no vma\n", proc->pid);
being a string split over multiple lines, then *checkpatch* needs to be fixed.
David
--
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