Julia Lawall wrote: > From: Julia Lawall <[EMAIL PROTECTED]> > > The kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) / > (d)) but is perhaps more readable.
It certainly looks better to me, thanks for doing this. > Signed-off-by: Julia Lawall <[EMAIL PROTECTED]> Acked-By: Zach Brown <[EMAIL PROTECTED]> - z -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/