Re: [Xen-devel] [PATCH] x86: remove out label in spurious_interrupt

2018-12-11 Thread Jan Beulich
>>> On 11.12.18 at 12:55, wrote: > The out label is followed by a semicolon only. Use return directly. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/

[Xen-devel] [PATCH] x86: remove out label in spurious_interrupt

2018-12-11 Thread Wei Liu
The out label is followed by a semicolon only. Use return directly. Signed-off-by: Wei Liu --- xen/arch/x86/apic.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xen/arch/x86/apic.c b/xen/arch/x86/apic.c index 7120107b0c..b06eedf326 100644 --- a/xen/arch/x86/apic.c +++ b/