diff mbox

[1/2] mac80211: clean up garbage in comment

Message ID 1389092979-11957-1-git-send-email-emmanuel.grumbach@intel.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Emmanuel Grumbach Jan. 7, 2014, 11:09 a.m. UTC
Not clear how this landed here.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
---
 net/mac80211/wpa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krishna Chaitanya Jan. 7, 2014, 2:16 p.m. UTC | #1
On Tue, Jan 7, 2014 at 4:39 PM, Emmanuel Grumbach
<emmanuel.grumbach@intel.com> wrote:
>
> Not clear how this landed here.
>
> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
> ---
>  net/mac80211/wpa.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/mac80211/wpa.c b/net/mac80211/wpa.c
> index 0752f84..7ac88ff 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;
>         }

Indent of single backspace needed:-)
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Johannes Berg Jan. 7, 2014, 3:22 p.m. UTC | #2
On Tue, 2014-01-07 at 13:09 +0200, Emmanuel Grumbach wrote:
> Not clear how this landed here.

Applied.

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/mac80211/wpa.c b/net/mac80211/wpa.c
index 0752f84..7ac88ff 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;
 	}