• Linus Torvalds's avatar
    Fix CRLF line endings in Documentation/input/iforce-protocol.txt · 6d0b842d
    Linus Torvalds authored
    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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    6d0b842d
iforce-protocol.txt 7.5 KB