Re: [Qemu-devel] [PATCH 2/4] savevm: some coding style cleanups

2011-10-05 Thread Anthony Liguori
On 10/04/2011 09:38 AM, Juan Quintela wrote: This patch will make moving code on next patches and having checkpatch happy easier. Signed-off-by: Juan Quintela Reviewed-by: Anthony Liguori Regards, Anthony Liguori --- savevm.c | 21 ++--- 1 files changed, 14 insertions

[Qemu-devel] [PATCH 2/4] savevm: some coding style cleanups

2011-10-04 Thread Juan Quintela
This patch will make moving code on next patches and having checkpatch happy easier. Signed-off-by: Juan Quintela --- savevm.c | 21 ++--- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/savevm.c b/savevm.c index 31131df..5fee4e2 100644 --- a/savevm.c +++ b/save