[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] x86/viridian: Annotate intentional fallthrough
This stops Coverity complaining. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- CC: Jan Beulich <JBeulich@xxxxxxxx> CC: Paul Durrant <paul.durrant@xxxxxxxxxx> --- xen/arch/x86/hvm/viridian.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/viridian.c b/xen/arch/x86/hvm/viridian.c index b740224..75f165f 100644 --- a/xen/arch/x86/hvm/viridian.c +++ b/xen/arch/x86/hvm/viridian.c @@ -872,7 +872,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: /* -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |