]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
checkpatch: variants -- move the main unary/binary operators to use variants
authorAndy Whitcroft <apw@shadowen.org>
Thu, 24 Jul 2008 04:29:10 +0000 (21:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:26 +0000 (10:47 -0700)
commit74048ed811152a995a88945ba9e0dded34adfff4
tree6a129872a995f6fe24d02f3754ec50b69a6bd3f6
parent1f65f947a6a875e1fe7867dc08e981c4101d435d
checkpatch: variants -- move the main unary/binary operators to use variants

Now that we have a variants system, move to using that to carry the
unary/binary designation for +, -, &, and *.

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>
scripts/checkpatch.pl