summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et1310_tx.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-10-06 15:49:58 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:07 -0800
commit1458d82b459198b16805eca54877ef16204cd33c (patch)
tree2b602e845cad1b568a0fed828daa5682d7abeca2 /drivers/staging/et131x/et1310_tx.h
parentfb034f841dae4b811901a23194484eaf62b60026 (diff)
downloadop-kernel-dev-1458d82b459198b16805eca54877ef16204cd33c.zip
op-kernel-dev-1458d82b459198b16805eca54877ef16204cd33c.tar.gz
Staging: et131x: Bring tx into coding style
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_tx.h')
-rw-r--r--drivers/staging/et131x/et1310_tx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/et131x/et1310_tx.h b/drivers/staging/et131x/et1310_tx.h
index eced34a..60bb2c8 100644
--- a/drivers/staging/et131x/et1310_tx.h
+++ b/drivers/staging/et131x/et1310_tx.h
@@ -126,7 +126,7 @@ struct tx_ring {
* three of these (including used) are controlled via the
* TCBSendQLock. This lock should be secured prior to incementing /
* decrementing used, or any queue manipulation on send_head /
- * Tail
+ * tail
*/
struct tcb *send_head;
struct tcb *send_tail;
@@ -136,7 +136,7 @@ struct tx_ring {
struct tx_desc *tx_desc_ring;
dma_addr_t tx_desc_ring_pa;
- /* ReadyToSend indicates where we last wrote to in the descriptor ring. */
+ /* send_idx indicates where we last wrote to in the descriptor ring. */
u32 send_idx;
/* The location of the write-back status block */
OpenPOWER on IntegriCloud