checkpatch: enable whitespace checks for DTS files
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 13 Oct 2014 22:51:46 +0000 (15:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:14 +0000 (02:18 +0200)
commitde4c924c265049e576036d1ee6fc9dfefeb5ae87
treeea869688b9108e288fee018cfdd0182815885a15
parentcdcee686ee9047185b7a484614f6c2faa5c4a7bb
checkpatch: enable whitespace checks for DTS files

When run on *.dtsi or *.dts files, the whitespace checks were skipped,
while they are valid for DTS files.  Hence stop skipping them.

I ran checkpatch on all in-tree DTS files, and didn't notice any error or
warning messages that are inappropriate for DTS files.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-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