cxgb3 - white space to tabs
Use tabs in comments. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
3b1d307b31
commit
f2c6879e06
1 changed files with 15 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue