Skip to content

Commit 95b4d47

Browse files
rddunlapJonathan Corbet
authored andcommitted
Documentation: KVM: make corrections to vcpu-requests.rst
Make corrections to punctuation and grammar. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Sean Christopherson <seanjc@google.com> 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 Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230612030810.23376-5-rdunlap@infradead.org
1 parent daa3a39 commit 95b4d47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/virt/kvm/vcpu-requests.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ also be used, e.g. ::
101101

102102
However, VCPU request users should refrain from doing so, as it would
103103
break the abstraction. The first 8 bits are reserved for architecture
104-
independent requests, all additional bits are available for architecture
104+
independent requests; all additional bits are available for architecture
105105
dependent requests.
106106

107107
Architecture Independent Requests
@@ -151,8 +151,8 @@ KVM_REQUEST_NO_WAKEUP
151151

152152
This flag is applied to requests that only need immediate attention
153153
from VCPUs running in guest mode. That is, sleeping VCPUs do not need
154-
to be awaken for these requests. Sleeping VCPUs will handle the
155-
requests when they are awaken later for some other reason.
154+
to be awakened for these requests. Sleeping VCPUs will handle the
155+
requests when they are awakened later for some other reason.
156156

157157
KVM_REQUEST_WAIT
158158

0 commit comments

Comments
 (0)