mbox series

[0/4] Documentation: KVM: multiple editing corrections

Message ID 20230612030810.23376-1-rdunlap@infradead.org (mailing list archive)
Headers show
Series Documentation: KVM: multiple editing corrections | expand

Message

Randy Dunlap June 12, 2023, 3:08 a.m. UTC
Fix various issues in KVM documentation files (grammar, spelling,
punctuation, file path, wording, hyphenation, and the location of
module parameters).


 [PATCH 1/4] Documentation: KVM: make corrections to halt-polling.rst
 [PATCH 2/4] Documentation: KVM: make corrections to locking.rst
 [PATCH 3/4] Documentation: KVM: make corrections to ppc-pv.rst
 [PATCH 4/4] Documentation: KVM: make corrections to vcpu-requests.rst

 Documentation/virt/kvm/halt-polling.rst  |   10 +++++-----
 Documentation/virt/kvm/locking.rst       |   18 +++++++++---------
 Documentation/virt/kvm/ppc-pv.rst        |    8 ++++----
 Documentation/virt/kvm/vcpu-requests.rst |    6 +++---
 4 files changed, 21 insertions(+), 21 deletions(-)


Cc: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Sean Christopherson <seanjc@google.com>
Cc: Alexander Graf <agraf@suse.de>
Cc: Andrew Jones <drjones@redhat.com>
Cc: Christoffer Dall <cdall@linaro.org>
Cc: kvm@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org

Comments

Jonathan Corbet June 16, 2023, 2:24 p.m. UTC | #1
Randy Dunlap <rdunlap@infradead.org> writes:

> Fix various issues in KVM documentation files (grammar, spelling,
> punctuation, file path, wording, hyphenation, and the location of
> module parameters).
>
>
>  [PATCH 1/4] Documentation: KVM: make corrections to halt-polling.rst
>  [PATCH 2/4] Documentation: KVM: make corrections to locking.rst
>  [PATCH 3/4] Documentation: KVM: make corrections to ppc-pv.rst
>  [PATCH 4/4] Documentation: KVM: make corrections to vcpu-requests.rst
>
>  Documentation/virt/kvm/halt-polling.rst  |   10 +++++-----
>  Documentation/virt/kvm/locking.rst       |   18 +++++++++---------
>  Documentation/virt/kvm/ppc-pv.rst        |    8 ++++----
>  Documentation/virt/kvm/vcpu-requests.rst |    6 +++---
>  4 files changed, 21 insertions(+), 21 deletions(-)

I've applied the set, thanks.

jon