소스 검색

EmbeddedPkg: Remove duplicated words

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>
Pierre Gondois 1 년 전
부모
커밋
a4037690d9

+ 1 - 1
EmbeddedPkg/GdbStub/SerialIo.c

@@ -283,7 +283,7 @@ GdbSerialReset (
   data buts, and stop bits on a serial device.
 
   @param  This             Protocol instance pointer.
-  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the the
+  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the
                            device's default interface speed.
   @param  ReceiveFifoDepth The requested depth of the FIFO on the receive side of the
                            serial interface. A ReceiveFifoDepth value of 0 will use

+ 1 - 1
EmbeddedPkg/Include/Library/GdbSerialLib.h

@@ -15,7 +15,7 @@
   data buts, and stop bits on a serial device. This call is optional as the serial
   port will be set up with defaults base on PCD values.
 
-  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the the
+  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the
                            device's default interface speed.
   @param  Parity           The type of parity to use on this serial device. A Parity value of
                            DefaultParity will use the device's default parity value.

+ 1 - 1
EmbeddedPkg/Include/Library/RealTimeClockLib.h

@@ -39,7 +39,7 @@ LibGetTime (
 
   @retval EFI_SUCCESS           The operation completed successfully.
   @retval EFI_INVALID_PARAMETER A time field is out of range.
-  @retval EFI_DEVICE_ERROR      The time could not be set due due to hardware error.
+  @retval EFI_DEVICE_ERROR      The time could not be set due to hardware error.
 
 **/
 EFI_STATUS

+ 1 - 1
EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c

@@ -51,7 +51,7 @@ GdbSerialLibDebugPortConstructor (
   data buts, and stop bits on a serial device. This call is optional as the serial
   port will be set up with defaults base on PCD values.
 
-  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the the
+  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the
                            device's default interface speed.
   @param  Parity           The type of parity to use on this serial device. A Parity value of
                            DefaultParity will use the device's default parity value.

+ 1 - 1
EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c

@@ -78,7 +78,7 @@ GdbSerialLibConstructor (
   data buts, and stop bits on a serial device. This call is optional as the serial
   port will be set up with defaults base on PCD values.
 
-  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the the
+  @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the
                            device's default interface speed.
   @param  Parity           The type of parity to use on this serial device. A Parity value of
                            DefaultParity will use the device's default parity value.

+ 1 - 1
EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c

@@ -48,7 +48,7 @@ LibGetTime (
 
   @retval EFI_SUCCESS           The operation completed successfully.
   @retval EFI_INVALID_PARAMETER A time field is out of range.
-  @retval EFI_DEVICE_ERROR      The time could not be set due due to hardware error.
+  @retval EFI_DEVICE_ERROR      The time could not be set due to hardware error.
 
 **/
 EFI_STATUS

+ 1 - 1
EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c

@@ -233,7 +233,7 @@ LibGetTime (
 
    @retval EFI_SUCCESS           The operation completed successfully.
    @retval EFI_INVALID_PARAMETER A time field is out of range.
-   @retval EFI_DEVICE_ERROR      The time could not be set due due to hardware error.
+   @retval EFI_DEVICE_ERROR      The time could not be set due to hardware error.
 
 **/
 EFI_STATUS

+ 1 - 1
EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c

@@ -74,7 +74,7 @@ GetTime (
 
   @retval EFI_SUCCESS           The operation completed successfully.
   @retval EFI_INVALID_PARAMETER A time field is out of range.
-  @retval EFI_DEVICE_ERROR      The time could not be set due due to hardware error.
+  @retval EFI_DEVICE_ERROR      The time could not be set due to hardware error.
 
 **/
 EFI_STATUS