commit | 5368df20fb364e394da3ab88d3d60ee3c0a9e5ba | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Oct 15 22:02:27 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 16 11:21:36 2008 -0700 |
tree | b81cf91c95ab0eb2014c6c62d3bec1491d2ff6cd | |
parent | 81bc0e020232a1e1e7010376382bb59ca82927ac [diff] |
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>