x86/domctl: fix typo in comment
authorOlaf Hering <olaf@aepfle.de>
Wed, 29 Jan 2020 13:48:54 +0000 (14:48 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 29 Jan 2020 13:48:54 +0000 (14:48 +0100)
The array is named msr_policy.

Fixes commit 60529dfeca1

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Wei Liu <wl@xen.org>
xen/include/public/domctl.h

index e313da499f6ab9255315120afa8298d82ce8f3f5..2bb73979237cc429f99da232b4e0da34169a19dc 100644 (file)
@@ -675,7 +675,7 @@ struct xen_domctl_cpu_policy {
     uint32_t nr_leaves; /* IN/OUT: Number of leaves in/written to
                          * 'cpuid_policy'. */
     uint32_t nr_msrs;   /* IN/OUT: Number of MSRs in/written to
-                         * 'msr_domain_policy' */
+                         * 'msr_policy' */
     XEN_GUEST_HANDLE_64(xen_cpuid_leaf_t) cpuid_policy; /* IN/OUT */
     XEN_GUEST_HANDLE_64(xen_msr_entry_t) msr_policy;    /* IN/OUT */