]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: add test for #defines of ARCH_HAS_<foo>
authorJoe Perches <joe@perches.com>
Tue, 12 Nov 2013 23:10:09 +0000 (15:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:24 +0000 (12:09 +0900)
commitcd627ea2975fd9adf806da24a28b0664900ae343
tree613a13b5542918ea5a0b08c992bddcbd81453b76
parent476f5bf9aaabdef072f2b706d95b87e9116aafa6
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl