]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: add test for #defines of ARCH_HAS_<foo>
authorJoe Perches <joe@perches.com>
Tue, 5 Nov 2013 05:56:55 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:55 +0000 (16:56 +1100)
commitb85efd3795b8db0b80d9795ebe550105e44b1f4b
tree60fbedfe931ccbc383956089df610bd3db6fa355
parent31e95546fa0cc3b24c1c7714f3ec98869d7d022b
checkpatch: add test for #defines of ARCH_HAS_<foo>

Add a test for these #defines

Additionally, moved string_find_replace sub as it screws up subsequent
formatting when placed inside another sub.

Signed-off-by: Joe Perches <joe@perches.com>
Suggested-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkpatch.pl