[PATCH v2] staging: rtl8192u: delete unused function CAM_read_entry

2014-09-18 Thread Benedict Boerger
Fix the sparse warning: symbol 'CAM_read_entry' was not declared. Should it be static? The function CAM_read_entry is not used and therefore deleted. Signed-off-by: Benedict Boerger benedict.boer...@cs.tu-dortmund.de --- changes in v2: add Signed-off-by line drivers/staging/rtl8192u

[PATCH] staging: rtl8192u: delete unused function CAM_read_entry

2014-09-17 Thread Benedict Boerger
Fix the sparse warning: symbol 'CAM_read_entry' was not declared. Should it be static? The function CAM_read_entry is not used and therefore deleted. --- drivers/staging/rtl8192u/r8192U_core.c | 28 1 file changed, 28 deletions(-) diff --git

[PATCH] drivers: staging: lustre: fix sparse warnings / delete unused function

2014-08-08 Thread Benedict Boerger
an error. Done to complete a eudyptula task. Signed-off-by: Benedict Boerger benedict.boer...@cs.tu-dortmund.de --- drivers/staging/lustre/lnet/lnet/config.c | 57 --- 1 file changed, 21 insertions(+), 36 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/config.c b

[PATCH] staging: sep: Fix checkpatch.pl warnings

2014-06-19 Thread Benedict Boerger
Fix checkpatch.pl warnings: Missing blank line after Declarations Signed-off-by: Benedict Boerger benedict.boer...@cs.tu-dortmund.de --- drivers/staging/sep/sep_crypto.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/staging/sep/sep_crypto.c b/drivers/staging/sep

[PATCH] staging: slicoss: Fix coding style issue

2014-06-13 Thread Benedict Boerger
Fix a coding style issue found by checkpatch.pl. Use ether_addr_copy instead of memcpy. Done to complete a eudyptula task. Signed-off-by: Benedict Boerger benedict.boer...@cs.tu-dortmund.de --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git