[PATCH] Staging:rtl8192u: fixed coding style issues

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

[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

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 -- To unsubscribe from this list: send the line "unsubscribe l

[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: 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 -- To unsubscribe from this list: send the line unsubscribe linux-kernel

[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

[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 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 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 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 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 m...@aldo.io --- drivers/staging/dgap/dgap_downld.h | 22 +++--- 1 file changed, 11 insertions

[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 changed, 9

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

[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: Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-14 Thread Aldo Iljazi
Levente Kurusa wrote: > Umm, I wanted to see your website but it seems that your domain is only > registered, > but no NS has been set so far it seems. (or not propagated yet) Go to http://www.aldo.io -- Aldo Iljazi -- To unsubscribe from this list: send the line "unsubscrib

Re: Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-14 Thread Aldo Iljazi
Aldo Iljazi wrote: > I created it, here it is lk...@googlegroups.com > > https://groups.google.com/d/forum/lkoml Okay guys I moved it to my custom domain using the http://www.nabble.com service. Go to http://aldo.io and subscribe ;) -- Aldo Iljazi -- To unsubscribe from this l

Re: Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-14 Thread Aldo Iljazi
Aldo Iljazi wrote: I created it, here it is lk...@googlegroups.com https://groups.google.com/d/forum/lkoml Okay guys I moved it to my custom domain using the http://www.nabble.com service. Go to http://aldo.io and subscribe ;) -- Aldo Iljazi -- To unsubscribe from this list: send the line

Re: Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-14 Thread Aldo Iljazi
Levente Kurusa wrote: Umm, I wanted to see your website but it seems that your domain is only registered, but no NS has been set so far it seems. (or not propagated yet) Go to http://www.aldo.io -- Aldo Iljazi -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-13 Thread Aldo Iljazi
Aldo Iljazi wrote: > Hello everyone. I am thinking of creating a Mailing List for our > community but for unofficial topics. I think it would help to know each > other and it would expand our conversation into different areas. > > Politics and Religion are prohibited topics.

Re: Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-13 Thread Aldo Iljazi
Aldo Iljazi wrote: Hello everyone. I am thinking of creating a Mailing List for our community but for unofficial topics. I think it would help to know each other and it would expand our conversation into different areas. Politics and Religion are prohibited topics. I was thinking the areas

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-12 Thread Aldo Iljazi
David Sterba wrote: > On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote: > > Fixed three coding style issues. Replaced spaces with tabs. > > > > Signed-off-by: Aldo Iljazi > > --- > > fs/btrfs/dev-replace.c | 6 +++--- > > 1 fil

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-12 Thread Aldo Iljazi
David Sterba wrote: On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote: Fixed three coding style issues. Replaced spaces with tabs. Signed-off-by: Aldo Iljazi m...@aldo.io --- fs/btrfs/dev-replace.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

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

Re: Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-11 Thread Aldo Iljazi
Aldo Iljazi wrote: > Hello everyone. I am thinking of creating a Mailing List for our > community but for unofficial topics. I think it would help to know each > other and it would expand our conversation into different areas. > > Politics and Religion are prohibited topics.

Re: Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-11 Thread Aldo Iljazi
Aldo Iljazi wrote: Hello everyone. I am thinking of creating a Mailing List for our community but for unofficial topics. I think it would help to know each other and it would expand our conversation into different areas. Politics and Religion are prohibited topics. I was thinking the areas

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
ved 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/ft1000_download.c| 57 +++---

[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

Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-08 Thread Aldo Iljazi
on Science, Sports, Life, Philosophy etc. What do you think? I also created a poll here: http://poll.fm/4hqba -- Aldo Iljazi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo inf

Are you interested in a Linux Kernel Off-topic Mailing List?

2013-11-08 Thread Aldo Iljazi
on Science, Sports, Life, Philosophy etc. What do you think? I also created a poll here: http://poll.fm/4hqba -- Aldo Iljazi -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread Aldo Iljazi
David Sterba wrote: > On Tue, Nov 05, 2013 at 12:40:16PM +0200, Aldo Iljazi wrote: > > > > I replaced the spaces with tabs, as the kernel coding style suggests. > > > > > > I repeat: > > > > > > Whitespace changes are just noise, we don't

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread Aldo Iljazi
David Sterba wrote: > On Tue, Nov 05, 2013 at 12:32:37PM +0200, Aldo Iljazi wrote: > > David Sterba wrote: > > > > > On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote: > > > > Fixed three coding style issues. Replaced spaces with tabs. > &g

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread Aldo Iljazi
David Sterba wrote: > On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote: > > Fixed three coding style issues. Replaced spaces with tabs. > > > > Signed-off-by: Aldo Iljazi > > --- > > fs/btrfs/dev-replace.c | 6 +++--- > > 1 fil

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread Aldo Iljazi
David Sterba wrote: On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote: Fixed three coding style issues. Replaced spaces with tabs. Signed-off-by: Aldo Iljazi m...@aldo.io --- fs/btrfs/dev-replace.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread Aldo Iljazi
David Sterba wrote: On Tue, Nov 05, 2013 at 12:32:37PM +0200, Aldo Iljazi wrote: David Sterba wrote: On Mon, Nov 04, 2013 at 03:27:38PM +0200, Aldo Iljazi wrote: Fixed three coding style issues. Replaced spaces with tabs. Signed-off-by: Aldo Iljazi m...@aldo.io

Re: [PATCH] FS: BTRFS: fixed coding style issues

2013-11-05 Thread Aldo Iljazi
David Sterba wrote: On Tue, Nov 05, 2013 at 12:40:16PM +0200, Aldo Iljazi wrote: I replaced the spaces with tabs, as the kernel coding style suggests. I repeat: Whitespace changes are just noise, we don't need them at this point of development phase of btrfs. david

[PATCH 1/2] BTRFS: fixed a coding style issue

2013-11-04 Thread Aldo Iljazi
Line 31: Removed spaces before the semicolons. Signed-off-by: Aldo Iljazi --- fs/btrfs/print-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/print-tree.c b/fs/btrfs/print-tree.c index 0088bed..19dd143 100644 --- a/fs/btrfs/print-tree.c +++ b/fs/btrfs/print

[PATCH 2/2] BTRFS: fixed a coding style issue

2013-11-04 Thread Aldo Iljazi
Line 265: Inserted a space before the open parenthesis. Signed-off-by: Aldo Iljazi --- fs/btrfs/async-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index 08cc08f..8aec751 100644 --- a/fs/btrfs/async-thread.c +++ b

[PATCH] BTRFS: fixed two coding style issues

2013-11-04 Thread Aldo Iljazi
Line 26 and 31: Replaced spaces with tabs at the start of the lines. Signed-off-by: Aldo Iljazi --- fs/btrfs/struct-funcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/struct-funcs.c b/fs/btrfs/struct-funcs.c index b976597..09528ec 100644 --- a/fs/btrfs

[PATCH] BTRFS: fixed coding style issues

2013-11-04 Thread Aldo Iljazi
Line 4989: Inserted a space after the comma. Lines 7986 and 8274: Inserted a space before the open parenthesis. Signed-off-by: Aldo Iljazi --- fs/btrfs/extent-tree.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index

Re: Linux 3.12 released .. and 4.0 plans?

2013-11-04 Thread Aldo Iljazi
message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ I guess renaming the kernel would be an option. (Linus would be ~106 years old by the way.) -- Aldo Iljazi -- To unsubscribe from this list: s

[PATCH] FS: BTRFS: fixed a styling issue

2013-11-04 Thread Aldo Iljazi
Line 363: Added a space before the open parenthesis. Signed-off-by: Aldo Iljazi --- fs/btrfs/compression.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/compression.c b/fs/btrfs/compression.c index 6aad98c..91338d2 100644 --- a/fs/btrfs/compression.c +++ b/fs

[PATCH] FS: BTRFS: fixed coding style issues

2013-11-04 Thread Aldo Iljazi
Fixed three coding style issues. Replaced spaces with tabs. Signed-off-by: Aldo Iljazi --- fs/btrfs/dev-replace.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c index 9efb94e..b2fe609 100644 --- a/fs/btrfs/dev-replace.c

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 th

[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: Aldo Iljazi

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 carpen

Re: Linux 3.12 released .. and 4.0 plans?

2013-11-04 Thread Aldo Iljazi
/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ I guess renaming the kernel would be an option. (Linus would be ~106 years old by the way.) -- Aldo Iljazi -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org

[PATCH] BTRFS: fixed coding style issues

2013-11-04 Thread Aldo Iljazi
Line 4989: Inserted a space after the comma. Lines 7986 and 8274: Inserted a space before the open parenthesis. Signed-off-by: Aldo Iljazi m...@aldo.io --- fs/btrfs/extent-tree.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent

[PATCH] BTRFS: fixed two coding style issues

2013-11-04 Thread Aldo Iljazi
Line 26 and 31: Replaced spaces with tabs at the start of the lines. Signed-off-by: Aldo Iljazi m...@aldo.io --- fs/btrfs/struct-funcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/struct-funcs.c b/fs/btrfs/struct-funcs.c index b976597..09528ec 100644

[PATCH 2/2] BTRFS: fixed a coding style issue

2013-11-04 Thread Aldo Iljazi
Line 265: Inserted a space before the open parenthesis. Signed-off-by: Aldo Iljazi m...@aldo.io --- fs/btrfs/async-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index 08cc08f..8aec751 100644 --- a/fs/btrfs/async

[PATCH 1/2] BTRFS: fixed a coding style issue

2013-11-04 Thread Aldo Iljazi
Line 31: Removed spaces before the semicolons. Signed-off-by: Aldo Iljazi m...@aldo.io --- fs/btrfs/print-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/print-tree.c b/fs/btrfs/print-tree.c index 0088bed..19dd143 100644 --- a/fs/btrfs/print-tree.c +++ b/fs

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 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: Gar... No one wants to read that changelog. That was over 700

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: On Sun, Nov 03, 2013 at 04:20:38PM +0200, Aldo Iljazi wrote: Fixed a few styling

[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: Aldo Iljazi m

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

[PATCH] FS: BTRFS: fixed coding style issues

2013-11-04 Thread Aldo Iljazi
Fixed three coding style issues. Replaced spaces with tabs. Signed-off-by: Aldo Iljazi m...@aldo.io --- fs/btrfs/dev-replace.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c index 9efb94e..b2fe609 100644 --- a/fs/btrfs

[PATCH] FS: BTRFS: fixed a styling issue

2013-11-04 Thread Aldo Iljazi
Line 363: Added a space before the open parenthesis. Signed-off-by: Aldo Iljazi m...@aldo.io --- fs/btrfs/compression.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/btrfs/compression.c b/fs/btrfs/compression.c index 6aad98c..91338d2 100644 --- a/fs/btrfs/compression.c

Re: A Desktop Linux idea: modulized open hardware database for the linux kernel config

2013-11-03 Thread Aldo Iljazi
available for power users only, since it requires kernel compilation. I have a few points to make. 1. Wouldn't power users know how to configure the kernel anyway for their system? 2. What about future hardware upgrades (on both a laptop and desktop machines). 3. What's wrong with stock distribut

[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

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-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: A Desktop Linux idea: modulized open hardware database for the linux kernel config

2013-11-03 Thread Aldo Iljazi
users know how to configure the kernel anyway for their system? 2. What about future hardware upgrades (on both a laptop and desktop machines). 3. What's wrong with stock distribution kernels? 4. Wouldn't this take a great amount of manpower for I guess minimum benefits? -- Aldo Iljazi

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

[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

[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

[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 m...@aldo.io --- drivers/staging/ft1000/ft1000-pcmcia

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

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

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

Re: Proposal for menuconfig removal

2013-10-24 Thread Aldo Iljazi
On 24-10-2013 20:06, Richard Weinberger wrote: On Thu, Oct 24, 2013 at 7:03 PM, Aldo Iljazi wrote: On 24-10-2013 19:59, Alexander Holler wrote: Am 24.10.2013 18:52, schrieb Aldo Iljazi: On 24-10-2013 19:43, Alexander Holler wrote: Am 24.10.2013 18:39, schrieb Randy Dunlap: nconfig

Re: Proposal for menuconfig removal

2013-10-24 Thread Aldo Iljazi
On 24-10-2013 19:59, Alexander Holler wrote: Am 24.10.2013 18:52, schrieb Aldo Iljazi: On 24-10-2013 19:43, Alexander Holler wrote: Am 24.10.2013 18:39, schrieb Randy Dunlap: nconfig supports use of or just numeric key for the same functions. Ah, that isn't mentioned in the global help

Proposal for menuconfig removal

2013-10-24 Thread Aldo Iljazi
Since nconfig is there, menuconfig is redundant. I am proposing to remove it from the kernel. -- http://aldo.io -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Proposal for menuconfig removal

2013-10-24 Thread Aldo Iljazi
Since nconfig is there, menuconfig is redundant. I am proposing to remove it from the kernel. -- http://aldo.io -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: Proposal for menuconfig removal

2013-10-24 Thread Aldo Iljazi
On 24-10-2013 19:59, Alexander Holler wrote: Am 24.10.2013 18:52, schrieb Aldo Iljazi: On 24-10-2013 19:43, Alexander Holler wrote: Am 24.10.2013 18:39, schrieb Randy Dunlap: nconfig supports use of Fn or just numeric n key for the same functions. Ah, that isn't mentioned in the global

Re: Proposal for menuconfig removal

2013-10-24 Thread Aldo Iljazi
On 24-10-2013 20:06, Richard Weinberger wrote: On Thu, Oct 24, 2013 at 7:03 PM, Aldo Iljazi m...@aldo.io wrote: On 24-10-2013 19:59, Alexander Holler wrote: Am 24.10.2013 18:52, schrieb Aldo Iljazi: On 24-10-2013 19:43, Alexander Holler wrote: Am 24.10.2013 18:39, schrieb Randy Dunlap

[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_proc.c | 4 ++-- 1 file

[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

[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

[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 neonsy...@gmail.com --- 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

[PATCH] Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complained

2013-07-11 Thread Aldo Iljazi
On Mon, Jul 08, 2013 at 10:28:00PM +0300, Aldo Iljazi wrote: > Specifically: > n_gsm.c:810: ERROR: space required before the open parenthesis '(' > n_gsm.c:830: WARNING: line over 80 characters > n_gsm.c:971: ERROR: trailing whitespace > n_gsm.c:984: ERROR: code indent should

[PATCH] Staging: csr: csr_wifi_router_sef.c: fixed a brace coding style issue

2013-07-11 Thread Aldo Iljazi
On Sat, Jul 06, 2013 at 12:03:14AM +0300, Aldo Iljazi wrote: > Fixed a coding style issue. > > Signed-off-by: Aldo Iljazi > --- > drivers/staging/csr/csr_wifi_router_sef.c |3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/staging/c

[PATCH] Staging: csr: csr_wifi_router_sef.c: fixed a brace coding style issue

2013-07-11 Thread Aldo Iljazi
On Sat, Jul 06, 2013 at 12:03:14AM +0300, Aldo Iljazi wrote: Fixed a coding style issue. Signed-off-by: Aldo Iljazi neonsy...@gmail.com --- drivers/staging/csr/csr_wifi_router_sef.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/csr

[PATCH] Drivers: tty: n_gsm.c: fixed 7 errors 6 warnings that checkpatch complained

2013-07-11 Thread Aldo Iljazi
On Mon, Jul 08, 2013 at 10:28:00PM +0300, Aldo Iljazi wrote: Specifically: n_gsm.c:810: ERROR: space required before the open parenthesis '(' n_gsm.c:830: WARNING: line over 80 characters n_gsm.c:971: ERROR: trailing whitespace n_gsm.c:984: ERROR: code indent should use tabs where possible

[PATCH] Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complained

2013-07-08 Thread Aldo Iljazi
: code indent should use tabs where possible n_gsm.c:2908: WARNING: line over 80 characters n_gsm.c:2912: ERROR: trailing whitespace Signed-off-by: Aldo Iljazi --- drivers/tty/n_gsm.c | 29 - 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/drivers/tty

[PATCH] Staging: cxt1e1: ossiRelease.c: fixed a coding style issue.

2013-07-08 Thread Aldo Iljazi
Fixed a coding style issue, specifically checkpatch.pl complain: ossiRelease.c:27: WARNING: line over 80 characters Signed-off-by: Aldo Iljazi --- drivers/staging/cxt1e1/ossiRelease.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/cxt1e1/ossiRelease.c

[PATCH] Staging: cxt1e1: ossiRelease.c: fixed a coding style issue.

2013-07-08 Thread Aldo Iljazi
Fixed a coding style issue, specifically checkpatch.pl complain: ossiRelease.c:27: WARNING: line over 80 characters Signed-off-by: Aldo Iljazi neonsy...@gmail.com --- drivers/staging/cxt1e1/ossiRelease.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging

[PATCH] Drivers: tty: n_gsm.c: fixed 7 errors 6 warnings that checkpatch complained

2013-07-08 Thread Aldo Iljazi
: code indent should use tabs where possible n_gsm.c:2908: WARNING: line over 80 characters n_gsm.c:2912: ERROR: trailing whitespace Signed-off-by: Aldo Iljazi neonsy...@gmail.com --- drivers/tty/n_gsm.c | 29 - 1 file changed, 16 insertions(+), 13 deletions(-) diff --git

[PATCH] Staging: csr: csr_wifi_router_sef.c: fixed a brace coding style issue

2013-07-05 Thread Aldo Iljazi
Fixed a coding style issue. Signed-off-by: Aldo Iljazi --- drivers/staging/csr/csr_wifi_router_sef.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_router_sef.c b/drivers/staging/csr/csr_wifi_router_sef.c index 45a10fb..bdb7d3b 100644

[PATCH] Staging: csr: csr_wifi_router_sef.c: fixed a brace coding style issue

2013-07-05 Thread Aldo Iljazi
Fixed a coding style issue. Signed-off-by: Aldo Iljazi neonsy...@gmail.com --- drivers/staging/csr/csr_wifi_router_sef.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_router_sef.c b/drivers/staging/csr/csr_wifi_router_sef.c index 45a10fb

  1   2   >