driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
From: Igor Ribeiro Barbosa Duarte <igor.ribeiro.duarte@gmail.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, igor.ribeiro.duarte@gmail.com
Subject: [PATCH] staging: wlan-ng: Fix number of characters warning style.
Date: Mon, 25 May 2020 19:10:25 -0300	[thread overview]
Message-ID: <20200525221025.GA27612@igor-Aspire-F5-573G> (raw)

Fix checkpatch error "WARNING: line over 80 characters" at cfg80211.c:451

Signed-off-by: Igor Ribeiro Barbosa Duarte <igor.ribeiro.duarte@gmail.com>
---
 drivers/staging/wlan-ng/cfg80211.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c
index fac38c8..a911bcd 100644
--- a/drivers/staging/wlan-ng/cfg80211.c
+++ b/drivers/staging/wlan-ng/cfg80211.c
@@ -447,9 +447,10 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
 	/* Set the channel */
 	if (channel) {
 		chan = ieee80211_frequency_to_channel(channel->center_freq);
-		result = prism2_domibset_uint32(wlandev,
-						DIDMIB_DOT11PHY_DSSSTABLE_CURRENTCHANNEL,
-						chan);
+		result = prism2_domibset_uint32
+			 (wlandev,
+			  DIDMIB_DOT11PHY_DSSSTABLE_CURRENTCHANNEL,
+			  chan);
 		if (result)
 			goto exit;
 	}
-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

             reply	other threads:[~2020-05-25 22:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-25 22:10 Igor Ribeiro Barbosa Duarte [this message]
2020-05-26  5:59 ` [PATCH] staging: wlan-ng: Fix number of characters warning style Greg KH
2020-05-26 15:27   ` Igor Ribeiro Barbosa Duarte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200525221025.GA27612@igor-Aspire-F5-573G \
    --to=igor.ribeiro.duarte@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).