[Patch v3 net-next 09/12] net: fec: change FEC alignment according to i.mx6 sx requirement
David Miller
davem at davemloft.net
Fri Sep 12 13:40:47 PDT 2014
From: Frank Li <Frank.Li at freescale.com>
Date: Thu, 11 Sep 2014 02:30:42 +0800
> +
> + unsigned tx_align;
> + unsigned rx_align;
> };
Please always fully write out "unsigned int" rather than just "unsigned".
> @@ -2399,6 +2393,7 @@ fec_enet_alloc_rxq_buffers(struct net_device *ndev, unsigned int queue)
> struct sk_buff *skb;
> struct bufdesc *bdp;
> struct fec_enet_priv_rx_q *rxq;
> + unsigned off;
Likewise.
More information about the linux-arm-kernel
mailing list