From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753718AbbKWRI2 (ORCPT ); Mon, 23 Nov 2015 12:08:28 -0500 Received: from mail-pa0-f41.google.com ([209.85.220.41]:34763 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752661AbbKWRI1 (ORCPT ); Mon, 23 Nov 2015 12:08:27 -0500 From: "Gavin O'Leary" To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, "Gavin O'Leary" Subject: [PATCH] staging: wlan-ng: fixed a comment Date: Mon, 23 Nov 2015 09:08:18 -0800 Message-Id: <1448298498-3279-1-git-send-email-gavinoleary3@gmail.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed a comment style issue. Signed-off-by: Gavin O'Leary --- drivers/staging/wlan-ng/cfg80211.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c index 8c1e3f0..2d9b42f 100644 --- a/drivers/staging/wlan-ng/cfg80211.c +++ b/drivers/staging/wlan-ng/cfg80211.c @@ -594,7 +594,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); -- 2.5.0