x86/mce: fix comment of struct mc_telem_cpu_ctl
authorHaozhong Zhang <haozhong.zhang@intel.com>
Mon, 3 Jul 2017 15:43:36 +0000 (17:43 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Jul 2017 15:43:36 +0000 (17:43 +0200)
commit106b735df9deffab55603cb9ed4636c067a49d64
tree01bbf4f292d1d571a3d5451b70c929ac6e3886cf
parentd468f4299cef469d882f4bed8530fca53ebf2ebd
x86/mce: fix comment of struct mc_telem_cpu_ctl

Since c/s cbc585158f ("x86/mce: eliminate unnecessary NR_CPUS-sized
arrays"), struct mc_telem_cpu_ctl was introduced and has been used as
the type of per-cpu variables rather than global variables. However,
some comments within it have not been updated accordingly.

Signed-off-by: Haozhong Zhang <haozhong.zhang@intel.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/mcheck/mctelem.c