Paolo Bonzini wrote:
> Unify the goto around the loop, with the exit condition at the end of it.
> Both can be expressed as "while (ret >= 0)".
>
> Signed-off-by: Paolo Bonzini
Reviewed-by: Juan Quintela
On 02/15/2013 07:46 PM, Paolo Bonzini wrote:
> Unify the goto around the loop, with the exit condition at the end of it.
> Both can be expressed as "while (ret >= 0)".
>
> Signed-off-by: Paolo Bonzini
> ---
> migration.c | 11 +--
> 1 files changed, 1 insertions(+), 10 deletions(-)
>
Unify the goto around the loop, with the exit condition at the end of it.
Both can be expressed as "while (ret >= 0)".
Signed-off-by: Paolo Bonzini
---
migration.c | 11 +--
1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/migration.c b/migration.c
index b1ebb01..5414060