[PATCH] staging/rtl8723bs: Fix code indent.

2019-04-03 Thread Beatriz Martins de Carvalho
Fix Error: code indent Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8723bs/hal/hal_com_phycfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c b/drivers/staging/rtl8723bs/hal/hal_com_phycfg.c index

[PATCH] staging: media: atomisp: i2c: align line break to match with open parenthesis

2021-04-12 Thread Beatriz Martins de Carvalho
Aligns line break with the remaining function arguments to the open parenthesis. Issue found by checkpatch in file atomisp-gc2235.c Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/media/atomisp/i2c/atomisp-gc2235.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 0/3] staging: rtl8723bs: hal: Rectify with Linux kernel coding style

2021-04-12 Thread Beatriz Martins de Carvalho
This patchset rectifies the file Hal8723BReg.h with Linux kernel coding style. The issues were: - Space before tabs; - Extra blank line; - Indentation problem. Beatriz Martins de Carvalho (3): staging: rtl8723bs: hal: remove space before tabs staging: rtl8723bs: hal

[PATCH 1/3] staging: rtl8723bs: hal: remove space before tabs

2021-04-12 Thread Beatriz Martins de Carvalho
Remove unnecessary space before tabs to conform with Linux kernel coding style. Reported by checkpatch in file Hal8723BReg.h Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8723bs/hal/Hal8723BReg.h | 26 ++--- 1 file changed, 13 insertions(+), 13 deletions

[PATCH 2/3] staging: rtl8723bs: hal: Remove extra blank line

2021-04-12 Thread Beatriz Martins de Carvalho
Remove multiple blank lines to conform Linux kernel coding style. Reported by checkpatch in file Hal8723BReg.h Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8723bs/hal/Hal8723BReg.h | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8723bs/hal

[PATCH 3/3] staging: rtl8723bs: hal: Correct indentation

2021-04-12 Thread Beatriz Martins de Carvalho
Correct random indentation to improve readability. This problem was observed when working on other checkpatch reports in the file Hal8723BReg.h Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8723bs/hal/Hal8723BReg.h | 380 ++-- 1 file changed, 190 insertions

[PATCH] drivers: staging: rtl8712: align arguments with open parenthesis

2021-04-06 Thread Beatriz Martins de Carvalho
Clean up checks of "Alignment should match open parenthesis" in file mlme_osdep.h Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8712/mlme_osdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/mlme_osdep.h b/drive

Re: [PATCH 3/4] staging: rtl8723bs: core: reorganize characters so the lines are under 100 ch

2021-04-06 Thread Beatriz Martins de Carvalho
Em 06/04/21 13:13, Greg KH escreveu: On Mon, Apr 05, 2021 at 06:29:19PM +0100, Beatriz Martins de Carvalho wrote: Cleans up warnings of "line over 100 characters" but avoinding more than 90 characters in file rtw_ap.c Signed-off-by: Beatriz Martins de Carvalho --- drive

[PATCH v2] staging: rtl8723bs: core: reorganize characters so the lines are under 100 ch

2021-04-06 Thread Beatriz Martins de Carvalho
Cleans up warnings of "line over 100 characters" but avoiding more than 90 characters in file rtw_ap.c Signed-off-by: Beatriz Martins de Carvalho --- Changes in v2: - revert some cleans up warning previously applied wrong This patch came from patch series that could find

[RESEND PATCH] staging: emxx_udc: Ending line with argument

2021-04-06 Thread Beatriz Martins de Carvalho
Cleans up check of "Lines should not end with a '('" with argument present in next line in file emxx_udc.c Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/emxx_udc/emxx_udc.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/driv

Re: [RESEND PATCH] staging: emxx_udc: Ending line with argument

2021-04-06 Thread Beatriz Martins de Carvalho
Em 06/04/21 20:36, Greg KH escreveu: On Tue, Apr 06, 2021 at 08:34:09PM +0100, Beatriz Martins de Carvalho wrote: Cleans up check of "Lines should not end with a '('" with argument present in next line in file emxx_udc.c Signed-off-by: Beatriz Martins de Carvalho -

Re: [Outreachy kernel] [RESEND PATCH] staging: emxx_udc: Ending line with argument

2021-04-06 Thread Beatriz Martins de Carvalho
Em 06/04/21 20:56, Matthew Wilcox escreveu: On Tue, Apr 06, 2021 at 08:34:09PM +0100, Beatriz Martins de Carvalho wrote: Cleans up check of "Lines should not end with a '('" with argument present in next line in file emxx_udc.c I appreciate that you've removed th

Re: [RESEND PATCH] staging: emxx_udc: Ending line with argument

2021-04-07 Thread Beatriz Martins de Carvalho
Em 07/04/21 09:34, Greg KH escreveu: On Wed, Apr 07, 2021 at 09:16:44AM +0100, Beatriz Martins de Carvalho wrote: Em 07/04/21 06:37, Greg KH escreveu: On Tue, Apr 06, 2021 at 09:00:07PM +0100, Beatriz Martins de Carvalho wrote: Em 06/04/21 20:36, Greg KH escreveu: On Tue, Apr 06, 2021 at

Re: [Outreachy kernel] [PATCH 1/2] staging: media: omap4iss: Ending line with argument

2021-04-07 Thread Beatriz Martins de Carvalho
Em 01/04/21 16:28, Matthew Wilcox escreveu: On Thu, Apr 01, 2021 at 04:07:38PM +0100, Beatriz Martins de Carvalho wrote: diff --git a/drivers/staging/media/omap4iss/iss.c b/drivers/staging/media/omap4iss/iss.c index dae9073e7d3c..e8f724dbf810 100644 --- a/drivers/staging/media/omap4iss/iss.c

Re: [PATCH 1/2] staging: media: omap4iss: Ending line with argument

2021-04-07 Thread Beatriz Martins de Carvalho
, Beatriz Martins de Carvalho wrote: Remove checkpatch check "CHECK: Lines should not end with a '('" with argument present in next line and reorganize characters so the lines are under 100 columns Signed-off-by: Beatriz Martins de Carvalho --- d

[PATCH] staging: greybus: arche-platform: Fix ending '(' warnings

2021-03-31 Thread Beatriz Martins de Carvalho
Fix checkpatch check "CHECK: Lines should not end with a '('" in arche-platform.c:80 and arche-platform.c:184. Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/greybus/arche-platform.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --g

[PATCH v2] staging: greybus: arche-platform: Ending line with argument

2021-04-01 Thread Beatriz Martins de Carvalho
Remove checkpatch check "CHECK: Lines should not end with a '('" with argument present in next line. Signed-off-by: Beatriz Martins de Carvalho --- Changes in v2: - correction commit title - correction commit message --- drivers/staging/greybus/a

[PATCH 2/2] staging: media: omap4iss: align arguments with open parenthesis

2021-04-01 Thread Beatriz Martins de Carvalho
Cleans up checks of "Alignment should match open parenthesis" in iss.c:96. Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/media/omap4iss/iss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/omap4iss/iss.c b/drivers/sta

[PATCH 0/2] staging: media: omap4iss: Patchsets cleans up in iss.c

2021-04-01 Thread Beatriz Martins de Carvalho
Clean up checks of "Alignment should match open parenthesis" and "CHECK: Lines should not end with a '('" in iss.c Beatriz Martins de Carvalho (2): staging: media: omap4iss: Ending line with argument staging: media: omap4iss: align arguments with open paren

[PATCH 1/2] staging: media: omap4iss: Ending line with argument

2021-04-01 Thread Beatriz Martins de Carvalho
Remove checkpatch check "CHECK: Lines should not end with a '('" with argument present in next line and reorganize characters so the lines are under 100 columns Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/media/omap4iss/iss.c | 46 +---

[PATCH] staging: emxx_udc: Ending line with argument

2021-04-01 Thread Beatriz Martins de Carvalho
Cleans up check of "Lines should not end with a '('" with argument present in next line in file emxx_udc.c Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/emxx_udc/emxx_udc.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/driv

Re: [Outreachy kernel] [PATCH] staging: emxx_udc: Ending line with argument

2021-04-05 Thread Beatriz Martins de Carvalho
Em 01/04/21 22:16, Julia Lawall escreveu: On Thu, 1 Apr 2021, Beatriz Martins de Carvalho wrote: Cleans up check of "Lines should not end with a '('" with argument present in next line in file emxx_udc.c The coding style documentation encourages remaining within 80 char

[PATCH 0/4] staging: rtl8723bs: core: Patchsets cleans up in rtw_ap.c

2021-04-05 Thread Beatriz Martins de Carvalho
Patchset of cleans up checks of "Blank lines aren't necessary before a close brace '}'", "Lines should not end with a '('", "line over 100 characters", and "Alignment should match open parenthesis" in file rtw_ap.c. Beatriz Martins

[PATCH 1/4] staging: rtl8723bs: core: Removed extra blank line

2021-04-05 Thread Beatriz Martins de Carvalho
Clean up check of "Blank lines aren't necessary before a close brace '}'" in rtw_ap.c Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8723bs/core/rtw_ap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/core/rtw_ap.c b/

[PATCH 2/4] staging: rtl8723bs: core: Ending line with argument

2021-04-05 Thread Beatriz Martins de Carvalho
Cleans up checks of "Lines should not end with a '('" with argument present in next line in file rtw_ap.c Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8723bs/core/rtw_ap.c | 98 ++--- 1 file changed, 40 insertions(+), 58 deleti

[PATCH 4/4] staging: rtl8723bs: core: align arguments with open parenthesis

2021-04-05 Thread Beatriz Martins de Carvalho
Cleans up checks of "Alignment should match open parenthesis" in file rtw_ap.c Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8723bs/core/rtw_ap.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8723bs/core/r

[PATCH 3/4] staging: rtl8723bs: core: reorganize characters so the lines are under 100 ch

2021-04-05 Thread Beatriz Martins de Carvalho
Cleans up warnings of "line over 100 characters" but avoinding more than 90 characters in file rtw_ap.c Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8723bs/core/rtw_ap.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git

[PATCH] staging: rtl8192e: remove unnecessary blank line

2019-09-04 Thread Beatriz Martins de Carvalho
Fix checkpath error "CHECK: Blank lines aren't necessary after an open brace '{'" in rtllib.h:482. Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8192e/rtllib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib.h b

[PATCH v2] staging: rtl8723bs: hal: replace spaces by tabs.

2019-04-04 Thread Beatriz Martins de Carvalho
Fix checkpatch error "ERROR: code indent should use tabs where possible" in hal_com_phycfg.c:1726. Signed-off-by: Beatriz Martins de Carvalho --- Changes in v2: - correction commit title - added more information about the error --- drivers/staging/rtl8723bs/hal/hal_co