linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Documentation: virt: eliminate duplicated words
@ 2020-07-03 21:29 Randy Dunlap
  2020-07-03 21:29 ` [PATCH 2/2] Documentation: virt: kvm/s390-pv: drop doubled words Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Paolo Bonzini, kvm

Drop doubled words in Documentation/virt/kvm/.


Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org


 Documentation/virt/kvm/api.rst     |   16 ++++++++--------
 Documentation/virt/kvm/s390-pv.rst |    2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] Documentation: virt: kvm/s390-pv: drop doubled words
  2020-07-03 21:29 [PATCH 0/2] Documentation: virt: eliminate duplicated words Randy Dunlap
@ 2020-07-03 21:29 ` Randy Dunlap
  2020-07-03 21:29 ` [PATCH 1/2] Documentation: virt: kvm/api: " Randy Dunlap
  2020-07-05 20:42 ` [PATCH 0/2] Documentation: virt: eliminate duplicated words Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Paolo Bonzini, kvm

Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org
---
 Documentation/virt/kvm/s390-pv.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/virt/kvm/s390-pv.rst
+++ linux-next-20200701/Documentation/virt/kvm/s390-pv.rst
@@ -78,7 +78,7 @@ Register Save Area.
 Only GR values needed to emulate an instruction will be copied into this
 save area and the real register numbers will be hidden.
 
-The Interception Parameters state description field still contains the
+The Interception Parameters state description field still contains
 the bytes of the instruction text, but with pre-set register values
 instead of the actual ones. I.e. each instruction always uses the same
 instruction text, in order not to leak guest instruction text.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] Documentation: virt: kvm/api: drop doubled words
  2020-07-03 21:29 [PATCH 0/2] Documentation: virt: eliminate duplicated words Randy Dunlap
  2020-07-03 21:29 ` [PATCH 2/2] Documentation: virt: kvm/s390-pv: drop doubled words Randy Dunlap
@ 2020-07-03 21:29 ` Randy Dunlap
  2020-07-05 20:42 ` [PATCH 0/2] Documentation: virt: eliminate duplicated words Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-03 21:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Jonathan Corbet, linux-doc, Paolo Bonzini, kvm

Drop multiple doubled words.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org
---
 Documentation/virt/kvm/api.rst |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

--- linux-next-20200701.orig/Documentation/virt/kvm/api.rst
+++ linux-next-20200701/Documentation/virt/kvm/api.rst
@@ -65,7 +65,7 @@ not be freed until both the parent (orig
 put their references to the VM's file descriptor.
 
 Because a VM's resources are not freed until the last reference to its
-file descriptor is released, creating additional references to a VM via
+file descriptor is released, creating additional references to a VM
 via fork(), dup(), etc... without careful consideration is strongly
 discouraged and may have unwanted side effects, e.g. memory allocated
 by and on behalf of the VM's process may not be freed/unaccounted when
@@ -536,7 +536,7 @@ X86:
 	========= ===================================
 	  0       on success,
 	 -EEXIST  if an interrupt is already enqueued
-	 -EINVAL  the the irq number is invalid
+	 -EINVAL  the irq number is invalid
 	 -ENXIO   if the PIC is in the kernel
 	 -EFAULT  if the pointer is invalid
 	========= ===================================
@@ -3167,7 +3167,7 @@ not mandatory.
 
 The information returned by this ioctl can be used to prepare an instance
 of struct kvm_vcpu_init for KVM_ARM_VCPU_INIT ioctl which will result in
-in VCPU matching underlying host.
+VCPU matching underlying host.
 
 
 4.84 KVM_GET_REG_LIST
@@ -5855,7 +5855,7 @@ features of the KVM implementation.
 :Architectures: ppc
 
 This capability, if KVM_CHECK_EXTENSION indicates that it is
-available, means that that the kernel has an implementation of the
+available, means that the kernel has an implementation of the
 H_RANDOM hypercall backed by a hardware random-number generator.
 If present, the kernel H_RANDOM handler can be enabled for guest use
 with the KVM_CAP_PPC_ENABLE_HCALL capability.
@@ -5866,7 +5866,7 @@ with the KVM_CAP_PPC_ENABLE_HCALL capabi
 :Architectures: x86
 
 This capability, if KVM_CHECK_EXTENSION indicates that it is
-available, means that that the kernel has an implementation of the
+available, means that the kernel has an implementation of the
 Hyper-V Synthetic interrupt controller(SynIC). Hyper-V SynIC is
 used to support Windows Hyper-V based guest paravirt drivers(VMBus).
 
@@ -5881,7 +5881,7 @@ by the CPU, as it's incompatible with Sy
 :Architectures: ppc
 
 This capability, if KVM_CHECK_EXTENSION indicates that it is
-available, means that that the kernel can support guests using the
+available, means that the kernel can support guests using the
 radix MMU defined in Power ISA V3.00 (as implemented in the POWER9
 processor).
 
@@ -5891,7 +5891,7 @@ processor).
 :Architectures: ppc
 
 This capability, if KVM_CHECK_EXTENSION indicates that it is
-available, means that that the kernel can support guests using the
+available, means that the kernel can support guests using the
 hashed page table MMU defined in Power ISA V3.00 (as implemented in
 the POWER9 processor), including in-memory segment tables.
 
@@ -5996,7 +5996,7 @@ run->kvm_valid_regs or run->kvm_dirty_re
 
 If KVM_CAP_ARM_USER_IRQ is supported, the KVM_CHECK_EXTENSION ioctl returns a
 number larger than 0 indicating the version of this capability is implemented
-and thereby which bits in in run->s.regs.device_irq_level can signal values.
+and thereby which bits in run->s.regs.device_irq_level can signal values.
 
 Currently the following bits are defined for the device_irq_level bitmap::
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] Documentation: virt: eliminate duplicated words
  2020-07-03 21:29 [PATCH 0/2] Documentation: virt: eliminate duplicated words Randy Dunlap
  2020-07-03 21:29 ` [PATCH 2/2] Documentation: virt: kvm/s390-pv: drop doubled words Randy Dunlap
  2020-07-03 21:29 ` [PATCH 1/2] Documentation: virt: kvm/api: " Randy Dunlap
@ 2020-07-05 20:42 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2020-07-05 20:42 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, linux-doc, Paolo Bonzini, kvm

On Fri,  3 Jul 2020 14:29:04 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> Drop doubled words in Documentation/virt/kvm/.
> 
> 
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: kvm@vger.kernel.org
> 
> 
>  Documentation/virt/kvm/api.rst     |   16 ++++++++--------
>  Documentation/virt/kvm/s390-pv.rst |    2 +-
>  2 files changed, 9 insertions(+), 9 deletions(-)
> 
Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-05 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 21:29 [PATCH 0/2] Documentation: virt: eliminate duplicated words Randy Dunlap
2020-07-03 21:29 ` [PATCH 2/2] Documentation: virt: kvm/s390-pv: drop doubled words Randy Dunlap
2020-07-03 21:29 ` [PATCH 1/2] Documentation: virt: kvm/api: " Randy Dunlap
2020-07-05 20:42 ` [PATCH 0/2] Documentation: virt: eliminate duplicated words Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).