wlan-ng: hfa384x_usb.c patch: Fix Whitespace issues

Adam Latham adam.latham at unisontorbay.org.uk
Mon May 10 19:11:26 UTC 2010


>From bd66eecfcc4fa4c0340f55d73dd4ada3a5e0b00a Mon Sep 17 00:00:00 2001
From: Adam Latham <adam.latham at 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 at 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






More information about the devel mailing list