Skip to content
Snippets Groups Projects
Commit f5154fbf authored by Julia Lawall's avatar Julia Lawall Committed by Jeff Garzik
Browse files

claw: make use of DIV_ROUND_UP


The kernel.h macro DIV_ROUND_UP performs the computation
(((n) + (d) - 1) / (d)) but is perhaps more readable.

Signed-off-by: default avatarUrsula Braun <braunu@de.ibm.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 61da96be
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment