diff options
author | Haiying Wang <Haiying.Wang@freescale.com> | 2009-05-21 15:32:13 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-06-12 17:16:25 -0500 |
commit | 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920 (patch) | |
tree | 5d6f55283f11e7cea73bcf34b76a126c0d3821bd /drivers/qe/uec.h | |
parent | feb7838f979ec2b581df3c791b9ae3284c36bb47 (diff) | |
download | u-boot-imx-52d6ad5ecfb22938441c8e3e62935fbd7b0f0920.zip u-boot-imx-52d6ad5ecfb22938441c8e3e62935fbd7b0f0920.tar.gz u-boot-imx-52d6ad5ecfb22938441c8e3e62935fbd7b0f0920.tar.bz2 |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/qe/uec.h b/drivers/qe/uec.h index 0b64499..414982c 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; |