[PATCH 3/3] staging: wilc1000: remove the warnings on the line over 80 characters

2015-06-25 Thread Sunghoon Cho
This patch removes the warnings reported by checkpatch.pl on the line over 80 characters. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b

[PATCH 2/3] staging: wilc1000: add a blank line after struct declaration

2015-06-25 Thread Sunghoon Cho
This patch adds a blank line right after a struct declaration. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h index

[PATCH 1/3] staging: wilc1000: remove the warnings on the prohibited spaces

2015-06-25 Thread Sunghoon Cho
This patch removes the warnings reported by checkpatch.pl regarding prohibited spaces between function name and open parenthesis. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging

[PATCH 5/5] staging: wilc1000: align the line of enum data

2015-06-17 Thread Sunghoon Cho
This patch alignes the line of enumeration types. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wlan_if.h | 496 1 file changed, 248 insertions(+), 248 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000

[PATCH 2/5] staging: wilc1000: remove the warnings on multiple blank line uses.

2015-06-17 Thread Sunghoon Cho
This patch removes the warnings reported by checkpatch.pl regarding the multiple blank line. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wlan_if.h | 12 1 file changed, 12 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging

[PATCH 1/5] staging: wilc1000: change commenting styles.

2015-06-17 Thread Sunghoon Cho
This patch changes commenting style to Linux preferred C89 style. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wlan_if.h | 721 ++-- 1 file changed, 397 insertions(+), 324 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers

[PATCH 3/5] staging: wilc1000: remove the warnings on line over 80 characters

2015-06-17 Thread Sunghoon Cho
This patch removes the warnings reported by checkpatch.pl regarding line over 80 chracters. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wlan_if.h | 30 +++--- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/drivers/staging/wilc1000

[PATCH 4/5] staging: wilc100: align definitions

2015-06-17 Thread Sunghoon Cho
This patch alignes the lines of #define preprocessors. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wlan_if.h | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000

[PATCH 3/5] staging: wilc1000: remove the warnings on line over 80 characters.

2015-06-16 Thread Sunghoon Cho
This removes the warnings reported by checkpatch.pl for line over 80 characters. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers

[PATCH 4/5] staging: wilc1000: remove prohibited spaces.

2015-06-16 Thread Sunghoon Cho
This patch removes the warnings on the prohibited spaces between function name and open parenthesis. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000

[PATCH 1/5] staging: wilc1000: remove the warnings on the multiple blank lines.

2015-06-16 Thread Sunghoon Cho
This patch removes the warnings reported by checkpatch.pl regarding on the multiple blank line uses. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 15 --- 1 file changed, 15 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b

[PATCH 5/5] staging: wilc1000: add a blank line

2015-06-16 Thread Sunghoon Cho
This adds a blank line after struct declaration, WILC_WFI_mon_priv. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h

[PATCH 2/5] staging: wilc1000: remove unnecessary blank line.

2015-06-16 Thread Sunghoon Cho
This patch removes blank line which is not necesssary after an open brace. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000

[PATCH 2/2] staging: wilc1000: remove the warnings on prohibited spaces.

2015-06-15 Thread Sunghoon Cho
Remove space prohibited between function name and open parenthesis. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/coreconfigsimulator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigsimulator.h b/drivers/staging/wilc1000

[PATCH 1/2] staging: wilc1000: remove multiple blank lines.

2015-06-15 Thread Sunghoon Cho
Remove the warnings for multiple blank lines reported by checkpatch.pl. Signed-off-by: Sunghoon Cho --- drivers/staging/wilc1000/coreconfigsimulator.h | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigsimulator.h b/drivers/staging