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)
commit356fd398135480363402cd334ac3218be56b7201
treebbb47f09a241e08a168fa7742e67283cfdf3dd93
parent032a4c0f9a77ce565355c6e191553e853ba66f09
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