[PATCH] devfreq: exynos4_bus.c: Fixed an alignment of the func call args.

2012-10-19 Thread Sangho Yi
I fixed the following check item (via checkpatch.pl --strict option): CHECK: Alignment should match open parenthesis Signed-off-by: Sangho Yi --- drivers/devfreq/exynos4_bus.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq/exynos4_bus.c b/drivers/devfreq

[PATCH 2/2] mmc: core: bus.c: re-aligned the line over 80 chars

2012-10-19 Thread Sangho Yi
I made a correction on a line which has > 80 characters also, aligned the consecutive line to meet the --strict rule. Signed-off-by: Sangho Yi --- drivers/mmc/core/bus.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/core/bus.c b/drivers/mmc/core/bu

[PATCH 2/2] mmc: core: bus.c: re-aligned the line over 80 chars

2012-10-19 Thread Sangho Yi
I made a correction on a line which has 80 characters also, aligned the consecutive line to meet the --strict rule. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/bus.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/core/bus.c b/drivers

[PATCH] devfreq: exynos4_bus.c: Fixed an alignment of the func call args.

2012-10-19 Thread Sangho Yi
I fixed the following check item (via checkpatch.pl --strict option): CHECK: Alignment should match open parenthesis Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/devfreq/exynos4_bus.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq/exynos4_bus.c

[PATCH 3/4] mmc: core: sd.c: Modified pr_warning to pr_warn

2012-10-18 Thread Sangho Yi
Fixed the coding style warning; from pr_warning(...) to pr_warn(...) Signed-off-by: Sangho Yi --- drivers/mmc/core/sd.c | 41 - 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c index 7c6b38e

[PATCH 2/4] mmc: core: sd.c: Made alignment for the multiline function calls

2012-10-18 Thread Sangho Yi
I made the alignment based on the strict coding style as follows; CHECK: Alignment should match open parenthesis Signed-off-by: Sangho Yi --- drivers/mmc/core/sd.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/mmc/core/sd.c b/drivers/mmc

[PATCH 5/6] mmc: core: sdio_bus.c: Fixed a warning for the pr_warning(...

2012-10-18 Thread Sangho Yi
I fixed a line which had the following warning: WARNING: Prefer pr_warn(... to pr_warning(... Signed-off-by: Sangho Yi --- drivers/mmc/core/sdio_bus.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core/sdio_bus.c index 1a1d96c

[PATCH 4/6] mmc: core: sdio_bus.c: Removed space between func name and ()

2012-10-18 Thread Sangho Yi
Fixed a coding style warning like this: from foo (arg) --> to foo(arg) Signed-off-by: Sangho Yi --- drivers/mmc/core/sdio_bus.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core/sdio_bus.c index efa30eb..1a1d96c 100

[PATCH 2/2] mmc: core: sdio_cis.c: Fixed the position of opening braces {

2012-10-18 Thread Sangho Yi
I fixed the following coding style error: ERROR: that open brace { should be on the previous line Signed-off-by: Sangho Yi --- drivers/mmc/core/sdio_cis.c |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/core/sdio_cis.c b/drivers/mmc/core/sdio_cis.c

[PATCH 1/2] mmc: core: sdio_cis.c: Fixed pointer casting coding style error

2012-10-18 Thread Sangho Yi
I fixed the following two kinds of errors on coding style. ERROR: "(foo*)" should be "(foo *)" ERROR: "(foo**)" should be "(foo **)" Signed-off-by: Sangho Yi --- drivers/mmc/core/sdio_cis.c |8 1 file changed, 4 insertions(+), 4 del

[PATCH 4/6] mmc: core: sdio_bus.c: Removed space between func name and ()

2012-10-18 Thread Sangho Yi
Fixed a coding style warning like this: from foo (arg) --> to foo(arg) Signed-off-by: Sangho Yi --- drivers/mmc/core/sdio_bus.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core/sdio_bus.c index efa30eb..1a1d96c 100

[PATCH 5/6] mmc: core: sdio_bus.c: Fixed a warning for the pr_warning(...

2012-10-18 Thread Sangho Yi
I fixed a line which had the following warning: WARNING: Prefer pr_warn(... to pr_warning(... Signed-off-by: Sangho Yi --- drivers/mmc/core/sdio_bus.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core/sdio_bus.c index 1a1d96c

[PATCH 5/6] mmc: core: sdio_bus.c: Fixed a warning for the pr_warning(...

2012-10-18 Thread Sangho Yi
I fixed a line which had the following warning: WARNING: Prefer pr_warn(... to pr_warning(... Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/sdio_bus.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core

[PATCH 4/6] mmc: core: sdio_bus.c: Removed space between func name and ()

2012-10-18 Thread Sangho Yi
Fixed a coding style warning like this: from foo (arg) -- to foo(arg) Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/sdio_bus.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core/sdio_bus.c index efa30eb

[PATCH 1/2] mmc: core: sdio_cis.c: Fixed pointer casting coding style error

2012-10-18 Thread Sangho Yi
I fixed the following two kinds of errors on coding style. ERROR: (foo*) should be (foo *) ERROR: (foo**) should be (foo **) Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/sdio_cis.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/core

[PATCH 2/2] mmc: core: sdio_cis.c: Fixed the position of opening braces {

2012-10-18 Thread Sangho Yi
I fixed the following coding style error: ERROR: that open brace { should be on the previous line Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/sdio_cis.c |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/core/sdio_cis.c b/drivers/mmc

[PATCH 4/6] mmc: core: sdio_bus.c: Removed space between func name and ()

2012-10-18 Thread Sangho Yi
Fixed a coding style warning like this: from foo (arg) -- to foo(arg) Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/sdio_bus.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core/sdio_bus.c index efa30eb

[PATCH 5/6] mmc: core: sdio_bus.c: Fixed a warning for the pr_warning(...

2012-10-18 Thread Sangho Yi
I fixed a line which had the following warning: WARNING: Prefer pr_warn(... to pr_warning(... Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/sdio_bus.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/core/sdio_bus.c b/drivers/mmc/core

[PATCH 2/4] mmc: core: sd.c: Made alignment for the multiline function calls

2012-10-18 Thread Sangho Yi
I made the alignment based on the strict coding style as follows; CHECK: Alignment should match open parenthesis Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/sd.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/mmc/core

[PATCH 3/4] mmc: core: sd.c: Modified pr_warning to pr_warn

2012-10-18 Thread Sangho Yi
Fixed the coding style warning; from pr_warning(...) to pr_warn(...) Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/sd.c | 41 - 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core

[PATCH] tty: tty_mutex.c: Fixed coding style warning (using printk)

2012-10-17 Thread Sangho Yi
Here I fixed from printk(KERN_ERR, ... to pr_err(... on tty_mutex.c Signed-off-by: Sangho Yi --- drivers/tty/tty_mutex.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/tty/tty_mutex.c b/drivers/tty/tty_mutex.c index 67feac9..2e41abe 100644 --- a/drivers/tty

[PATCH 2/3] power: wm831x_power.c: fixed const struct declaration warning

2012-10-17 Thread Sangho Yi
I fixed the following coding style violation; WARNING: static const char * array should probably be static const char * const Signed-off-by: Sangho Yi --- drivers/power/wm831x_power.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/wm831x_power.c b/drivers

[PATCH 3/3] power: wm831x_power.c: Fixed indentation bug and whitespace errors

2012-10-17 Thread Sangho Yi
I removed trailing whitespaces and removed unnecessary whitespaces and indentation tabs. Signed-off-by: Sangho Yi --- drivers/power/wm831x_power.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/power/wm831x_power.c b/drivers/power/wm831x_power.c index

[PATCH 1/3] power: wm831x_power: Fixed indentation errors

2012-10-17 Thread Sangho Yi
I fixed the following indentation errors (a couple of errors were on the wm831x_power.c) WARNING: suspect code indent for conditional statements Signed-off-by: Sangho Yi --- drivers/power/wm831x_power.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH] extcon: extcon-max8997.c: fixed coding style warning

2012-10-17 Thread Sangho Yi
Added a whitespace after a comma (,) to follow the coding style. Signed-off-by: Sangho Yi --- drivers/extcon/extcon-max8997.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c index ef9090a..a094eee

[PATCH] extcon: extcon-arizona.c: fixed a line exceeding 80 chars

2012-10-17 Thread Sangho Yi
Fixed a line exceeding 80 characters Signed-off-by: Sangho Yi --- drivers/extcon/extcon-arizona.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index cdab9e5..806c300 100644 --- a/drivers/extcon

[PATCH 2/7] staging: csr: csr_wifi_sme_serialize.h: fixed indentation warnings

2012-10-17 Thread Sangho Yi
Fixed indentation warnings from the comments. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_wifi_sme_serialize.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_serialize.h b/drivers/staging/csr/csr_wifi_sme_serialize.h

[PATCH 5/7] staging: csr: csr_wifi_sme_sef.h: fixed indentation warnings

2012-10-17 Thread Sangho Yi
Fixed indentation warnings on comments Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_wifi_sme_sef.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_sef.h b/drivers/staging/csr/csr_wifi_sme_sef.h index c874181..b40f6a7

[PATCH 7/7] staging: csr: csr_wifi_sme_sef.h: Fixed lines over 80 chars per line

2012-10-17 Thread Sangho Yi
Fixed lines over 80 characters per line. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_wifi_sme_sef.h | 150 +--- 1 file changed, 100 insertions(+), 50 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_sef.h b/drivers/staging/csr/csr_wifi_sme_sef.h

[PATCH 6/7] staging: csr: csr_wifi_sme_sef.h: Fixed from foo* bar to foo *bar

2012-10-17 Thread Sangho Yi
Fixed coding style errors like foo* bar to foo *bar for the definition of input and output variables of the function interfaces. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_wifi_sme_sef.h | 144 1 file changed, 72 insertions(+), 72 deletions(-) diff

[PATCH 4/7] staging: csr: csr_wifi_sme_serialize.h: fixed over 80 char lines

2012-10-17 Thread Sangho Yi
Appropriately modified the lines over 80 characters. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_wifi_sme_serialize.h | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_serialize.h b/drivers/staging/csr

[PATCH 3/7] staging: csr: csr_wifi_sme_serialize.h: Fixed from foo* bar to foo *bar

2012-10-17 Thread Sangho Yi
Fixed the coding style convention warnings for the statements of the pointer variable declaration. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_wifi_sme_serialize.h | 316 +- 1 file changed, 158 insertions(+), 158 deletions(-) diff --git a/drivers/staging/csr

[PATCH 1/7] staging: csr: csr_wifi_sme_task.h: fixed indentation coding style

2012-10-17 Thread Sangho Yi
Removed coding style warnings occurred on the comments. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_wifi_sme_task.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_task.h b/drivers/staging/csr/csr_wifi_sme_task.h index

[PATCH 1/7] staging: csr: csr_wifi_sme_task.h: fixed indentation coding style

2012-10-17 Thread Sangho Yi
Removed coding style warnings occurred on the comments. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_wifi_sme_task.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_task.h b/drivers/staging/csr

[PATCH 3/7] staging: csr: csr_wifi_sme_serialize.h: Fixed from foo* bar to foo *bar

2012-10-17 Thread Sangho Yi
Fixed the coding style convention warnings for the statements of the pointer variable declaration. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_wifi_sme_serialize.h | 316 +- 1 file changed, 158 insertions(+), 158 deletions(-) diff --git

[PATCH 4/7] staging: csr: csr_wifi_sme_serialize.h: fixed over 80 char lines

2012-10-17 Thread Sangho Yi
Appropriately modified the lines over 80 characters. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_wifi_sme_serialize.h | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_serialize.h b/drivers/staging/csr

[PATCH 6/7] staging: csr: csr_wifi_sme_sef.h: Fixed from foo* bar to foo *bar

2012-10-17 Thread Sangho Yi
Fixed coding style errors like foo* bar to foo *bar for the definition of input and output variables of the function interfaces. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_wifi_sme_sef.h | 144 1 file changed, 72 insertions(+), 72

[PATCH 7/7] staging: csr: csr_wifi_sme_sef.h: Fixed lines over 80 chars per line

2012-10-17 Thread Sangho Yi
Fixed lines over 80 characters per line. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_wifi_sme_sef.h | 150 +--- 1 file changed, 100 insertions(+), 50 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_sef.h b/drivers/staging/csr

[PATCH 5/7] staging: csr: csr_wifi_sme_sef.h: fixed indentation warnings

2012-10-17 Thread Sangho Yi
Fixed indentation warnings on comments Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_wifi_sme_sef.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_sef.h b/drivers/staging/csr/csr_wifi_sme_sef.h index

[PATCH 2/7] staging: csr: csr_wifi_sme_serialize.h: fixed indentation warnings

2012-10-17 Thread Sangho Yi
Fixed indentation warnings from the comments. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_wifi_sme_serialize.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_sme_serialize.h b/drivers/staging/csr

[PATCH] extcon: extcon-arizona.c: fixed a line exceeding 80 chars

2012-10-17 Thread Sangho Yi
Fixed a line exceeding 80 characters Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/extcon/extcon-arizona.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index cdab9e5..806c300 100644

[PATCH] extcon: extcon-max8997.c: fixed coding style warning

2012-10-17 Thread Sangho Yi
Added a whitespace after a comma (,) to follow the coding style. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/extcon/extcon-max8997.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c index

[PATCH 1/3] power: wm831x_power: Fixed indentation errors

2012-10-17 Thread Sangho Yi
I fixed the following indentation errors (a couple of errors were on the wm831x_power.c) WARNING: suspect code indent for conditional statements Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/power/wm831x_power.c | 16 1 file changed, 8 insertions(+), 8 deletions

[PATCH 3/3] power: wm831x_power.c: Fixed indentation bug and whitespace errors

2012-10-17 Thread Sangho Yi
I removed trailing whitespaces and removed unnecessary whitespaces and indentation tabs. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/power/wm831x_power.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/power/wm831x_power.c b/drivers/power

[PATCH 2/3] power: wm831x_power.c: fixed const struct declaration warning

2012-10-17 Thread Sangho Yi
I fixed the following coding style violation; WARNING: static const char * array should probably be static const char * const Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/power/wm831x_power.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power

[PATCH] tty: tty_mutex.c: Fixed coding style warning (using printk)

2012-10-17 Thread Sangho Yi
Here I fixed from printk(KERN_ERR, ... to pr_err(... on tty_mutex.c Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/tty/tty_mutex.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/tty/tty_mutex.c b/drivers/tty/tty_mutex.c index 67feac9..2e41abe 100644

[PATCH 2/2] staging: csr: Fixed macro definition style errors on csr_wifi_vif_utils.h

2012-10-16 Thread Sangho Yi
I fixed 3 lines of code where there were the coding style errors on defining the macros. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_wifi_vif_utils.h |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_vif_utils.h b/drivers/staging

[PATCH 1/2] staging: csr: Fixed indentation errors on csr_wifi_vif_utils.h

2012-10-16 Thread Sangho Yi
There were 4 spaces indented lines, so I fixed using tabs. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_wifi_vif_utils.h | 58 -- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_vif_utils.h b/drivers/staging/csr

[PATCH 2/4] staging: csr: Fixed exceeding 80 chars per line on mlme.c

2012-10-16 Thread Sangho Yi
Fixed most of the exceeding 80 chars on mlme.c Signed-off-by: Sangho Yi --- drivers/staging/csr/mlme.c | 200 1 file changed, 107 insertions(+), 93 deletions(-) diff --git a/drivers/staging/csr/mlme.c b/drivers/staging/csr/mlme.c index a16841f

[PATCH 3/4] staging: csr: removed single line { } braces from for and if statements.

2012-10-16 Thread Sangho Yi
Yes, just removed the single line covering braces from the for() and if(), and the corresponding else statements on mlme.c. Signed-off-by: Sangho Yi --- drivers/staging/csr/mlme.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/staging/csr

[PATCH 4/4] staging: csr: Fixed foo ++; to foo++; on mlme.c

2012-10-16 Thread Sangho Yi
Writing code as foo ++; is a coding style ERROR, so I modifed the code to foo++;. Signed-off-by: Sangho Yi --- drivers/staging/csr/mlme.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/mlme.c b/drivers/staging/csr/mlme.c index e4ecdd8..25b2d1d 100644

[PATCH 1/4] staging: csr: Fixed indentation from 4 spaces to tabs on mlme.c

2012-10-16 Thread Sangho Yi
There were all the 4 spaces indentation, so I fixed them using the tabs. Signed-off-by: Sangho Yi --- drivers/staging/csr/mlme.c | 598 ++-- 1 file changed, 299 insertions(+), 299 deletions(-) diff --git a/drivers/staging/csr/mlme.c b/drivers/staging

[PATCH 1/4] staging: csr: Fixed indentation from 4 spaces to tabs on mlme.c

2012-10-16 Thread Sangho Yi
There were all the 4 spaces indentation, so I fixed them using the tabs. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/mlme.c | 598 ++-- 1 file changed, 299 insertions(+), 299 deletions(-) diff --git a/drivers/staging/csr/mlme.c b

[PATCH 4/4] staging: csr: Fixed foo ++; to foo++; on mlme.c

2012-10-16 Thread Sangho Yi
Writing code as foo ++; is a coding style ERROR, so I modifed the code to foo++;. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/mlme.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/mlme.c b/drivers/staging/csr/mlme.c index

[PATCH 3/4] staging: csr: removed single line { } braces from for and if statements.

2012-10-16 Thread Sangho Yi
Yes, just removed the single line covering braces from the for() and if(), and the corresponding else statements on mlme.c. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/mlme.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git

[PATCH 2/4] staging: csr: Fixed exceeding 80 chars per line on mlme.c

2012-10-16 Thread Sangho Yi
Fixed most of the exceeding 80 chars on mlme.c Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/mlme.c | 200 1 file changed, 107 insertions(+), 93 deletions(-) diff --git a/drivers/staging/csr/mlme.c b/drivers/staging/csr/mlme.c

[PATCH 1/2] staging: csr: Fixed indentation errors on csr_wifi_vif_utils.h

2012-10-16 Thread Sangho Yi
There were 4 spaces indented lines, so I fixed using tabs. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_wifi_vif_utils.h | 58 -- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_vif_utils.h b

[PATCH 2/2] staging: csr: Fixed macro definition style errors on csr_wifi_vif_utils.h

2012-10-16 Thread Sangho Yi
I fixed 3 lines of code where there were the coding style errors on defining the macros. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_wifi_vif_utils.h |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/csr/csr_wifi_vif_utils.h

[PATCH 12/14] staging: csr: Removed a trailing whitespace from io.c

2012-10-15 Thread Sangho Yi
Yes, just removing one trailing whitespace, that's all. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index b7087c7..f910aea 100644 --- a/drivers/staging/csr/io.c

[PATCH 11/14] staging: csr: Fixed minor coding style error like array = {{..}};

2012-10-15 Thread Sangho Yi
Fixed a coding style error like array = {{, ...}}; to ...} }; Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index ae069f0..b7087c7 100644 --- a/drivers/staging

[PATCH 14/14] staging: csr: Removed braces {} on single line for, if statements

2012-10-15 Thread Sangho Yi
Removed braces {} from single line for and if, and else statements. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c | 54 -- 1 file changed, 18 insertions(+), 36 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c

[PATCH 13/14] staging: csr: Encapsulated (parenthesis'd) complex macro value on io.c

2012-10-15 Thread Sangho Yi
I made correction on the definition of a macro using parenthesis. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index f910aea..74c891a 100644 --- a/drivers/staging

[PATCH 10/14] staging: csr: Fixed return(xxx); --> return xxx; on io.c

2012-10-15 Thread Sangho Yi
I just fixed the coding style errors like return(xxx); to return xxx;. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index e85fe94..ae069f0 100644 --- a/drivers

[PATCH 03/14] staging: csr: Removed trailing whitespaces on io.c

2012-10-15 Thread Sangho Yi
I just fixed a few trailing whitespaces from io.c. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index b8556c4..b589408 100644 --- a/drivers/staging/csr/io.c

[PATCH 02/14] staging: csr: Fixed exceeding 80 chars per line problems on io.c

2012-10-15 Thread Sangho Yi
Originally there were a lot of coding style problems including exceeding 80 lines per line. So I fixed them, but still there is a 'long string' printing routines which will be modified on the next patch. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c | 176

[PATCH 07/14] staging: csr: Fixed indentation mistakes on io.c

2012-10-15 Thread Sangho Yi
I just fixed a few indentation mistakes (adding one more whitespace) from the code. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index 204d307..cecc1df

[PATCH 09/14] staging: csr: Fixed foo * bar --> foo *bar on io.c

2012-10-15 Thread Sangho Yi
There were just a few minor errors like foo * bar, so I fixed them. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index 934eacd..e85fe94 100644 --- a/drivers

[PATCH 08/14] staging: csr: Removed unnecessary whitespace before newline on io.c

2012-10-15 Thread Sangho Yi
I removed a few unnecessary whitespace before \n, and now it's done. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index cecc1df..934eacd 100644 --- a/drivers

[PATCH 06/14] staging: csr: Added whitespaces around comma, =, >, <, ; (mostly for loops)

2012-10-15 Thread Sangho Yi
There were tons of whitespace warnings (not using whitespaces before and after "=, >, <", after comma, and ";" on for loops, so that I fixed them altogether. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c | 52 +++-

[PATCH 05/14] staging: csr: Removed spaces between ( and arguments and ) on io.c

2012-10-15 Thread Sangho Yi
I found many coding style errors including spaces like this: foo ( arg ); So, I fixed them as follows-> foo (arg); Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/csr/io.c b/driv

[PATCH 04/14] staging: csr: Fixed the positions of the opening braces { on io.c

2012-10-15 Thread Sangho Yi
I just fixed the positions of the opening braces { to the previous lines. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c | 76 -- 1 file changed, 27 insertions(+), 49 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr

[PATCH 01/14] staging: csr: fixed indentation from spaces to tabs on io.c

2012-10-15 Thread Sangho Yi
Originally, '4 spaces' were used as an indentation method, so I converted all 4 spaces chunks to tabs. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c | 1366 +++--- 1 file changed, 683 insertions(+), 683 deletions(-) diff --git a/drivers/staging

[PATCH 01/14] staging: csr: fixed indentation from spaces to tabs on io.c

2012-10-15 Thread Sangho Yi
Originally, '4 spaces' were used as an indentation method, so I converted all 4 spaces chunks to tabs. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c | 1366 +++--- 1 file changed, 683 insertions(+), 683 deletions(-) diff --git

[PATCH 04/14] staging: csr: Fixed the positions of the opening braces { on io.c

2012-10-15 Thread Sangho Yi
I just fixed the positions of the opening braces { to the previous lines. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c | 76 -- 1 file changed, 27 insertions(+), 49 deletions(-) diff --git a/drivers/staging/csr/io.c b

[PATCH 05/14] staging: csr: Removed spaces between ( and arguments and ) on io.c

2012-10-15 Thread Sangho Yi
I found many coding style errors including spaces like this: foo ( arg ); So, I fixed them as follows- foo (arg); Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/csr

[PATCH 06/14] staging: csr: Added whitespaces around comma, =, , , ; (mostly for loops)

2012-10-15 Thread Sangho Yi
There were tons of whitespace warnings (not using whitespaces before and after =, , , after comma, and ; on for loops, so that I fixed them altogether. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c | 52 +++--- 1 file changed

[PATCH 08/14] staging: csr: Removed unnecessary whitespace before newline on io.c

2012-10-15 Thread Sangho Yi
I removed a few unnecessary whitespace before \n, and now it's done. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index cecc1df..934eacd

[PATCH 09/14] staging: csr: Fixed foo * bar -- foo *bar on io.c

2012-10-15 Thread Sangho Yi
There were just a few minor errors like foo * bar, so I fixed them. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index 934eacd..e85fe94

[PATCH 07/14] staging: csr: Fixed indentation mistakes on io.c

2012-10-15 Thread Sangho Yi
I just fixed a few indentation mistakes (adding one more whitespace) from the code. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index

[PATCH 02/14] staging: csr: Fixed exceeding 80 chars per line problems on io.c

2012-10-15 Thread Sangho Yi
Originally there were a lot of coding style problems including exceeding 80 lines per line. So I fixed them, but still there is a 'long string' printing routines which will be modified on the next patch. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c | 176

[PATCH 03/14] staging: csr: Removed trailing whitespaces on io.c

2012-10-15 Thread Sangho Yi
I just fixed a few trailing whitespaces from io.c. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index b8556c4..b589408 100644 --- a/drivers

[PATCH 13/14] staging: csr: Encapsulated (parenthesis'd) complex macro value on io.c

2012-10-15 Thread Sangho Yi
I made correction on the definition of a macro using parenthesis. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index f910aea..74c891a 100644

[PATCH 14/14] staging: csr: Removed braces {} on single line for, if statements

2012-10-15 Thread Sangho Yi
Removed braces {} from single line for and if, and else statements. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c | 54 -- 1 file changed, 18 insertions(+), 36 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers

[PATCH 10/14] staging: csr: Fixed return(xxx); -- return xxx; on io.c

2012-10-15 Thread Sangho Yi
I just fixed the coding style errors like return(xxx); to return xxx;. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index e85fe94..ae069f0

[PATCH 11/14] staging: csr: Fixed minor coding style error like array = {{..}};

2012-10-15 Thread Sangho Yi
Fixed a coding style error like array = {{, ...}}; to ...} }; Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index ae069f0..b7087c7 100644

[PATCH 12/14] staging: csr: Removed a trailing whitespace from io.c

2012-10-15 Thread Sangho Yi
Yes, just removing one trailing whitespace, that's all. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c index b7087c7..f910aea 100644 --- a/drivers

[PATCH 2/2] Staging: CSR: Fixed 41% of exceeding 80 characters problems on drv.c

2012-10-14 Thread Sangho Yi
I fixed 41% of exceeding 80 characters problems on drv.c. Note that some long strings for printing messages still exceed 80 characters. Signed-off-by: Sangho Yi --- drivers/staging/csr/drv.c | 338 - 1 file changed, 181 insertions(+), 157 deletions

[PATCH 3/4] Drivers: Staging: CSR: Removed whitespace between function name and (

2012-10-14 Thread Sangho Yi
Removed the unnecessary whitespace between function name and the "(", according to the coding style. Signed-off-by: Sangho Yi --- drivers/staging/csr/data_tx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/data_tx.c b/drivers/staging/csr

[PATCH 4/4] Drivers: Staging: CSR: Removed whitespace before quoting newline

2012-10-14 Thread Sangho Yi
Removed the unnecessary whitespace before \n on the printing statement. Signed-off-by: Sangho Yi --- drivers/staging/csr/data_tx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/csr/data_tx.c b/drivers/staging/csr/data_tx.c index 160a6c5..f3c1cc3 100644

[PATCH 2/4] Drivers: Staging: CSR: Removed braces for single line if statement

2012-10-14 Thread Sangho Yi
It was a very minor fix that an if statement had curly braces with just single line of code inside. Signed-off-by: Sangho Yi --- drivers/staging/csr/data_tx.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/csr/data_tx.c b/drivers/staging/csr/data_tx.c

[PATCH 1/4] Drivers: Staging: CSR: Fixed indentation problems on data_tx.c

2012-10-14 Thread Sangho Yi
Originally, the data_tx.c was indented with 4 spaces, so I fixed the indentation using a single tab. Signed-off-by: Sangho Yi --- drivers/staging/csr/data_tx.c | 58 - 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/drivers/staging/csr

[PATCH 2/2] Drivers: Stating: CSR: Removed unnecessary typedef struct

2012-10-14 Thread Sangho Yi
I removed the unnecessary typedef struct from the csr_time.h. There is no actual usage of the typedef definition. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_time.h | 18 -- 1 file changed, 18 deletions(-) diff --git a/drivers/staging/csr/csr_time.h b/drivers/staging

[PATCH 1/2] Drivers: Staging: CSR: fixed indentation warnings based on coding style

2012-10-14 Thread Sangho Yi
I fixed the indentation warnings on csr_time.h. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_time.h | 63 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/drivers/staging/csr/csr_time.h b/drivers/staging/csr/csr_time.h index

[PATCH] Drivers: Staging: CSR: Fixed coding style warnings

2012-10-14 Thread Sangho Yi
On drivers/staging/csr/csr_time.h, there were a few warnings on indentation, braces, and typedef struct usage. All those were changed to the proper way. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_time.h | 72 1 file changed, 36 insertions

[PATCH] Drivers: Staging: CSR: fixed coding style errors

2012-10-14 Thread Sangho Yi
Originally there were a lot of coding style errors so, I cleaned up the coding style errors including braces and indentations. Signed-off-by: Sangho Yi --- .../csr/csr_wifi_router_free_upstream_contents.c | 46 +--- 1 file changed, 20 insertions(+), 26 deletions(-) diff

[PATCH] Drivers: Staging: CSR: made corrections on the indentation errors

2012-10-14 Thread Sangho Yi
Originally there were a lot mis-indentation, so I made changes to use only the tabs (no spaces) on indenting code. - Still, the typedef struct ... tells warning message on checkpatch.pl. Signed-off-by: Sangho Yi --- drivers/staging/csr/csr_time.h | 54

[PATCH] Drivers: Staging: CSR: made corrections on the indentation errors

2012-10-14 Thread Sangho Yi
Originally there were a lot mis-indentation, so I made changes to use only the tabs (no spaces) on indenting code. - Still, the typedef struct ... tells warning message on checkpatch.pl. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_time.h | 54

[PATCH] Drivers: Staging: CSR: fixed coding style errors

2012-10-14 Thread Sangho Yi
Originally there were a lot of coding style errors so, I cleaned up the coding style errors including braces and indentations. Signed-off-by: Sangho Yi antir...@gmail.com --- .../csr/csr_wifi_router_free_upstream_contents.c | 46 +--- 1 file changed, 20 insertions(+), 26

[PATCH] Drivers: Staging: CSR: Fixed coding style warnings

2012-10-14 Thread Sangho Yi
On drivers/staging/csr/csr_time.h, there were a few warnings on indentation, braces, and typedef struct usage. All those were changed to the proper way. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_time.h | 72 1 file changed

[PATCH 1/2] Drivers: Staging: CSR: fixed indentation warnings based on coding style

2012-10-14 Thread Sangho Yi
I fixed the indentation warnings on csr_time.h. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/csr_time.h | 63 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/drivers/staging/csr/csr_time.h b/drivers/staging/csr

  1   2   >