]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - scripts/checkpatch.pl
checkpatch: add __rcu as a sparse modifier
authorSven Eckelmann <sven@narfation.org>
Tue, 26 Jul 2011 00:13:23 +0000 (17:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 03:57:16 +0000 (20:57 -0700)
commit165e72a6c374ed03c57d03c88406d32745e1add2
tree6ca776305899b6187c8ecb7560e2e07a524cd163
parent7d2367af0b09f8028dc5c1b1919bb82d141c2afb
checkpatch: add __rcu as a sparse modifier

Fix "need consistent spacing around '*'" error after a __rcu sparse
annotation which was caused by the missing __rcu entry in the
checkpatch.pl internal list of sparse keywords.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl