Re: [PATCH] net: ethernet: Use DIV_ROUND_UP instead of reimplementing its function

From: David Miller
Date: Wed Sep 12 2018 - 23:35:13 EST


From: zhong jiang <zhongjiang@xxxxxxxxxx>
Date: Tue, 11 Sep 2018 21:08:15 +0800

> DIV_ROUND_UP has implemented the code-opened function. Therefore, just
> replace the implementation with DIV_ROUND_UP.
>
> Signed-off-by: zhong jiang <zhongjiang@xxxxxxxxxx>

Applied to net-next, thanks.