]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9c02b02bce8d9e8ab727bd1940e199b61755c075
treeea869688b9108e288fee018cfdd0182815885a15
parent2395bc692aaefe979a29d3a49abedb0a4aff7f9f
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