From: Adam Latham on
>From bd66eecfcc4fa4c0340f55d73dd4ada3a5e0b00a Mon Sep 17 00:00:00 2001
From: Adam Latham <adam.latham(a)unisontorbay.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(a)unisontorbay.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(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on
On Mon, May 10, 2010 at 08:11:26PM +0100, Adam Latham wrote:
> >From bd66eecfcc4fa4c0340f55d73dd4ada3a5e0b00a Mon Sep 17 00:00:00 2001
> From: Adam Latham <adam.latham(a)unisontorbay.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(a)unisontorbay.org.uk>
> ---
> drivers/staging/wlan-ng/hfa384x_usb.c | 6 +++---

Odd, this patch doesn't apply at all to my tree. Did you do it against
Linus's tree, or the linux-next tree? Please do it against linux-next
as that picks up the other patches in the staging tree (500+ at the
moment.)

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/