From: Emmanuel Grumbach Date: Tue, 7 Jan 2014 11:09:38 +0000 (+0200) Subject: mac80211: clean up garbage in comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87ee475ef62504609368a767f6ad2e903a442078;p=linux-beck.git mac80211: clean up garbage in comment Not clear how this landed here. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- diff --git a/net/mac80211/wpa.c b/net/mac80211/wpa.c index 7313d379c0d3..21448d629b15 100644 --- a/net/mac80211/wpa.c +++ b/net/mac80211/wpa.c @@ -127,7 +127,7 @@ ieee80211_rx_h_michael_mic_verify(struct ieee80211_rx_data *rx) * APs with pairwise keys should never receive Michael MIC * errors for non-zero keyidx because these are reserved for * group keys and only the AP is sending real multicast - * frames in the BSS. ( + * frames in the BSS. */ return RX_DROP_UNUSABLE; }