[PATCH] Staging: ft1000: fixed coding style issues

2013-11-10 Thread Aldo Iljazi
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

Re: [PATCH] Staging: ft1000: fixed coding style issues

2013-11-03 Thread Aldo Iljazi
Dan Carpenter wrote: > On Sat, Nov 02, 2013 at 11:18:20PM +0200, Aldo Iljazi wrote: > > Aldo Iljazi wrote: > > > > > Fixed a few coding style issues that checkpatch reported. > > > > > > Specifically: > > > > > > 1. line over 80 characters issue on the lines 9 and 10. > > > 2. space prohibite

Re: [PATCH] Staging: ft1000: fixed coding style issues

2013-11-02 Thread Dan Carpenter
On Sat, Nov 02, 2013 at 11:18:20PM +0200, Aldo Iljazi wrote: > Aldo Iljazi wrote: > > > Fixed a few coding style issues that checkpatch reported. > > > > Specifically: > > > > 1. line over 80 characters issue on the lines 9 and 10. > > 2. space prohibited before open square bracket '[' issue on

Re: [PATCH] Staging: ft1000: fixed coding style issues

2013-11-02 Thread Aldo Iljazi
Aldo Iljazi wrote: > Fixed a few coding style issues that checkpatch reported. > > Specifically: > > 1. line over 80 characters issue on the lines 9 and 10. > 2. space prohibited before open square bracket '[' issue on the lines > 31. > 3. inserted space after comma on lines 32 to 156. > > Sig

[PATCH] Staging: ft1000: fixed coding style issues

2013-11-02 Thread Aldo Iljazi
Fixed a few coding style issues that checkpatch reported. Specifically: 1. line over 80 characters issue on the lines 9 and 10. 2. space prohibited before open square bracket '[' issue on the lines 31. 3. inserted space after comma on lines 32 to 156. Signed-off-by: Aldo Iljazi --- drivers/sta

[PATCH] Staging: ft1000: fixed coding style issues

2013-11-02 Thread Aldo Iljazi
Fixed a few coding style issues that checkpatch reported. Specifically: 1. line over 80 characters issue on the lines 9 and 10. 2. space prohibited before open square bracket '[' issue on the lines 31. 3. iserted space after comma on lines to 156 Signed-off-by: Aldo Iljazi --- drivers/staging/

[PATCH] Staging: ft1000: fixed coding style issues

2013-11-02 Thread Aldo Iljazi
Fixed a few coding style issues that checkpatch reported. Specifically: 1. line over 80 characters issue on the lines 9 and 10. 2. space prohibited before open square bracket '[' issue on the lines 30 to 155. Signed-off-by: Aldo Iljazi --- drivers/staging/ft1000/ft1000-pcmcia/boot.h | 263