staging: wlan-ng: fixed a comment
authorGavin O'Leary <gavinoleary3@gmail.com>
Mon, 23 Nov 2015 17:08:18 +0000 (09:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 03:06:36 +0000 (19:06 -0800)
Fixed a comment style issue.

Signed-off-by: Gavin O'Leary <gavinoleary3@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/cfg80211.c

index 497e3c9..cdbdcdd 100644 (file)
@@ -592,7 +592,8 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
        }
 
        /* Now do the actual join. Note there is no way that I can
-          see to request a specific bssid */
+        * see to request a specific bssid
+        */
        msg_join.msgcode = DIDmsg_lnxreq_autojoin;
 
        memcpy(msg_join.ssid.data.data, sme->ssid, length);