KVM: Remove extraneous semicolon after do/while
authorAvi Kivity <avi@redhat.com>
Sat, 29 Nov 2008 18:38:12 +0000 (20:38 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:55:05 +0000 (16:55 +0200)
Notices by Guillaume Thouvenin.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86_emulate.c

index e8c87ccfe3106849a884a64b3df45563ff45a9d3..69b330ba0ad02459f0cc17642c30e1cd7aed2c50 100644 (file)
@@ -374,7 +374,7 @@ static u16 group2_table[] = {
                        : "=m" (_eflags), "=m" ((_dst).val),            \
                          "=&r" (_tmp)                                  \
                        : _y ((_src).val), "i" (EFLAGS_MASK));          \
-       } while (0);
+       } while (0)
 
 
 /* Raw emulation: instruction has two explicit operands. */