[PATCH 1/1] Staging: ft1000: fix whitespace and brace coding style issues

2014-12-02 Thread Kevin Pietsch
Removed braces from single line if, else, for statements. Replaced space indents with tabs. Fixed whitespace errors around operators. Signed-off-by: Kevin Pietsch kevinpiet...@gmail.com --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 225 +-- 1 file changed, 90

Re: [PATCH 1/1] Staging: ft1000: fix whitespace and brace coding style issues

2014-12-02 Thread Greg Kroah-Hartman
On Tue, Dec 02, 2014 at 11:25:22PM -0500, Kevin Pietsch wrote: Removed braces from single line if, else, for statements. Replaced space indents with tabs. Fixed whitespace errors around operators. That's a whole lot of different things to do in one patch. Please, one patch per thing you do,