Message ID | 20170703034626.9429-2-haozhong.zhang@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/xen/arch/x86/cpu/mcheck/mctelem.c b/xen/arch/x86/cpu/mcheck/mctelem.c index 96048ebcc0..57abeab357 100644 --- a/xen/arch/x86/cpu/mcheck/mctelem.c +++ b/xen/arch/x86/cpu/mcheck/mctelem.c @@ -108,9 +108,7 @@ static struct mc_telem_ctl { struct mc_telem_cpu_ctl { /* * Per-CPU processing lists, used for deferred (softirq) - * processing of telemetry. @pending is indexed by the - * CPU that the telemetry belongs to. @processing is indexed - * by the CPU that is processing the telemetry. + * processing of telemetry. */ struct mctelem_ent *pending; struct mctelem_ent *processing;