[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1268999858-17323-1-git-send-email-candyguitar@googlemail.com>
Date: Fri, 19 Mar 2010 11:57:38 +0000
From: candyguitar@...glemail.com
To: gregkh@...e.de, jmm@...ian.org, mithlesh@...syssoft.com,
svenne@...p.dk
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Patrick Rooney <candyguitar@...glemail.com>
Subject: [PATCH 1/2] Staging: wlan-ng: Fixed 80-character line coding style issues in p80211req.c
From: Candyguitar <candyguitar@...dyguitar-laptop.(none)>
This is a patch for p80211req.c. An 'if' statement that spanned 80
characters has been split onto 2 lines and one of the tabs preceding
a comment has been removed.
Signed-off-by: Patrick Rooney <candyguitar@...glemail.com>
---
drivers/staging/wlan-ng/p80211req.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/wlan-ng/p80211req.c b/drivers/staging/wlan-ng/p80211req.c
index c2e95f1..74e2fe4 100644
--- a/drivers/staging/wlan-ng/p80211req.c
+++ b/drivers/staging/wlan-ng/p80211req.c
@@ -108,7 +108,8 @@ int p80211req_dorequest(wlandevice_t *wlandev, u8 *msgbuf)
}
/* Check Permissions */
- if (!capable(CAP_NET_ADMIN) && (msg->msgcode != DIDmsg_dot11req_mibget)) {
+ if (!capable(CAP_NET_ADMIN) &&
+ (msg->msgcode != DIDmsg_dot11req_mibget)) {
printk(KERN_ERR
"%s: only dot11req_mibget allowed for non-root.\n",
wlandev->name);
@@ -129,7 +130,7 @@ int p80211req_dorequest(wlandevice_t *wlandev, u8 *msgbuf)
wlandev->mlmerequest(wlandev, msg);
clear_bit(1, &(wlandev->request_pending));
- return result; /* if result==0, msg->status still may contain an err */
+ return result; /* if result==0, msg->status still may contain an err */
}
/*----------------------------------------------------------------
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists