[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1285273861.25928.6.camel@Joe-Laptop>
Date: Thu, 23 Sep 2010 13:31:01 -0700
From: Joe Perches <joe@...ches.com>
To: David Howells <dhowells@...hat.com>
Cc: Andy Whitcroft <apw@...onical.com>, linux-kernel@...r.kernel.org
Subject: Re: checkpatch problem
On Thu, 2010-09-23 at 19:54 +0100, David Howells wrote:
> Joe Perches <joe@...ches.com> wrote:
> > Exactly right. Andy has a version in his testing directory
> > that fixes this #define run-on block and speeds up checkpatch
> > runtime rather a lot for certain files like .h files that have
> > nothing but #defines.
> > Try applying my patch to this newer version:
> > http://www.kernel.org/pub/linux/kernel/people/apw/checkpatch/checkpatch.pl-testing
>
> It still doesn't work. In fact, I'm seeing more "Logging function has
> unnecessary whitespace before a newline" warnings, such as on this:
>
> printk(KERN_ERR
> "BUG: CPU#%d started up but did not get a callout!\n",
> cpu);
Yes, it's completely borked.
ctx_statement_block returns code beyond the current
statement terminating ";".
Andy may be able to do something about it or know
about some appropriate knob to twist.
I don't really want to learn too much about
checkpatch internals. Sorry.
--
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