mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 14:21:47 +00:00
staging: wlan-ng: fixed a comment
Fixed a comment style issue. Signed-off-by: Gavin O'Leary <gavinoleary3@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1534bc2c0d
commit
4f9de774a6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user