From: Andrew Cooper Date: Thu, 23 Mar 2017 14:53:37 +0000 (+0100) Subject: x86/viridian: annotate intentional fallthrough X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d6a6b3918ba803f7657ec2c1e4f547701788731f;p=people%2Froyger%2Fxen.git x86/viridian: annotate intentional fallthrough This stops Coverity complaining. Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich --- diff --git a/xen/arch/x86/hvm/viridian.c b/xen/arch/x86/hvm/viridian.c index 986fde5832..aa9b87c0ab 100644 --- a/xen/arch/x86/hvm/viridian.c +++ b/xen/arch/x86/hvm/viridian.c @@ -965,7 +965,7 @@ int viridian_hypercall(struct cpu_user_regs *regs) default: gprintk(XENLOG_WARNING, "unimplemented hypercall %04x\n", input.call_code); - + /* Fallthrough. */ case HvGetPartitionId: case HvExtCallQueryCapabilities: /*