checkpatch: report missing spaces around trigraphs with --strict
authorJoe Perches <joe@perches.com>
Tue, 12 Nov 2013 23:10:05 +0000 (15:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:24 +0000 (12:09 +0900)
commit847316231c2f89918a2872e3d5fa3f5de11c39b6
treeb164674e5fd816e0f8bd54279604d4c1d3347a9d
parent6bc080d8fdae33f4463203a400cfaa01e91701e2
checkpatch: report missing spaces around trigraphs with --strict

Spaces around trigraphs are specified by CodingStyle but checkpatch is
currently silent about them because there are many current instances
without them.

Make missing spaces around trigraphs a --strict message.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl