[PATCH] staging: bcm2835-audio: fix warning of no space is necessary

2020-01-26 Thread Valery Ivanov
This patch fixes "No space is necessary after a cast". Issue found by checkpatch.pl Signed-off-by: Valery Ivanov --- drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vc04_services/bcm2835-aud

[PATCH] staging: qlge: fix missing a blank line after declaration

2020-01-19 Thread Valery Ivanov
This patch fixes "WARNING: Missing a blank lin after declarations" Issue found by checkpatch.pl Signed-off-by: Valery Ivanov --- drivers/staging/qlge/qlge_ethtool.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/qlge/qlge_ethtool.c b/drivers/staging/qlge/qlge

[PATCH v2] staging: octeon: fix missing a blank line after declaration

2019-11-08 Thread Valery Ivanov
This patch fixes "WARNING: Missing a blank line after declarations" Issue found by checkpatch.pl Signed-off-by: Valery Ivanov --- Changes in v2: - fix huge indentation in commit message --- drivers/staging/octeon/octeon-stubs.h | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] staging: octeon: fix missing a blank line after declaration

2019-11-07 Thread Valery Ivanov
This patch fixes "WARNING: Missing a blank line after declarations" Issue found by checkpatch.pl Signed-off-by: Valery Ivanov --- drivers/staging/octeon/octeon-stubs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon/octeon-stubs.h b/drive

[PATCH] staging: gasket: gasket_ioctl: Remove unnecessary line-breaks in funtion signature

2019-11-06 Thread Valery Ivanov
This patch fix the function signature for trace_gasket_ioctl_page_table_data to avoid the checkpatch.pl warning: CHECK: Lines should not end with a '(' Signed-off-by: Valery Ivanov --- drivers/staging/gasket/gasket_ioctl.c | 7 --- 1 file changed, 4