lkml.org 
[lkml]   [2013]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] checkpatch: Add test for positional misuse of section specifiers like __initdata
From
Date
On Sat, 2013-08-31 at 16:31 +0200, Andi Kleen wrote:
> > A similar patch was suggested by Andi Kleen
> > https://lkml.org/lkml/2013/8/5/648
>
> My patch checked for const <-> initdata / non const initconst mistakes.
>
> I don't think your patch does that?

Hi Andi.

No it doesn't.

This patch is just warning when using
struct __initdata foo bar;
instead of
struct foo bar __initdata;

I'll get around to adding tests for your
cases soonish.

cheers, Joe



\
 
 \ /
  Last update: 2013-08-31 18:21    [W:0.054 / U:0.528 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site