Re: [Qemu-devel] [PATCH 0/5] Code cleanups with Coccinelle

2017-06-07 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH 0/5] Code cleanups with Coccinelle Type: series Message-id: 20170607074632.13162-1-marcandre.lur...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH 0/5] Code cleanups with Coccinelle

2017-06-07 Thread Marc-André Lureau
Hi, Here is a few patches I came up with playing with some semantic patches. If necessary, I can split them further by unit/domains, but that will likely make a quite long series of patches. Marc-André Lureau (5): coccinelle: replace code with ROUND_UP macro coccinelle: use DIV_ROUND_UP arc