commit | 389a2fe57ffc59a649bea39db4d7e6d2eff2b562 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Jul 23 21:29:05 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jul 24 10:47:26 2008 -0700 |
tree | f5f0492710f0331a5057281272e89797f38d1b80 | |
parent | 3c232147a7d5b0418b0a0bae0e5b9a62fb81f4f2 [diff] |
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>