]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: check line endings in text format files
authorAndy Whitcroft <apw@shadowen.org>
Thu, 16 Oct 2008 05:02:27 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:36 +0000 (11:21 -0700)
commit4e583dec4a945695e4311fb064015c36f30ea10d
treeb81cf91c95ab0eb2014c6c62d3bec1491d2ff6cd
parent3b6d7a1ad6a99defbb55af08ad6abafb89456ca2
checkpatch: check line endings in text format files

Firmware may be included in the kernel as .ihex files.  These are
inherantly text, but not source.  The line ending checks are applicable to
these kinds of file, allow just these checks to apply to all files.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl