]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: Remove duplicated words
authorPierre Gondois <pierre.gondois@arm.com>
Tue, 23 Aug 2022 16:00:22 +0000 (18:00 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 5 Sep 2022 13:52:51 +0000 (13:52 +0000)
In an effort to clean the documentation of the above
package, remove duplicated words.

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
OvmfPkg/Library/PeilessStartupLib/X64/VirtualMemory.c
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.c
OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlashDxe.c
OvmfPkg/SataControllerDxe/ComponentName.c
OvmfPkg/SataControllerDxe/SataController.h
OvmfPkg/XenBusDxe/ComponentName.c
OvmfPkg/XenBusDxe/ComponentName.h
OvmfPkg/XenPvBlkDxe/BlockFront.c
OvmfPkg/XenPvBlkDxe/ComponentName.c
OvmfPkg/XenPvBlkDxe/ComponentName.h

index 8da06da74ef5b9d6beec73711e02b218297e73b6..6877e521e485d573e5b97f28d1832f3044764c13 100644 (file)
@@ -813,7 +813,7 @@ CreateIdentityMappingPageTables (
   {\r
     //\r
     // Each PML5 entry points to a page of PML4 entires.\r
-    // So lets allocate space for them and fill them in in the IndexOfPml4Entries loop.\r
+    // So lets allocate space for them and fill them in the IndexOfPml4Entries loop.\r
     // When 5-Level Paging is disabled, below allocation happens only once.\r
     //\r
     PageMapLevel4Entry = (VOID *)BigPageAddress;\r
@@ -835,7 +835,7 @@ CreateIdentityMappingPageTables (
     {\r
       //\r
       // Each PML4 entry points to a page of Page Directory Pointer entires.\r
-      // So lets allocate space for them and fill them in in the IndexOfPdpEntries loop.\r
+      // So lets allocate space for them and fill them in the IndexOfPdpEntries loop.\r
       //\r
       PageDirectoryPointerEntry = (VOID *)BigPageAddress;\r
       BigPageAddress           += SIZE_4KB;\r
@@ -875,7 +875,7 @@ CreateIdentityMappingPageTables (
         {\r
           //\r
           // Each Directory Pointer entries points to a page of Page Directory entires.\r
-          // So allocate space for them and fill them in in the IndexOfPageDirectoryEntries loop.\r
+          // So allocate space for them and fill them in the IndexOfPageDirectoryEntries loop.\r
           //\r
           PageDirectoryEntry = (VOID *)BigPageAddress;\r
           BigPageAddress    += SIZE_4KB;\r
index 4e25f198aa76ed6859e4b5c53a545ba7dc911d69..a4c12b9057e578aa9441c5593aebdccca5b669aa 100644 (file)
@@ -259,7 +259,7 @@ DebugClearMemory (
   ASSERT (Buffer != NULL);\r
 \r
   //\r
-  // SetMem() checks for the the ASSERT() condition on Length and returns Buffer\r
+  // SetMem() checks for the ASSERT() condition on Length and returns Buffer\r
   //\r
   return SetMem (Buffer, Length, PcdGet8 (PcdDebugClearMemoryValue));\r
 }\r
index 7f37710b964f3b5bd85ca97e95d54747fd088f7f..30c2583131357f3d3a9fd474b274b4bc201c7084 100644 (file)
@@ -108,7 +108,7 @@ LibGetTime (
 \r
   @retval EFI_SUCCESS           The operation completed successfully.\r
   @retval EFI_INVALID_PARAMETER A time field is out of range.\r
-  @retval EFI_DEVICE_ERROR      The time could not be set due due to hardware error.\r
+  @retval EFI_DEVICE_ERROR      The time could not be set due to hardware error.\r
 \r
 **/\r
 EFI_STATUS\r
index 9e074c29bb2bd2f3ae729904ee5ca56c4b336a61..172d6a4267f8e1d511f21a99f9702106f49f5c7b 100644 (file)
@@ -79,7 +79,7 @@ QemuFlashPtrWrite (
     // Writing to flash is emulated by the hypervisor through the use of write\r
     // protection. This won't work for an SEV-ES guest because the write won't\r
     // be recognized as a true MMIO write, which would result in the required\r
-    // #VC exception. Instead, use the the VMGEXIT MMIO write support directly\r
+    // #VC exception. Instead, use the VMGEXIT MMIO write support directly\r
     // to perform the update.\r
     //\r
     VmgInit (Ghcb, &InterruptState);\r
index d45803f95f6e2bdb053aa25f71c040ee0bc8f096..7b5912bab822d0d8b92c69e6a60433cd37ee0489 100644 (file)
@@ -59,7 +59,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE  mSataControllerControlle
 \r
   @param This           A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   @param Language       A pointer to a three character ISO 639-2 language identifier.\r
-                        This is the language of the driver name that that the caller\r
+                        This is the language of the driver name that the caller\r
                         is requesting, and it must match one of the languages specified\r
                         in SupportedLanguages.  The number of languages supported by a\r
                         driver is up to the driver writer.\r
@@ -108,7 +108,7 @@ SataControllerComponentNameGetDriverName (
                                 that wishes to retrieve the name of a child controller.\r
   @param Language               A pointer to a three character ISO 639-2 language\r
                                 identifier.  This is the language of the controller name\r
-                                that that the caller is requesting, and it must match one\r
+                                that the caller is requesting, and it must match one\r
                                 of the languages specified in SupportedLanguages.  The\r
                                 number of languages supported by a driver is up to the\r
                                 driver writer.\r
index ad93ab1d98c31cd0f7c9de9daf0ab491199eb87a..cb1abacfdc0fda6d698badb95e68f12276c13a16 100644 (file)
@@ -465,7 +465,7 @@ IdeInitSetTiming (
 \r
   @param This           A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   @param Language       A pointer to a three character ISO 639-2 language identifier.\r
-                        This is the language of the driver name that that the caller\r
+                        This is the language of the driver name that the caller\r
                         is requesting, and it must match one of the languages specified\r
                         in SupportedLanguages.  The number of languages supported by a\r
                         driver is up to the driver writer.\r
@@ -506,7 +506,7 @@ SataControllerComponentNameGetDriverName (
                                 that wishes to retrieve the name of a child controller.\r
   @param Language               A pointer to a three character ISO 639-2 language\r
                                 identifier.  This is the language of the controller name\r
-                                that that the caller is requesting, and it must match one\r
+                                that the caller is requesting, and it must match one\r
                                 of the languages specified in SupportedLanguages.  The\r
                                 number of languages supported by a driver is up to the\r
                                 driver writer.\r
index 9141e9264fc9ba8d8aaa7e90df2b4f0e02e63072..a5622bfef93b16d79310f78b9dd8c7e083e89cba 100644 (file)
@@ -52,7 +52,7 @@ EFI_UNICODE_STRING_TABLE  mXenBusDxeControllerNameTable[] = {
 \r
   @param  This       A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   @param  Language   A pointer to a three-character ISO 639-2 language identifier.\r
-                     This is the language of the driver name that that the caller\r
+                     This is the language of the driver name that the caller\r
                      is requesting, and it must match one of the languages specified\r
                      in SupportedLanguages.  The number of languages supported by a\r
                      driver is up to the driver writer.\r
index 592c5426dd77653ddbee30173b4b17b18ccd7ff0..88f3fe5b017bf958ab10ca10a1698df73fcfaa5b 100644 (file)
@@ -12,7 +12,7 @@
 \r
   @param  This       A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   @param  Language   A pointer to a three-character ISO 639-2 language identifier.\r
-                     This is the language of the driver name that that the caller\r
+                     This is the language of the driver name that the caller\r
                      is requesting, and it must match one of the languages specified\r
                      in SupportedLanguages.  The number of languages supported by a\r
                      driver is up to the driver writer.\r
index 7aa5ef044be02f8422e1834766f884b4f8a52e4a..1827cc58e390dcdb451eb743f8d44745246f8c91 100644 (file)
@@ -88,7 +88,7 @@ XenPvBlockFree (
 }\r
 \r
 /**\r
-  Wait until until the backend has reached the ExpectedState.\r
+  Wait until the backend has reached the ExpectedState.\r
 \r
   @param Dev            A XEN_BLOCK_FRONT_DEVICE instance.\r
   @param ExpectedState  The backend state expected.\r
index 6a27822749aab7e61226d4724c80dd7e75be2bb2..f1fd7830fb1d37ac41360bd29914567956305071 100644 (file)
@@ -52,7 +52,7 @@ EFI_UNICODE_STRING_TABLE  mXenPvBlkDxeControllerNameTable[] = {
 \r
   @param  This       A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   @param  Language   A pointer to a three-character ISO 639-2 language identifier.\r
-                     This is the language of the driver name that that the caller\r
+                     This is the language of the driver name that the caller\r
                      is requesting, and it must match one of the languages specified\r
                      in SupportedLanguages.  The number of languages supported by a\r
                      driver is up to the driver writer.\r
index 12ea12601d7fceaf918fc718ecfd7b2fe4e0d426..cd897966931f37979a135ca14d813edb8cf394d4 100644 (file)
@@ -12,7 +12,7 @@
 \r
   @param  This       A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   @param  Language   A pointer to a three-character ISO 639-2 language identifier.\r
-                     This is the language of the driver name that that the caller\r
+                     This is the language of the driver name that the caller\r
                      is requesting, and it must match one of the languages specified\r
                      in SupportedLanguages.  The number of languages supported by a\r
                      driver is up to the driver writer.\r