diff mbox series

Documentation: kvm: fix a typo

Message ID 20201002150422.6267-1-liq3ea@163.com (mailing list archive)
State New, archived
Headers show
Series Documentation: kvm: fix a typo | expand

Commit Message

Li Qiang Oct. 2, 2020, 3:04 p.m. UTC
Fixes: 9824c83f92bc8 ("Documentation: kvm: document CPUID bit for MSR_KVM_POLL_CONTROL")
Signed-off-by: Li Qiang <liq3ea@163.com>
---
 Documentation/virt/kvm/cpuid.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jonathan Corbet Oct. 5, 2020, 3:38 p.m. UTC | #1
On Fri,  2 Oct 2020 08:04:22 -0700
Li Qiang <liq3ea@163.com> wrote:

> Fixes: 9824c83f92bc8 ("Documentation: kvm: document CPUID bit for MSR_KVM_POLL_CONTROL")
> Signed-off-by: Li Qiang <liq3ea@163.com>
> ---
>  Documentation/virt/kvm/cpuid.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/virt/kvm/cpuid.rst b/Documentation/virt/kvm/cpuid.rst
> index a7dff9186bed..9150e9d1c39b 100644
> --- a/Documentation/virt/kvm/cpuid.rst
> +++ b/Documentation/virt/kvm/cpuid.rst
> @@ -78,7 +78,7 @@ KVM_FEATURE_PV_SEND_IPI           11          guest checks this feature bit
>                                                before enabling paravirtualized
>                                                sebd IPIs
>  
> -KVM_FEATURE_PV_POLL_CONTROL       12          host-side polling on HLT can
> +KVM_FEATURE_POLL_CONTROL          12          host-side polling on HLT can
>                                                be disabled by writing
>                                                to msr 0x4b564d05.

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/virt/kvm/cpuid.rst b/Documentation/virt/kvm/cpuid.rst
index a7dff9186bed..9150e9d1c39b 100644
--- a/Documentation/virt/kvm/cpuid.rst
+++ b/Documentation/virt/kvm/cpuid.rst
@@ -78,7 +78,7 @@  KVM_FEATURE_PV_SEND_IPI           11          guest checks this feature bit
                                               before enabling paravirtualized
                                               sebd IPIs
 
-KVM_FEATURE_PV_POLL_CONTROL       12          host-side polling on HLT can
+KVM_FEATURE_POLL_CONTROL          12          host-side polling on HLT can
                                               be disabled by writing
                                               to msr 0x4b564d05.