[PATCH] Staging:rtl8192u: fixed coding style issues

2015-06-24 Thread Aldo Iljazi
(ctx:VxV) r819xU_firmware.c:260: ERROR: space required after that ',' (ctx:VxV) r819xU_firmware.c:265: ERROR: space required after that ',' (ctx:VxV) r819xU_firmware.c:265: ERROR: space required after that ',' (ctx:VxV) r819xU_firmware.c:325: ERROR: space require

Re: [PATCH] Staging: speakup: synth.c: removed a space

2013-12-03 Thread Aldo Iljazi
Samuel Thibault wrote: > Err, I'd rather make it really visible that the for loop doesn't have > its first statement? Wouldn't it be better if you add a comment there? So it would follow the coding style? -- Aldo Iljazi ___

[PATCH] Staging: speakup: synth.c: removed a space

2013-12-03 Thread Aldo Iljazi
Line 468: Removed a space before a semicolon. Signed-off-by: Aldo Iljazi --- drivers/staging/speakup/synth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/synth.c b/drivers/staging/speakup/synth.c index 0b3549b..2a4b348 100644 --- a/drivers/staging

[PATCH] Staging: usbip: vhci_hcd.c: removed a space

2013-12-02 Thread Aldo Iljazi
Line 921: Removed the space before the semicolon. Signed-off-by: Aldo Iljazi --- drivers/staging/usbip/vhci_hcd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/usbip/vhci_hcd.c b/drivers/staging/usbip/vhci_hcd.c index e810ad5..fa3e0b2 100644 --- a

[PATCH 1/2] Drivers: staging: dgap: checkpatch.pl cleanups

2013-12-01 Thread Aldo Iljazi
A few checkpatch cleanups, particularly: Lines 83, 87, 89, 196: Removed spaces before tabs. Lines 141, 265.267: Removed trailing whitespace. Signed-off-by: Aldo Iljazi --- drivers/staging/dgap/dgap_conf.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff

[PATCH 2/2] Drivers: staging: dgap: checkpatch.pl cleanups

2013-12-01 Thread Aldo Iljazi
A few checkpatch cleanups, particularly: Lines 26, 60: Removed trailing whitespace. Lines 36-38, 42-44, 47: Removed spaces at the start of the lines. Signed-off-by: Aldo Iljazi --- drivers/staging/dgap/dgap_downld.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions

[PATCH] Staging: dwc2: hcd.c: Fixed a coding style issue

2013-11-30 Thread Aldo Iljazi
Fixed a coding style issue, specifically: Line 1798: Removed parentheses since return is not a function. Signed-off-by: Aldo Iljazi --- drivers/staging/dwc2/hcd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dwc2/hcd.c b/drivers/staging/dwc2/hcd.c

[PATCH] Staging: dgnc: dgnc_trace.c: fixed coding style issues

2013-11-29 Thread Aldo Iljazi
Fixed the following coding style issues: Lines 66-70: Replaced spaced with tabs. Lines 75, 98, 182: Inserted space before the open parenthesis. Line 89: Inserted spaces around that '=' Signed-off-by: Aldo Iljazi --- drivers/staging/dgnc/dgnc_trace.c | 18 +- 1 file

[PATCH] Staging: Android: Checkpatch cleanups.

2013-11-27 Thread Aldo Iljazi
alarm-dev.c: Lines 71,72: Removed parantheses since return is not a function. Signed-off-by: Aldo Iljazi --- drivers/staging/android/alarm-dev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/alarm-dev.c b/drivers/staging/android/alarm-dev.c

[PATCH] Staging: ced1401: ced_ioc.c: Removed whitespace

2013-11-27 Thread Aldo Iljazi
Line 633: Removed whitespace. Signed-off-by: Aldo Iljazi --- drivers/staging/ced1401/ced_ioc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c index 62efd74..043a932 100644 --- a/drivers/staging/ced1401

[PATCH] Drivers: staging: ft1000-usb: ft1000_proc.c: fixed a few styling issues.

