Re: [Qemu-devel] [PATCH] thunk: improve readability of allocation loop

2019-03-09 Thread Stefan Hajnoczi
On Fri, Mar 8, 2019 at 7:43 PM Aarushi Mehta wrote: > > Signed-off-by: Aarushi Mehta > --- > thunk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi

[Qemu-devel] [PATCH] thunk: improve readability of allocation loop

2019-03-08 Thread Aarushi Mehta
Signed-off-by: Aarushi Mehta --- thunk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunk.c b/thunk.c index 17f3d320bb..7f31cffe09 100644 --- a/thunk.c +++ b/thunk.c @@ -86,7 +86,7 @@ void thunk_register_struct(int id, const char *name, const argtype *types) #endif