summaryrefslogtreecommitdiffstats
path: root/linux-user/Makefile.objs
diff options
context:
space:
mode:
authorLaurent Vivier2016-05-31 18:36:05 +0200
committerMichael Tokarev2016-06-07 17:19:25 +0200
commit30f549c2f30de65c7cbb30614b838d5478d6221b (patch)
tree17e9b84cbe1d7a404b6d3c001e4648858529f153 /linux-user/Makefile.objs
parentqemu-timer: Use DIV_ROUND_UP (diff)
downloadqemu-30f549c2f30de65c7cbb30614b838d5478d6221b.tar.gz
qemu-30f549c2f30de65c7cbb30614b838d5478d6221b.tar.xz
qemu-30f549c2f30de65c7cbb30614b838d5478d6221b.zip
hbitmap: Use DIV_ROUND_UP
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> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'linux-user/Makefile.objs')
0 files changed, 0 insertions, 0 deletions