[rtems commit] libchip: Cleanup

Sebastian Huber sebh at rtems.org
Thu Apr 17 11:21:09 UTC 2014


Module:    rtems
Branch:    master
Commit:    f28b8d459523d4847d0c58268d703850eb1bca11
Changeset: http://git.rtems.org/rtems/commit/?id=f28b8d459523d4847d0c58268d703850eb1bca11

Author:    Ralf Kirchner <ralf.kirchner at embedded-brains.de>
Date:      Thu Apr 10 17:03:54 2014 +0200

libchip: Cleanup

---

 c/src/libchip/network/dwmac-desc-enh.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/src/libchip/network/dwmac-desc-enh.c b/c/src/libchip/network/dwmac-desc-enh.c
index cb20ba4..a3a5f5b 100644
--- a/c/src/libchip/network/dwmac-desc-enh.c
+++ b/c/src/libchip/network/dwmac-desc-enh.c
@@ -964,11 +964,11 @@ static void dwmac_desc_enh_prepare_tx_desc(
 
 static void dwmac_desc_enh_close_tx_desc(
   dwmac_common_context *self,
-  const unsigned int    idx_tx )
+  const unsigned int    idx_tx
+)
 {
   volatile dwmac_desc_ext *p_enh = (volatile dwmac_desc_ext *) self->dma_tx;
 
-
   p_enh[idx_tx].etx.des0_3.des0 |= DWMAC_DESC_ETX_DES0_LAST_SEGMENT;
   p_enh[idx_tx].etx.des0_3.des0 |= DWMAC_DESC_ETX_DES0_IRQ_ON_COMPLETION;
 }




More information about the vc mailing list