aboutsummaryrefslogtreecommitdiff
path: root/hw/net/ne2000.c
diff options
context:
space:
mode:
authorLaurent Vivier <lvivier@redhat.com>2016-05-31 18:35:58 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2016-06-07 18:19:25 +0300
commit5d61cafd0b1c77e154a9777c07b675f840d7fbd7 (patch)
treeef01ac6d2b3529cfad6d4474da5afb79d6fa41d8 /hw/net/ne2000.c
parentb988a650b16a074bc3727fcb20591f50e29ceca9 (diff)
downloadqemu-5d61cafd0b1c77e154a9777c07b675f840d7fbd7.zip
qemu-5d61cafd0b1c77e154a9777c07b675f840d7fbd7.tar.gz
qemu-5d61cafd0b1c77e154a9777c07b675f840d7fbd7.tar.bz2
SPICE: 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: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/net/ne2000.c')
0 files changed, 0 insertions, 0 deletions