[RESEND PATCH] staging: gasket: Fix lines ending with a '('

2019-10-25 Thread Cristiane Naves
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

[RESEND PATCH] staging: gasket: Fix line ending with a '('

2019-10-25 Thread Cristiane Naves
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 ---

[RESEND PATCH 0/2] Cleanup in rtl8712

2019-10-25 Thread Cristiane Naves
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

[RESEND PATCH 1/2] staging: rtl8712: Fix Alignment of open parenthesis

2019-10-25 Thread Cristiane Naves
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

[RESEND PATCH 2/2] staging: rtl8712: Remove lines before a close brace

2019-10-25 Thread Cristiane Naves
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

[PATCH v3] staging: gasket: Fix lines ending with a '('

2019-10-26 Thread Cristiane Naves
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.

[PATCH v2 1/3] staging: rtl8712: Fix Alignment of open parenthesis

2019-10-26 Thread Cristiane Naves
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

[PATCH v2 2/3] staging: rtl8712: Remove unnecessary parentheses.

2019-10-26 Thread Cristiane Naves
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

[PATCH v2 3/3] staging: rtl8712: Remove lines before a close brace

2019-10-26 Thread Cristiane Naves
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

[PATCH] staging: octeon: Remove unneeded variable

2019-10-26 Thread Cristiane Naves
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

[PATCH] staging: media: allegro-dvt: remove bool comparison

2019-10-26 Thread Cristiane Naves
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

[PATCH] staging: fieldbus: anybuss: use devm_platform_ioremap_resource helper

2019-10-26 Thread Cristiane Naves
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

[PATCH v3 0/2] Cleanup in rtl8712

2019-10-28 Thread Cristiane Naves
. 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

[PATCH v3 1/2] staging: rtl8712: Fix Alignment of open parenthesis

2019-10-28 Thread Cristiane Naves
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

[PATCH v3 2/2] staging: rtl8712: Remove lines before a close brace

2019-10-28 Thread Cristiane Naves
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

[PATCH v4 0/2] Cleanup in rtl8712

2019-10-28 Thread Cristiane Naves
. 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

[PATCH v4 1/2] staging: rtl8712: Fix Alignment of open parenthesis

2019-10-28 Thread Cristiane Naves
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

[PATCH v4 2/2] staging: rtl8712: Remove lines before a close brace

2019-10-28 Thread Cristiane Naves
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

Re: [PATCH] staging: fieldbus: anybuss: use devm_platform_ioremap_resource helper

2019-10-29 Thread Cristiane Naves
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

[PATCH] staging: vt6655: Fix lines ending with parentheses

2019-10-29 Thread Cristiane Naves
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