From: Kelley Nielsen Date: Wed, 6 Nov 2013 13:09:30 +0000 (-0800) Subject: staging: ft1000: fix checkpatch issues in ft1000_poll() X-Git-Tag: v3.14-rc1~150^2~775^2~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1261f317110e2b139a35fe7acf7fa04ca1bf97;p=pandora-kernel.git staging: ft1000: fix checkpatch issues in ft1000_poll() The function ft1000_poll(), in ft1000_hw.c, has many miscellaneous coding style issues, such as improper indentation, C99 comments, use of msleep(), and lines over 80 characters. Changes all spaces at the start of lines to the proper number of tabs. Convert C99 comments to standard /* */ style. Change calls to msleep(10) to usleep_range(9000, 11000). Break lines over 80 characters, unless they are user visible strings. Remove space before open paren in function calls. Fix any other issues that checkpatch finds. Signed-off-by: Kelley Nielsen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed