Skip to content

Commit a403769

Browse files
pierregondoismergify[bot]
authored andcommitted
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>
1 parent 05db766 commit a403769

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

EmbeddedPkg/GdbStub/SerialIo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ GdbSerialReset (
283283
data buts, and stop bits on a serial device.
284284
285285
@param This Protocol instance pointer.
286-
@param BaudRate The requested baud rate. A BaudRate value of 0 will use the the
286+
@param BaudRate The requested baud rate. A BaudRate value of 0 will use the
287287
device's default interface speed.
288288
@param ReceiveFifoDepth The requested depth of the FIFO on the receive side of the
289289
serial interface. A ReceiveFifoDepth value of 0 will use

EmbeddedPkg/Include/Library/GdbSerialLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
data buts, and stop bits on a serial device. This call is optional as the serial
1616
port will be set up with defaults base on PCD values.
1717
18-
@param BaudRate The requested baud rate. A BaudRate value of 0 will use the the
18+
@param BaudRate The requested baud rate. A BaudRate value of 0 will use the
1919
device's default interface speed.
2020
@param Parity The type of parity to use on this serial device. A Parity value of
2121
DefaultParity will use the device's default parity value.

EmbeddedPkg/Include/Library/RealTimeClockLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ LibGetTime (
3939
4040
@retval EFI_SUCCESS The operation completed successfully.
4141
@retval EFI_INVALID_PARAMETER A time field is out of range.
42-
@retval EFI_DEVICE_ERROR The time could not be set due due to hardware error.
42+
@retval EFI_DEVICE_ERROR The time could not be set due to hardware error.
4343
4444
**/
4545
EFI_STATUS

EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ GdbSerialLibDebugPortConstructor (
5151
data buts, and stop bits on a serial device. This call is optional as the serial
5252
port will be set up with defaults base on PCD values.
5353
54-
@param BaudRate The requested baud rate. A BaudRate value of 0 will use the the
54+
@param BaudRate The requested baud rate. A BaudRate value of 0 will use the
5555
device's default interface speed.
5656
@param Parity The type of parity to use on this serial device. A Parity value of
5757
DefaultParity will use the device's default parity value.

EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ GdbSerialLibConstructor (
7878
data buts, and stop bits on a serial device. This call is optional as the serial
7979
port will be set up with defaults base on PCD values.
8080
81-
@param BaudRate The requested baud rate. A BaudRate value of 0 will use the the
81+
@param BaudRate The requested baud rate. A BaudRate value of 0 will use the
8282
device's default interface speed.
8383
@param Parity The type of parity to use on this serial device. A Parity value of
8484
DefaultParity will use the device's default parity value.

EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ LibGetTime (
4848
4949
@retval EFI_SUCCESS The operation completed successfully.
5050
@retval EFI_INVALID_PARAMETER A time field is out of range.
51-
@retval EFI_DEVICE_ERROR The time could not be set due due to hardware error.
51+
@retval EFI_DEVICE_ERROR The time could not be set due to hardware error.
5252
5353
**/
5454
EFI_STATUS

EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ LibGetTime (
233233
234234
@retval EFI_SUCCESS The operation completed successfully.
235235
@retval EFI_INVALID_PARAMETER A time field is out of range.
236-
@retval EFI_DEVICE_ERROR The time could not be set due due to hardware error.
236+
@retval EFI_DEVICE_ERROR The time could not be set due to hardware error.
237237
238238
**/
239239
EFI_STATUS

EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ GetTime (
7474
7575
@retval EFI_SUCCESS The operation completed successfully.
7676
@retval EFI_INVALID_PARAMETER A time field is out of range.
77-
@retval EFI_DEVICE_ERROR The time could not be set due due to hardware error.
77+
@retval EFI_DEVICE_ERROR The time could not be set due to hardware error.
7878
7979
**/
8080
EFI_STATUS

0 commit comments

Comments
 (0)