]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: fix complex macro false positive for escaped constant char
authorJoe Perches <joe@perches.com>
Wed, 6 Aug 2014 23:10:31 +0000 (16:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:27 +0000 (18:01 -0700)
commit7fa5748e4bc69195a09d7f22c41817c80aed313b
treebbb47f09a241e08a168fa7742e67283cfdf3dd93
parent40ce032083003c9758d27cf29e6bcd866d23d1a1
checkpatch: fix complex macro false positive for escaped constant char

A single escaped constant char is not a complex macro.

Signed-off-by: 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