2013-11-16 Thread Aldo Iljazi
Fixed a few styling issues, particularly: Lines 36,42: Inserted a space before the open paranthesis. Line 50: Removed space between function name and open parenthesis. Lines 56,57: Removed trailing whitespace. lines: 130, 133: Replaced spaces with tabs for identation. Signed-off-by: Aldo Iljazi

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

2013-11-11 Thread Aldo Iljazi
Greg KH wrote: > On Sun, Nov 10, 2013 at 03:44:20PM +0200, Aldo Iljazi wrote: > > Fixed the following coding style issues: > > Note that I added the filename to the Subject:, please do so in the > future to make it easier to see what exactly you are changing. You are r

[PATCH] Staging: ft1000: fixed coding style issues

2013-11-10 Thread Aldo Iljazi
;<', 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 --- .../staging/ft1000/ft1000-usb/

Re: [PATCH] Staging: ft1000: fixed a few styling issues

2013-11-04 Thread Aldo Iljazi
Dan Carpenter wrote: > On Mon, Nov 04, 2013 at 02:15:22PM +0200, Aldo Iljazi wrote: > > Fixed the following styling issues: > > > > Line 30: > > Removed space before open square bracket '[' > > > > Lines 31 to 155: > > Moved the commas

[PATCH] Staging: ft1000: fixed a few styling issues

2013-11-04 Thread Aldo Iljazi
Fixed the following styling issues: Line 30: Removed space before open square bracket '[' Lines 31 to 155: Moved the commas that were in the start of the lines, to the end of the lines. Inserted spaces after the commas. Inserted a one tab indentation to each line. Signed-off-by: A

Re: [PATCH] Staging: ft1000: fixed a few styling issues

2013-11-04 Thread Aldo Iljazi
Dan Carpenter wrote: > On Mon, Nov 04, 2013 at 10:40:36AM +0200, Aldo Iljazi wrote: > > Dan Carpenter wrote: > > > > > On Mon, Nov 04, 2013 at 10:17:04AM +0200, Aldo Iljazi wrote: > > > > Dan Carpenter wrote: > > > > > > > > &

Re: [PATCH] Staging: ft1000: fixed a few styling issues

2013-11-04 Thread Aldo Iljazi
Dan Carpenter wrote: > On Mon, Nov 04, 2013 at 10:17:04AM +0200, Aldo Iljazi wrote: > > Dan Carpenter wrote: > > > > > On Sun, Nov 03, 2013 at 04:20:38PM +0200, Aldo Iljazi wrote: > > > > Fixed a few styling issues, specifically: > > > >

Re: [PATCH] Staging: ft1000: fixed a few styling issues

2013-11-04 Thread Aldo Iljazi
Dan Carpenter wrote: > On Sun, Nov 03, 2013 at 04:20:38PM +0200, Aldo Iljazi wrote: > > Fixed a few styling issues, specifically: > > > > Gar... No one wants to read that changelog. That was over 700 lines > of repeated text. > > regards, > dan carpenter

[PATCH] Staging: ft1000: fixed a few styling issues

2013-11-03 Thread Aldo Iljazi
#x27;,' (ctx:VxV) boot.h:137: ERROR: space required after that ',' (ctx:ExV) boot.h:137: ERROR: space required after that ',' (ctx:VxV) boot.h:137: ERROR: space required after that ',' (ctx:VxV) boot.h:137: ERROR: space required after that ',' (ctx:VxV)

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 ov

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 sp

[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/bo

[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 --

[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 --- drive

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

2013-10-18 Thread Aldo Iljazi
Fixed two coding style issues, specifically: ft1000_proc.c:35: ERROR: space required before the open parenthesis '(' ft1000_proc.c:42: ERROR: space required before the open parenthesis '(' Signed-off-by: Aldo Iljazi --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_pro

[PATCH] Staging: bcm: nvm: fixed space prohibition

2013-09-10 Thread Aldo Iljazi
: space prohibited before semicolon nvm.c:4453: WARNING: space prohibited before semicolon Signed-off-by: Aldo Iljazi --- drivers/staging/bcm/nvm.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/bcm/nvm.c b/drivers/staging/bcm/nvm.c index 91a5715