Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp3911217ybe; Mon, 9 Sep 2019 00:46:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqy/R3vCoGAF6Dz1hH8Djnu+RLpupb2LJFlTF+j6WrszfnvpmAbDwuOUgF4EXVMIgSmmDDD6 X-Received: by 2002:a50:935d:: with SMTP id n29mr22899393eda.294.1568015216897; Mon, 09 Sep 2019 00:46:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568015216; cv=none; d=google.com; s=arc-20160816; b=MpwdglfBVDSBu75I/b5a1e25rLKu7RyZ7xNtL2vXMGFZy50uQV4JyBoA1XXw8yFt8u IGcUrfPz5cyztU+OGWWYcjVtzjGo821O6Z78V8EpM1ItK2YSbkvMUn5/ql861UwDVOh0 WzM14MCTbUuQKt/i3zS/m7gsqvzgerVDvs0ylcF/rUc8nWARxPY3fe5zX/qagSvOmE5x 8VfMkUoyRA6h1xr2xhUgVrsBmWDI5k4R6D7YYixJw0jnMFi2LWRMYPeU461V51DVW9cY g0Ds+2ikiAQgeo7P0i5ExV/48KE2vE2lDiEn6g3DhqEW0RjwYJMNq/2Kzg1bYB56vYe1 ELtw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:to:from:date; bh=UWxtWxr1AW5q5TSeoZFdnUv2l2oX+OuYG5M1dTSvEnE=; b=wVkK46HlxfcrOquG8zHEpPow6RLijx/g2fKT/Tmyc919HdcI7EqeRBKliWGYJ+/qB1 j3DTkCxpbN2Dtn6vRmJS29WAe6GslnJ0/zLnfYv/GNjHsih4bHWqbI2Zb/7edkLcVNYt /kxbkhDX+hhO8yUugthX5cwepuLULOUElkvgrncskPVk/xokTcYEOEN/KORgdWbZhNBj K8yBtkcNPrKTSXI/hCxFEpx476hOWnM73fvYcrg24eFmeUYU810kSTWEAvK1doY4cBgs PYZ/Jp1O9QOtp/zMQ3XYu4WuRINmA/Foi3Ths6hXRk7kGx4gyYES31N4K8VIZYe2XkyX ZXQg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a14si8769262eda.111.2019.09.09.00.46.31; Mon, 09 Sep 2019 00:46:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406796AbfIGU51 (ORCPT + 99 others); Sat, 7 Sep 2019 16:57:27 -0400 Received: from mxout012.mail.hostpoint.ch ([217.26.49.172]:24603 "EHLO mxout012.mail.hostpoint.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406391AbfIGU50 (ORCPT ); Sat, 7 Sep 2019 16:57:26 -0400 Received: from [10.0.2.46] (helo=asmtp013.mail.hostpoint.ch) by mxout012.mail.hostpoint.ch with esmtp (Exim 4.92.2 (FreeBSD)) (envelope-from ) id 1i6hlq-0006Md-Bf; Sat, 07 Sep 2019 22:57:22 +0200 Received: from 145-126.cable.senselan.ch ([83.222.145.126] helo=volery) by asmtp013.mail.hostpoint.ch with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2 (FreeBSD)) (envelope-from ) id 1i6hlq-000HWv-7v; Sat, 07 Sep 2019 22:57:22 +0200 X-Authenticated-Sender-Id: sandro@volery.com Date: Sat, 7 Sep 2019 22:57:20 +0200 From: Sandro Volery To: gregkh@linuxfoundation.org, osdevtc@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] Staging: wlan-ng: parenthesis at end of line fix Message-ID: <20190907205720.GA25377@volery> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed open parenthesis at the end of the line on line 327. Signed-off-by: Sandro Volery --- 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 eee1998c4b18..0a4c7415f773 100644 --- a/drivers/staging/wlan-ng/cfg80211.c +++ b/drivers/staging/wlan-ng/cfg80211.c @@ -324,7 +324,8 @@ static int prism2_scan(struct wiphy *wiphy, (i < request->n_channels) && i < ARRAY_SIZE(prism2_channels); i++) msg1.channellist.data.data[i] = - ieee80211_frequency_to_channel( + ieee80211_frequency_to_channel + ( request->channels[i]->center_freq); msg1.channellist.data.len = request->n_channels; -- 2.23.0