[PATCH 2/8] libchip: Cleanup

Joel Sherrill joel.sherrill at OARcorp.com
Thu Apr 10 22:00:03 UTC 2014


OK
On 4/10/2014 11:36 AM, Ralf Kirchner wrote:
> ---
>  c/src/libchip/network/dwmac-desc-enh.c |    4 ++--
>  1 Datei geändert, 2 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-)
>
> 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;
>  }

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill at OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985




More information about the devel mailing list