Fix lines ending with a '('. Issue found by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/gasket/gasket_ioctl.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/gasket/gasket_ioctl.c
b/drivers/staging/gasket/gasket_ioc
Fix line ending with a '('
Signed-off-by: Cristiane Naves
---
drivers/staging/gasket/gasket_ioctl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/gasket/gasket_ioctl.c
b/drivers/staging/gasket/gasket_ioctl.c
index 240f9bb..d1b3e9a 100644
---
Cleanup in rtl8712
Cristiane Naves (2):
staging: rtl8712: Fix Alignment of open parenthesis
staging: rtl8712: Remove lines before a close brace
drivers/staging/rtl8712/rtl8712_recv.c | 32 +++-
1 file changed, 15 insertions(+), 17 deletions(-)
--
2.7.4
Fix alignment should match open parenthesis.Issue found by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/rtl8712/rtl8712_recv.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c
b/drivers
Fix Blank lines aren't necessary before a close brace '}'. Issue found
by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/rtl8712/rtl8712_recv.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c
b/drivers/staging/rtl8712
Fix lines ending with a '('. Issue found by checkpatch.
Signed-off-by: Cristiane Naves
---
Changes since v2:
- Join the two similar patches staging: gasket: Fix lines ending with a
'('.
Changes since v1:
- Arranging conflict between author name and signed-off-by.
Fix alignment should match open parenthesis. Issue found by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/rtl8712/rtl8712_recv.c | 30 +++---
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c
b
Remove unnecessary parentheses. Issue suggested by Joe Perches
.
Signed-off-by: Cristiane Naves
---
drivers/staging/rtl8712/rtl8712_recv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c
b/drivers/staging/rtl8712/rtl8712_recv.c
index
Fix Blank lines aren't necessary before a close brace '}'. Issue found
by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/rtl8712/rtl8712_recv.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c
b/drivers/staging/rtl8712
Remove unneeded variable used to store return value. Issue found by
coccicheck.
Signed-off-by: Cristiane Naves
---
drivers/staging/octeon/octeon-stubs.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/staging/octeon/octeon-stubs.h
b/drivers/staging/octeon/octeon
Bool tests don't need comparisons. Issue found by coccicheck.
Signed-off-by: Cristiane Naves
---
drivers/staging/media/allegro-dvt/nal-h264.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/allegro-dvt/nal-h264.c
b/drivers/staging/media/allegro-dv
Use devm_platform_ioremap_resource helper which wraps
platform_get_resource() and devm_ioremap_resource() together. Issue
found by coccicheck.
Signed-off-by: Cristiane Naves
---
drivers/staging/fieldbus/anybuss/arcx-anybus.c | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff
.
Cristiane Naves (2):
staging: rtl8712: Fix Alignment of open parenthesis
staging: rtl8712: Remove lines before a close brace
drivers/staging/rtl8712/rtl8712_recv.c | 38 --
1 file changed, 18 insertions(+), 20 deletions(-)
--
2.7.4
Fix alignment should match open parenthesis. Issue found by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/rtl8712/rtl8712_recv.c | 36 +-
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c
b
Fix Blank lines aren't necessary before a close brace '}'. Issue found
by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/rtl8712/rtl8712_recv.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c
b/drivers/staging/rtl8712
.
Changes in v4:
- Fixing misplaced parentheses of previous version.
Cristiane Naves (2):
staging: rtl8712: Fix Alignment of open parenthesis
staging: rtl8712: Remove lines before a close brace
drivers/staging/rtl8712/rtl8712_recv.c | 38 --
1 file changed, 18
Fix alignment should match open parenthesis. Issue found by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/rtl8712/rtl8712_recv.c | 36 +-
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c
b
Fix Blank lines aren't necessary before a close brace '}'. Issue found
by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/rtl8712/rtl8712_recv.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c
b/drivers/staging/rtl8712
On Tue, Oct 29, 2019 at 01:40:08PM -0400, Sven Van Asbroeck wrote:
> On Sat, Oct 26, 2019 at 7:52 PM Cristiane Naves
> wrote:
> >
> > Use devm_platform_ioremap_resource helper which wraps
> > platform_get_resource() and devm_ioremap_resource() together. Issue
Fix lines ending with parentheses. Issue found by checkpatch.
Signed-off-by: Cristiane Naves
---
drivers/staging/vt6655/card.c | 24
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
index
20 matches
Mail list logo