staging: ft1000: fix checkpatch issues in ft1000_poll()
authorKelley Nielsen <kelleynnn@gmail.com>
Wed, 6 Nov 2013 13:09:30 +0000 (05:09 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 15:55:00 +0000 (07:55 -0800)
commit9a1261f317110e2b139a35fe7acf7fa04ca1bf97
tree4f0e30b894b812e01f7564dfd100836e6735a1a0
parentf3802bdb15f7bea68ca330d8d909c56ac1e15119
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 <kelleynnn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c