-
Laurent Vivier authored
Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d). This patch is the result of coccinelle script scripts/coccinelle/round.cocci CC: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by:
Laurent Vivier <lvivier@redhat.com>
Signed-off-by:
Michael Tokarev <mjt@tls.msk.ru>Laurent Vivier authoredReplace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d). This patch is the result of coccinelle script scripts/coccinelle/round.cocci CC: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by:
Laurent Vivier <lvivier@redhat.com>
Signed-off-by:
Michael Tokarev <mjt@tls.msk.ru>
Loading