Re: [patch 1/1] claw: make use of DIV_ROUND_UP

2008-02-20 Thread Jeff Garzik
applied -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[patch 1/1] claw: make use of DIV_ROUND_UP

2008-02-18 Thread Ursula Braun
From: Julia Lawall [EMAIL PROTECTED] The kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) / (d)) but is perhaps more readable. Signed-off-by: Ursula Braun [EMAIL PROTECTED] --- drivers/s390/net/claw.c | 39 ++- 1 file changed, 18