]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: report missing spaces around trigraphs with --strict
authorJoe Perches <joe@perches.com>
Tue, 5 Nov 2013 05:56:53 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:53 +0000 (16:56 +1100)
commitb1272d18df4f57d9991f57254b9a55480d586cb3
tree0d61e994cec2be9690824808126341a956b89503
parentb3d0813092e56cbd199e5b3e082bb40c609e6f7e
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>
scripts/checkpatch.pl