]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: allow for type modifiers on multiple declarations
authorAndy Whitcroft <apw@shadowen.org>
Thu, 24 Jul 2008 04:29:05 +0000 (21:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:26 +0000 (10:47 -0700)
commita3e0a0a386f9dd5513ab2c6860eb94baa15d8ba1
treef5f0492710f0331a5057281272e89797f38d1b80
parentff4d0dfdf37e630f3e580a02b187d6f8a6cde425
checkpatch: allow for type modifiers on multiple declarations

Allow for type modifiers mid declaration on multiple declarations:

struct mxser_mstatus ms, __user *msu = argp;

Reported by Jiri Slaby.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl