]> Git Repo - linux.git/commitdiff
Documentation: KVM: make corrections to vcpu-requests.rst
authorRandy Dunlap <[email protected]>
Mon, 12 Jun 2023 03:08:10 +0000 (20:08 -0700)
committerJonathan Corbet <[email protected]>
Fri, 16 Jun 2023 14:20:53 +0000 (08:20 -0600)
Make corrections to punctuation and grammar.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: Sean Christopherson <[email protected]>
Cc: Andrew Jones <[email protected]>
Cc: Christoffer Dall <[email protected]>
Cc: [email protected]
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Documentation/virt/kvm/vcpu-requests.rst

index 87f04c1fa53d1c3c1efef0dff1e2fb88d2f3a258..06718b9bc959777b739da7b9a8901febb71377ad 100644 (file)
@@ -101,7 +101,7 @@ also be used, e.g. ::
 
 However, VCPU request users should refrain from doing so, as it would
 break the abstraction.  The first 8 bits are reserved for architecture
-independent requests, all additional bits are available for architecture
+independent requests; all additional bits are available for architecture
 dependent requests.
 
 Architecture Independent Requests
@@ -151,8 +151,8 @@ KVM_REQUEST_NO_WAKEUP
 
   This flag is applied to requests that only need immediate attention
   from VCPUs running in guest mode.  That is, sleeping VCPUs do not need
-  to be awaken for these requests.  Sleeping VCPUs will handle the
-  requests when they are awaken later for some other reason.
+  to be awakened for these requests.  Sleeping VCPUs will handle the
+  requests when they are awakened later for some other reason.
 
 KVM_REQUEST_WAIT
 
This page took 0.070147 seconds and 4 git commands to generate.