[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080922.192423.184278021.davem@davemloft.net>
Date: Mon, 22 Sep 2008 19:24:23 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: akpm@...ux-foundation.org
Cc: netdev@...r.kernel.org, julia@...u.dk, chas@....nrl.navy.mil
Subject: Re: [patch 6/8] drivers/net/wan: Use DIV_ROUND_UP
From: akpm@...ux-foundation.org
Date: Mon, 22 Sep 2008 14:50:42 -0700
> The kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) /
> (d)) but is perhaps more readable.
>
> An extract of the semantic patch that makes this change is as follows:
> (http://www.emn.fr/x-info/coccinelle/)
...
> Signed-off-by: Julia Lawall <julia@...u.dk>
> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
[ Why is Chas being CC:'d on WAN driver layer patches? He's the ATM
maintainer :-) ]
Applied to net-next-2.6, thanks.
--
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