checkpatch: allow for type modifiers on multiple declarations
authorAndy Whitcroft <[email protected]>
Thu, 24 Jul 2008 04:29:05 +0000 (21:29 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:26 +0000 (10:47 -0700)
commit389a2fe57ffc59a649bea39db4d7e6d2eff2b562
treef5f0492710f0331a5057281272e89797f38d1b80
parent3c232147a7d5b0418b0a0bae0e5b9a62fb81f4f2
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl