netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6/10] cxgb3 - white space to tabs
@ 2007-01-31  3:44 Divy Le Ray
  0 siblings, 0 replies; only message in thread
From: Divy Le Ray @ 2007-01-31  3:44 UTC (permalink / raw)
  To: jeff; +Cc: netdev, linux-kernel, swise

From: Divy Le Ray <divy@chelsio.com>

Use tabs in comments.

Signed-off-by: Divy Le Ray <divy@chelsio.com>
---

 drivers/net/cxgb3/t3_hw.c |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/drivers/net/cxgb3/t3_hw.c b/drivers/net/cxgb3/t3_hw.c
index 7112bac..35a7fab 100644
--- a/drivers/net/cxgb3/t3_hw.c
+++ b/drivers/net/cxgb3/t3_hw.c
@@ -14,21 +14,21 @@
 #include "sge_defs.h"
 #include "firmware_exports.h"
 
- /**
-  *	t3_wait_op_done_val - wait until an operation is completed
-  *	@adapter: the adapter performing the operation
-  *	@reg: the register to check for completion
-  *	@mask: a single-bit field within @reg that indicates completion
-  *	@polarity: the value of the field when the operation is completed
-  *	@attempts: number of check iterations
-  *	@delay: delay in usecs between iterations
-  *	@valp: where to store the value of the register at completion time
-  *
-  *	Wait until an operation is completed by checking a bit in a register
-  *	up to @attempts times.  If @valp is not NULL the value of the register
-  *	at the time it indicated completion is stored there.  Returns 0 if the
-  *	operation completes and -EAGAIN otherwise.
-  */
+/**
+ *	t3_wait_op_done_val - wait until an operation is completed
+ *	@adapter: the adapter performing the operation
+ *	@reg: the register to check for completion
+ *	@mask: a single-bit field within @reg that indicates completion
+ *	@polarity: the value of the field when the operation is completed
+ *	@attempts: number of check iterations
+ *	@delay: delay in usecs between iterations
+ *	@valp: where to store the value of the register at completion time
+ *
+ *	Wait until an operation is completed by checking a bit in a register
+ *	up to @attempts times.  If @valp is not NULL the value of the register
+ *	at the time it indicated completion is stored there.  Returns 0 if the
+ *	operation completes and -EAGAIN otherwise.
+ */
 
 int t3_wait_op_done_val(struct adapter *adapter, int reg, u32 mask,
 			int polarity, int attempts, int delay, u32 *valp)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-31  3:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-31  3:44 [PATCH 6/10] cxgb3 - white space to tabs Divy Le Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).