Re: [PATCH] checkpatch: Warn on unnecessary __dev section markings

2013-01-03 Thread Andy Whitcroft
On Wed, Jan 02, 2013 at 04:33:21PM -0800, Joe Perches wrote: > Get people to stop adding __devinit and __devexit section markings. > > Signed-off-by: Joe Perches > --- > scripts/checkpatch.pl | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/scripts/checkpatch.pl b/scripts/checkpat

[PATCH] checkpatch: Warn on unnecessary __dev section markings

2013-01-02 Thread Joe Perches
Get people to stop adding __devinit and __devexit section markings. Signed-off-by: Joe Perches --- scripts/checkpatch.pl | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 4d2c7df..325caa7 100755 --- a/scripts/checkpatch.pl +++ b/scripts