]> asedeno.scripts.mit.edu Git - linux.git/commit
Staging: ft1000: ft1000_download: fixed coding style issues
authorAldo Iljazi <mail@aldo.io>
Sun, 10 Nov 2013 13:44:20 +0000 (15:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2013 00:27:31 +0000 (16:27 -0800)
commitc4df2822cd54118ad8a7a672ea9dcaa2d77fc776
tree3da8f160014c0c8102fa492571c05c2c3b0be369
parentc766d23b969d6915965893d718a3d56290777ff0
Staging: ft1000: ft1000_download: fixed coding style issues

Fixed the following coding style issues:

Lines 84-91,99-106,275,514: Replaced spaces at the start of the lines
with tabs.

Lines 205,271: Inserted spaces after the commas.
Lines 275,1060,1065: Indented the code with tabs instead of spaces.

Line 275: Inserted spaces around '=' and '<', also moved the trailing
statement on the next line.

Line 512: Removed space between function name and open parenthesis.
Line 839: Removed space after '&'.
Line 853: Removed space after '&'.

Signed-off-by: Aldo Iljazi <mail@aldo.io>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_download.c