[PATCH] staging: rtl8192u: fix sparse warnings for static declaration

2015-03-18 Thread vibi sreenivasan
This patch fixes following sparse warning drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1924:6: warning: symbol 'ieee80211_check_auth_response' was not declared. Should it be static? Signed-off-by: Vibi Sreenivasan --- .../staging/rtl8192u/ieee80211/ieee80211_softmac.c |

[PATCH] staging/mt29f_spinand: coding style fixes

2014-08-12 Thread vibi sreenivasan
This patch fixes the coding style error : "WARNING: else is not generally useful after a break or return" reported by checkpatch.pl Signed-off-by: Vibi Sreenivasan --- drivers/staging/mt29f_spinand/mt29f_spinand.c | 26 -- 1 file changed, 12 insertions(+), 14