[PATCH v2] staging: staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not declared.

2019-06-05 Thread Valerio Genovese
This was reported by sparse: drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c:39:7: warning: symbol 'kpc_dma_add_device ' was not declared. Should it be static? Signed-off-by: Valerio Genovese --- drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c | 2 +- 1 file changed, 1 inser

[PATCH] staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not declared.

2019-06-05 Thread Valerio Genovese
This was reported by sparse: drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c:39:7: warning: symbol 'kpc_dma_add_device ' was not declared. Should it be static? Signed-off-by: Valerio Genovese --- drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.h | 1 + 1 file changed, 1 insertio

[PATCH] staging: isdn: hysdn: fix symbol 'hysdn_proc_entry' was not declared.

2019-06-05 Thread Valerio Genovese
This was reported by sparse: drivers/staging/isdn/hysdn/hysdn_procconf.c:352:23: warning: symbol 'hysdn_proc_entry' was not declared. Should it be static? Signed-off-by: Valerio Genovese --- drivers/staging/isdn/hysdn/hysdn_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[PATCH v2] staging: rtl8192u: ieee80211: Fix space required after }.

2017-04-06 Thread Valerio Genovese
This was reported in checkpatch.pl: ERROR: space required after that close brace '}' Changes in v2: add space after close brace '}' also at line 35, before it was only for 34. Signed-off-by: Valerio Genovese --- drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h | 4 ++-

[PATCH] staging: rtl8192u: ieee80211: Fix space required after }.

2017-04-05 Thread Valerio Genovese
This was reported by checkpatch.pl: ERROR: space required after that close brace '}' Signed-off-by: Valerio Genovese --- drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_BA.h