[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1273518686.2786.3.camel@ubuntu.ubuntu-domain>
Date: Mon, 10 May 2010 20:11:26 +0100
From: Adam Latham <adam.latham@...sontorbay.org.uk>
To: gregkh@...e.de, Andrew.Elwell@...il.com, mithlesh@...syssoft.com,
svenne@...p.dk, jkosina@...e.cz
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: wlan-ng: hfa384x_usb.c patch: Fix Whitespace issues
>>From bd66eecfcc4fa4c0340f55d73dd4ada3a5e0b00a Mon Sep 17 00:00:00 2001
From: Adam Latham <adam.latham@...sontorbay.org.uk>
Date: Mon, 10 May 2010 19:59:39 +0100
Subject: [PATCH] Staging: wlan-ng: fix whitespace errors in hfa384x_usb.c
This is a patch to fix a number of whitespace issues in the hfa384x_usb.c
file found by the checkpatch.pl tool
Signed-off-by: Adam Latham <adam.latham@...sontorbay.org.uk>
---
drivers/staging/wlan-ng/hfa384x_usb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c
index 5df56f0..562e7eb 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -62,7 +62,7 @@
*
* hfa384x_drvr_xxxconfig An example of the drvr level abstraction. These
* functions are wrappers for the RID get/set
-* sequence. They call copy_[to|from]_bap() and
+* sequence. They call copy_[to|from]_bap() and
* cmd_access(). These functions operate on the
* RIDs and buffers without validation. The caller
* is responsible for that.
@@ -1226,7 +1226,7 @@ int hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis)
*
* Arguments:
* hw device structure
-* ctlx CTLX ptr
+* ctlx CTLX ptr
* completor functor object to decide what to
* do with the CTLX's result.
*
@@ -2133,7 +2133,7 @@ exit_proc:
* 0 success
* >0 f/w reported error - f/w status code
* <0 driver reported error
-* -ENODATA length mismatch between argument and retrieved
+* -ENODATA length mismatch between argument and retrieved
* record.
*
* Side effects:
1.7.0.4
--
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