[PATCH] Staging: fbtft: add declaration of non-static functions

2015-03-18 Thread Peter Poklop
/staging/fbtft/fbtft-sysfs.c:209:6: warning: symbol 'fbtft_sysfs_init' was not declared. Should it be static? drivers/staging/fbtft/fbtft-sysfs.c:216:6: warning: symbol 'fbtft_sysfs_exit' was not declared. Should it be static? Signed-off-by: Peter Poklop --- drivers/staging/fbtft/fbtft-sysfs.c | 2

[PATCH] Staging: fbtft: add declaration of non-static functions

2015-03-18 Thread Peter Poklop
/staging/fbtft/fbtft-sysfs.c:209:6: warning: symbol 'fbtft_sysfs_init' was not declared. Should it be static? drivers/staging/fbtft/fbtft-sysfs.c:216:6: warning: symbol 'fbtft_sysfs_exit' was not declared. Should it be static? Signed-off-by: Peter Poklop peter.pok...@gmail.com --- drivers/staging

[PATCH v2] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-19 Thread Peter Poklop
This patch fixes the checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Peter Poklop --- v2: Commit message cleanup drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/os_dep

[PATCH v2] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-19 Thread Peter Poklop
This patch fixes the checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Peter Poklop peter.pok...@gmail.com --- v2: Commit message cleanup drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-17 Thread Peter Poklop
From: Peter This patch fixes the checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Peter Poklop --- drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/os_dep/os_intfs.c b

[PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c

2015-01-17 Thread Peter Poklop
From: Peter peter.pok...@gmail.com This patch fixes the checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Peter Poklop peter.pok...@gmail.com --- drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git