public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: wlan-ng: Fixed 80-character line coding style issues  in p80211req.c
@ 2010-03-10  8:46 Patrick Rooney
  2010-04-27 17:35 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Rooney @ 2010-03-10  8:46 UTC (permalink / raw)
  To: gregkh, jmm, mithlesh, svenne; +Cc: devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

Sorry to add this as an attachment, but copying and pasting corrupts
the patch, and git is telling me that: "git: 'send-email' is not a
git-command. See 'git --help'." (was following the instructions in
http://www.tuxradar.com/content/newbies-guide-hacking-linux-kernel; I
use Ubuntu 9.10).

[-- Attachment #2: 0001-Staging-wlan-ng-Fixed-80-character-line-coding-style.patch --]
[-- Type: text/x-patch, Size: 1555 bytes --]

From c8b956371f66d43dfae27de23d8dbb8af630b9c1 Mon Sep 17 00:00:00 2001
From: Candyguitar <candyguitar@googlemail.com>
Date: Wed, 10 Mar 2010 07:44:32 +0000
Subject: [PATCH] Staging: wlan-ng: Fixed 80-character line coding style issues in p80211req.c

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@googlemail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: wlan-ng: Fixed 80-character line coding style issues in p80211req.c
  2010-03-10  8:46 [PATCH] Staging: wlan-ng: Fixed 80-character line coding style issues in p80211req.c Patrick Rooney
@ 2010-04-27 17:35 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-04-27 17:35 UTC (permalink / raw)
  To: Patrick Rooney; +Cc: gregkh, jmm, mithlesh, svenne, devel, linux-kernel

On Wed, Mar 10, 2010 at 08:46:30AM +0000, Patrick Rooney wrote:
> Sorry to add this as an attachment, but copying and pasting corrupts
> the patch, and git is telling me that: "git: 'send-email' is not a
> git-command. See 'git --help'." (was following the instructions in
> http://www.tuxradar.com/content/newbies-guide-hacking-linux-kernel; I
> use Ubuntu 9.10).

That is because you need to install the "git-email" package, or some
such thing...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-27 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10  8:46 [PATCH] Staging: wlan-ng: Fixed 80-character line coding style issues in p80211req.c Patrick Rooney
2010-04-27 17:35 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox