Re: [Qemu-devel] [PATCH 23/29] async: use ARRAY_SIZE macro

2017-07-18 Thread Marc-André Lureau
On Mon, Jul 17, 2017 at 11:09 PM, Philippe Mathieu-Daudé wrote: > Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Marc-André Lureau > --- > util/aio-posix.c | 2 +- > 1 file changed, 1 insertion(+), 1 delet

[Qemu-devel] [PATCH 23/29] async: use ARRAY_SIZE macro

2017-07-17 Thread Philippe Mathieu-Daudé
Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci Signed-off-by: Philippe Mathieu-Daudé --- util/aio-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/aio-posix.c b/util/aio-posix.c index 2d51239ec6..e89fd7024a 100644 --- a/util/aio-pos