]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmbeddedPkg: Remove duplicated words
authorPierre Gondois <pierre.gondois@arm.com>
Tue, 23 Aug 2022 16:00:15 +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: Leif Lindholm <quic_llindhol@quicinc.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
EmbeddedPkg/GdbStub/SerialIo.c
EmbeddedPkg/Include/Library/GdbSerialLib.h
EmbeddedPkg/Include/Library/RealTimeClockLib.h
EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c
EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c
EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c
EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c

index 9970ab687e4b4d09bdc7cb451efdf800fa2f0e2e..98ea611e8b042b5d0c5057068fceec3624e540da 100644 (file)
@@ -283,7 +283,7 @@ GdbSerialReset (
   data buts, and stop bits on a serial device.\r
 \r
   @param  This             Protocol instance pointer.\r
-  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the the\r
+  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the\r
                            device's default interface speed.\r
   @param  ReceiveFifoDepth The requested depth of the FIFO on the receive side of the\r
                            serial interface. A ReceiveFifoDepth value of 0 will use\r
index 4845d6018cfe86c1cfd1231661be5f77dbb160fb..58c3a5643c928d92a863e67598d22e1344a3319b 100644 (file)
@@ -15,7 +15,7 @@
   data buts, and stop bits on a serial device. This call is optional as the serial\r
   port will be set up with defaults base on PCD values.\r
 \r
-  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the the\r
+  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the\r
                            device's default interface speed.\r
   @param  Parity           The type of parity to use on this serial device. A Parity value of\r
                            DefaultParity will use the device's default parity value.\r
index 9cc26c40a89d8b26258f5596510e04b76f9eb4b1..ff45e26d6cfc0b405990b47b60c41db453e374c7 100644 (file)
@@ -39,7 +39,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 d53a5fe47f18519cea04be6ef08d4a6bfd895568..334eb77607ddf344f2ac5c193c9b8583d7a1948e 100644 (file)
@@ -51,7 +51,7 @@ GdbSerialLibDebugPortConstructor (
   data buts, and stop bits on a serial device. This call is optional as the serial\r
   port will be set up with defaults base on PCD values.\r
 \r
-  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the the\r
+  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the\r
                            device's default interface speed.\r
   @param  Parity           The type of parity to use on this serial device. A Parity value of\r
                            DefaultParity will use the device's default parity value.\r
index 75e00773ec7df9abb9a436a9242e1e9b720d555e..dea05c344042309e8f715d09188372a1ccd3e11d 100644 (file)
@@ -78,7 +78,7 @@ GdbSerialLibConstructor (
   data buts, and stop bits on a serial device. This call is optional as the serial\r
   port will be set up with defaults base on PCD values.\r
 \r
-  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the the\r
+  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the\r
                            device's default interface speed.\r
   @param  Parity           The type of parity to use on this serial device. A Parity value of\r
                            DefaultParity will use the device's default parity value.\r
index 7e8aaf28f6c9e8aac1b5ad8327834bf923ca397a..cb5025914e3fdcb0b36a1d1a601ff8e2965aa01f 100644 (file)
@@ -48,7 +48,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 fe963a315ae748ec0c8d292cea74e48251ee9a1a..685e590980ecd166841f6a0a963d1b5f371ddf86 100644 (file)
@@ -233,7 +233,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 308e8cfca4bb5d68e7a85d6bfec758ca14446b57..7adb7324057e2175357e98b160daa49fc7c8173f 100644 (file)
@@ -74,7 +74,7 @@ GetTime (
 \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