]> git.proxmox.com Git - mirror_qemu.git/commitdiff
global: Squash 'the the'
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 4 Nov 2019 18:52:02 +0000 (18:52 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 6 Nov 2019 16:19:40 +0000 (17:19 +0100)
'the' has a tendency to double up; squash them back down.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191104185202.102504-1-dgilbert@redhat.com>
[lv: removed disas/libvixl/vixl/invalset.h change]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
docs/interop/pr-helper.rst
docs/specs/ppc-spapr-hotplug.txt
docs/specs/ppc-xive.rst
docs/specs/tpm.txt
include/hw/xen/interface/io/blkif.h
scripts/dump-guest-memory.py

index 9f76d5bcf98f514cf25ee79b5fac184009e80803..e926f0a6c9cbec7ea3cee823c6583d2595768a47 100644 (file)
@@ -10,7 +10,7 @@ can delegate implementation of persistent reservations to an external
 restricting access to block devices to specific initiators in a shared
 storage setup.
 
-For a more detailed reference please refer the the SCSI Primary
+For a more detailed reference please refer to the SCSI Primary
 Commands standard, specifically the section on Reservations and the
 "PERSISTENT RESERVE IN" and "PERSISTENT RESERVE OUT" commands.
 
index cc7833108e12996187d4d80a31d2a06f72b54657..859d52cce6c80dafff69a3e892faf13de968f72e 100644 (file)
@@ -385,7 +385,7 @@ Each LMB list entry consists of the following elements:
   is used to retrieve the right associativity list to be used for this
   LMB.
 - A 32bit flags word. The bit at bit position 0x00000008 defines whether
-  the LMB is assigned to the the partition as of boot time.
+  the LMB is assigned to the partition as of boot time.
 
 ibm,dynamic-memory-v2
 
index 148d57eb6ab2a8c1febe684fed194d7ad7726504..83d43f658b90211c18b1d0a7c965ffa4c1f4e9bf 100644 (file)
@@ -163,7 +163,7 @@ Interrupt Priority Register (PIPR) is also updated using the IPB. This
 register represent the priority of the most favored pending
 notification.
 
-The PIPR is then compared to the the Current Processor Priority
+The PIPR is then compared to the Current Processor Priority
 Register (CPPR). If it is more favored (numerically less than), the
 CPU interrupt line is raised and the EO bit of the Notification Source
 Register (NSR) is updated to notify the presence of an exception for
index 5d8c26b1adba2fd22b8e96d1660ca0f2456d5da1..9c8cca042da8842dbb360d25398b660b487724c9 100644 (file)
@@ -89,7 +89,7 @@ TPM upon reboot. The PPI specification defines the operation requests and the
 actions the firmware has to take. The system administrator passes the operation
 request number to the firmware through an ACPI interface which writes this
 number to a memory location that the firmware knows. Upon reboot, the firmware
-finds the number and sends commands to the the TPM. The firmware writes the TPM
+finds the number and sends commands to the TPM. The firmware writes the TPM
 result code and the operation request number to a memory location that ACPI can
 read from and pass the result on to the administrator.
 
index 8b1be50ce81e06ce1ee08cc9a891a145657754bb..d07fa1e07822e75982f75c370d89e5de576b2851 100644 (file)
  *      access (even when it should be read-only). If the frontend hits the
  *      maximum number of allowed persistently mapped grants, it can fallback
  *      to non persistent mode. This will cause a performance degradation,
- *      since the the backend driver will still try to map those grants
+ *      since the backend driver will still try to map those grants
  *      persistently. Since the persistent grants protocol is compatible with
  *      the previous protocol, a frontend driver can choose to work in
  *      persistent mode even when the backend doesn't support it.
index 2c587cbefc5702544b78ffea196d9dcdd984085d..9371e458130847247cefd3afcb0f74d47ab3cd4e 100644 (file)
@@ -170,7 +170,7 @@ class ELF(object):
         self.ehdr.e_phnum += 1
 
     def to_file(self, elf_file):
-        """Writes all ELF structures to the the passed file.
+        """Writes all ELF structures to the passed file.
 
         Structure:
         Ehdr