From: Aldo Iljazi Date: Sun, 10 Nov 2013 13:44:20 +0000 (+0200) Subject: Staging: ft1000: ft1000_download: fixed coding style issues X-Git-Tag: v3.14-rc1~150^2~775^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4df2822cd54118ad8a7a672ea9dcaa2d77fc776;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed