aboutsummaryrefslogtreecommitdiff
path: root/drivers/qe/uec.h
diff options
context:
space:
mode:
authorHaiying Wang <Haiying.Wang@freescale.com>2009-05-21 15:32:13 -0400
committerKumar Gala <galak@kernel.crashing.org>2009-06-12 17:16:25 -0500
commit52d6ad5ecfb22938441c8e3e62935fbd7b0f0920 (patch)
tree5d6f55283f11e7cea73bcf34b76a126c0d3821bd /drivers/qe/uec.h
parentfeb7838f979ec2b581df3c791b9ae3284c36bb47 (diff)
drivers/qe: Rename the camel-case identifiers in uec
Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Diffstat (limited to 'drivers/qe/uec.h')
-rw-r--r--drivers/qe/uec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/qe/uec.h b/drivers/qe/uec.h
index 0b644996b..414982cde 100644
--- a/drivers/qe/uec.h
+++ b/drivers/qe/uec.h
@@ -654,8 +654,8 @@ typedef struct uec_info {
ucc_fast_info_t uf_info;
uec_num_of_threads_e num_threads_tx;
uec_num_of_threads_e num_threads_rx;
- qe_risc_allocation_e riscTx;
- qe_risc_allocation_e riscRx;
+ qe_risc_allocation_e risc_tx;
+ qe_risc_allocation_e risc_rx;
u16 rx_bd_ring_len;
u16 tx_bd_ring_len;
u8 phy_address;