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
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
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
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
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
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
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
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
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
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
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
-
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
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
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
, 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
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
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
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
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
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 +---
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
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
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
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/
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
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
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
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
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
29 matches
Mail list logo