From: Gavin O'Leary Date: Mon, 23 Nov 2015 17:08:18 +0000 (-0800) Subject: staging: wlan-ng: fixed a comment X-Git-Tag: next-20160210~18^2~93 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f9de774a6fea88c1605b58733d7946d9339b0bf;p=karo-tx-linux.git staging: wlan-ng: fixed a comment Fixed a comment style issue. Signed-off-by: Gavin O'Leary Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c index 497e3c987239..cdbdcdd85ac0 100644 --- a/drivers/staging/wlan-ng/cfg80211.c +++ b/drivers/staging/wlan-ng/cfg80211.c @@ -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);