[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141008225725.GA10158@kroah.com>
Date: Wed, 8 Oct 2014 15:57:25 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Cheng-wei Lee <lee.rhapsody@...il.com>
Cc: johannes.berg@...el.com, josh@...htriplett.org,
sarah.a.sharp@...ux.intel.com, himangi774@...il.com,
teobaluta@...il.com, linville@...driver.com, gamerh2o@...il.com,
devel <devel@...verdev.osuosl.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drivers: staging: wlan-ng: fix sparse warnings
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@...il.com>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists