hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro
commit66175626598b54dd8f86a8a83511d0a42e9b9062
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 5 Jul 2018 15:58:10 +0000 (5 12:58 -0300)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 26 Oct 2018 15:17:32 +0000 (26 17:17 +0200)
tree0a2a55406beb9b66f8be498f4101ae65572db72b
parentcc80b01a5494344e29a4f41f0b684ed49c004e6d
hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro

Patch created mechanically by rerunning:

  $  spatch --sp-file scripts/coccinelle/round.cocci \
            --macro-file scripts/cocci-macro-file.h \
            --dir . --in-place

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20180705155811.20366-7-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/pci-host/piix.c
hw/pci-host/q35.c