Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661854

[PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long

From Elias Carter <edcarter@ualberta.ca>
Newsgroups linux.kernel
Subject [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long
Date 2017-06-09 03:40 +0200
Message-ID <tQh45-3sH-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: edcarter <edcarter@ualberta.ca>

Fixed a coding style issue where a line was longer than 80 characters.

Signed-off-by: Elias Carter <edcarter@ualberta.ca>
---
 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 178f6f5..e82043e 100644
--- a/drivers/staging/wlan-ng/cfg80211.c
+++ b/drivers/staging/wlan-ng/cfg80211.c
@@ -692,7 +692,8 @@ static const struct cfg80211_ops prism2_usb_cfg_ops = {
 };
 
 /* Functions to create/free wiphy interface */
-static struct wiphy *wlan_create_wiphy(struct device *dev, struct wlandevice *wlandev)
+static struct wiphy *wlan_create_wiphy(struct device *dev,
+				       struct wlandevice *wlandev)
 {
 	struct wiphy *wiphy;
 	struct prism2_wiphy_private *priv;
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80 characters long Elias Carter <edcarter@ualberta.ca> - 2017-06-09 03:40 +0200
  Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80  characters long Greg KH <gregkh@linuxfoundation.org> - 2017-06-09 07:50 +0200
    Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80  characters long Elias Carter <edcarter@ualberta.ca> - 2017-06-09 08:30 +0200
      Re: [PATCH] staging: wlan-ng: cfg80211.c: fixed a line over 80  characters long Greg KH <gregkh@linuxfoundation.org> - 2017-06-09 09:00 +0200

csiph-web