[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <477F20668A386D41ADCC57781B1F70430836762D6C@SC-VEXCH1.marvell.com>
Date: Wed, 29 Feb 2012 11:22:36 -0800
From: Bing Zhao <bzhao@...vell.com>
To: Joe Perches <joe@...ches.com>, Kalle Valo <kvalo@....qualcomm.com>,
Andy Whitcroft <apw@...dowen.org>,
Andrew Morton <akpm@...ux-foundation.org>
CC: "John W. Linville" <linville@...driver.com>,
Ilan Elias <ilane@...com>,
Samuel Ortiz <sameo@...ux.intel.com>,
Amitkumar Karwar <akarwar@...vell.com>,
LKML <linux-kernel@...r.kernel.org>,
netdev <netdev@...r.kernel.org>
Subject: RE: coding style issues -- [davem@...emloft.net: Re: pull request:
wireless-next 2012-02-06]
Hi Joe,
> Subject: RE: coding style issues -- [davem@...emloft.net: Re: pull request: wireless-next 2012-02-06]
>
> On Wed, 2012-02-29 at 10:57 -0800, Bing Zhao wrote:
> > Joe Perches submitted a patch "[PATCH v2] checkpatch: Add some --strict coding style checks"
> > I have applied Joe's patch to my local git tree.
> >
> > All new patches will follow Dave's rules and be checked with --strict option.
> > Furthermore, we will have a series of cleanup patches to address the coding style issues in
> existing code.
>
> Hi Bing.
>
> There's an issue with the checkpatch patch.
> It doesn't always work correctly when there
> are consecutive parenthesis.
>
> Kalle Valo showed an example that fails:
>
> if (!IS_ALIGNED((unsigned long) skb->data - HTC_HDR_LENGTH, 4) &&
> skb_cloned(skb)) {
Thanks for letting us know.
>
> I have a tentative fix here, but I'm waiting on
> Andy Whitcroft to give some guidance on how best
> to fix it given a minimum perl version of 5.10.
I have "Perl v5.10.0 built for x86_64-linux-gnu-thread-multi" on my system.
I guess it should be fine.
Thanks,
Bing
>
> The proposed patch doesn't work with perl versions
> less than 5.10 and there is at least one person
> that still uses 5.8.
>
Powered by blists - more mailing lists