Re: [PATCH 3/4] lib/debugobjects.c: move __initdata after name

From: Fabian Frederick
Date: Sat May 24 2014 - 23:17:45 EST


On Sat, 24 May 2014 14:56:35 -0700
Josh Triplett <josh@xxxxxxxxxxxxxxxx> wrote:

> On Sat, May 24, 2014 at 03:07:19PM +0200, Fabian Frederick wrote:
> > Cc: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx>
>
> No, don't make this change. A quick "git grep __initdata" shows that to
> the extent it has a consistent placement, it's either right after the
> type ("static some_type __initdata varname") or right after the storage
> class ("static __initdata some_type varname"). Other similar qualifiers
> follow the same pattern.

It was another checkpatch warning asking to put __initdata after variable name...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/