Re: [PATCH] drivers: staging: wlan-ng: fix sparse warnings

From: Greg Kroah-Hartman
Date: Wed Oct 08 2014 - 18:57:32 EST


On Sat, Oct 04, 2014 at 10:24:28AM +0800, Cheng-wei Lee wrote:
> This patch fix the sparse warnings in wlan-ng/cfg80211.c
> The following functions were only used in this file, so done by
> declaring them into static.
>
> drivers/staging/wlan-ng/cfg80211.c:710:6: warning: symbol
> 'prism2_connect_result' was not declared. Should it be static?
> drivers/staging/wlan-ng/cfg80211.c:719:6: warning: symbol
> 'prism2_disconnected' was not declared. Should it be static?
> drivers/staging/wlan-ng/cfg80211.c:725:6: warning: symbol
> 'prism2_roamed' was not declared. Should it be static?
>
> Signed-off-by: Quentin Lee <lee.rhapsody@xxxxxxxxx>
> ---
> drivers/staging/wlan-ng/cfg80211.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

This patch doesn't apply to my staging-testing branch of staging.git,
can you refresh it and resend please?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/