Fix CRLF line endings in Documentation/input/iforce-protocol.txt
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 20 Sep 2007 18:33:45 +0000 (11:33 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 20 Sep 2007 18:33:45 +0000 (11:33 -0700)
commit6d0b842d3bf0cc027dcff57a89fb8a6b1fd610e1
treebd1842f2f3a77330c399860d6c5c25f2d6197bf9
parentbbc15f46fe4dc2862325e2b4ba474a854162e1a1
Fix CRLF line endings in Documentation/input/iforce-protocol.txt

Emil Medve points out that this documentation file uses CRLF line
endings, which means that if you use

[core]
autocrlf=input

(which makes sense if you ever develop under Windows, for example, or if
you use other broken tools) in your git config, git will always complain
about the file being dirty.

This removes the bogus DOS line endings, and removes whitespace at the
end of line.

Cc: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/input/iforce-protocol.txt