[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140912.164047.810313458974612565.davem@davemloft.net>
Date: Fri, 12 Sep 2014 16:40:47 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: Frank.Li@...escale.com
Cc: b38611@...escale.com, netdev@...r.kernel.org, lznuaa@...il.com,
shawn.guo@...aro.org, linux-arm-kernel@...ts.infradead.org,
devicetree@...r.kernel.org, linux@....linux.org.uk
Subject: Re: [Patch v3 net-next 09/12] net: fec: change FEC alignment
according to i.mx6 sx requirement
From: Frank Li <Frank.Li@...escale.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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists