]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64b270b52ceac68ecee462c7cfb1feae67f3b02c
tree6ca776305899b6187c8ecb7560e2e07a524cd163
parent4294578d8470749ee2c9018be03958e89d23519b
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