[PATCH] Staging:rtl8192u: fixed coding style issues

2015-06-24 Thread Aldo Iljazi
) 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 required after that ',' (ctx:VxV) Signed-off-by: Aldo Iljazi aldoilj...@openmailbox.org --- drivers/staging/rtl8192u

[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 m...@aldo.io --- 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

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 ___ devel mailing list de

[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 m...@aldo.io --- 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

[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 m...@aldo.io --- drivers/staging/dgap/dgap_conf.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 m...@aldo.io --- drivers/staging/dwc2/hcd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dwc2/hcd.c b/drivers/staging

[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 m...@aldo.io --- drivers/staging/dgnc/dgnc_trace.c | 18 +- 1

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

2013-11-27 Thread Aldo Iljazi
Line 633: Removed whitespace. Signed-off-by: Aldo Iljazi m...@aldo.io --- 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

[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 m...@aldo.io --- 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

[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 right. I'll do that. -- Aldo

[PATCH] Staging: ft1000: fixed coding style issues

2013-11-10 Thread Aldo Iljazi
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 m...@aldo.io --- .../staging/ft1000/ft1000-usb/ft1000_download.c| 57

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 You are right. I'll be careful next time

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 that were in the start of the lines, to the end of the lines

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 prohibited before open square

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

2013-11-03 Thread Aldo Iljazi
required after that ',' (ctx:VxV) boot.h:155: ERROR: space required after that ',' (ctx:ExV) boot.h:155: ERROR: space required after that ',' (ctx:VxV) boot.h:155: ERROR: space required after that ',' (ctx:VxV) boot.h:155: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: Aldo Iljazi m

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. Signed-off

[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 m...@aldo.io --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c | 4 ++-- 1