[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180620.143945.116462011875467035.davem@davemloft.net>
Date: Wed, 20 Jun 2018 14:39:45 +0900 (KST)
From: David Miller <davem@...emloft.net>
To: joakim.tjernlund@...inera.com
Cc: leoyang.li@....com, netdev@...r.kernel.org
Subject: Re: [PATCH] ucc_geth: Add BQL support
From: Joakim Tjernlund <joakim.tjernlund@...inera.com>
Date: Tue, 19 Jun 2018 18:30:36 +0200
> @@ -3242,6 +3243,8 @@ static int ucc_geth_tx(struct net_device *dev, u8 txQ)
> struct ucc_geth_private *ugeth = netdev_priv(dev);
> u8 __iomem *bd; /* BD pointer */
> u32 bd_status;
> + int howmany = 0;
> + unsigned int bytes_sent = 0;
Please keep the function local variable declarations ordered from
longest to shortest line.
Thank you.
Powered by blists - more mailing lists