[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] x86/domctl: fix typo in comment
commit a29f19f7476a13cd6d7757b3aa5eb26ffd9e3c54 Author: Olaf Hering <olaf@xxxxxxxxx> AuthorDate: Wed Jan 29 14:48:54 2020 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed Jan 29 14:48:54 2020 +0100 x86/domctl: fix typo in comment The array is named msr_policy. Fixes commit 60529dfeca1 Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> --- xen/include/public/domctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h index e313da499f..2bb7397923 100644 --- a/xen/include/public/domctl.h +++ b/xen/include/public/domctl.h @@ -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 */ -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |