Apply attributes after ( to the right place
commit53c5c08934ef0f082fd1ec069e9d179b005fe2df
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 14 Feb 2009 12:26:05 +0000 (14 12:26 +0000)
committerChristopher Li <sparse@chrisli.org>
Fri, 17 Jul 2009 23:06:23 +0000 (17 23:06 +0000)
tree100dde56c3ef060112bd134b65ca4b12bb86528a
parentef5501aa2a87a5f02b426ff4150048c46048d829
Apply attributes after ( to the right place

In int f(__user int *p) __user applies to p, not to f...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christopher Li <sparse@chrisli.org>
parse.c
validation/attr_in_parameter.c [new file with mode: 0644]