File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ GdbSerialReset (
283
283
data buts, and stop bits on a serial device.
284
284
285
285
@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
287
287
device's default interface speed.
288
288
@param ReceiveFifoDepth The requested depth of the FIFO on the receive side of the
289
289
serial interface. A ReceiveFifoDepth value of 0 will use
Original file line number Diff line number Diff line change 15
15
data buts, and stop bits on a serial device. This call is optional as the serial
16
16
port will be set up with defaults base on PCD values.
17
17
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
19
19
device's default interface speed.
20
20
@param Parity The type of parity to use on this serial device. A Parity value of
21
21
DefaultParity will use the device's default parity value.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ LibGetTime (
39
39
40
40
@retval EFI_SUCCESS The operation completed successfully.
41
41
@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.
43
43
44
44
**/
45
45
EFI_STATUS
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ GdbSerialLibDebugPortConstructor (
51
51
data buts, and stop bits on a serial device. This call is optional as the serial
52
52
port will be set up with defaults base on PCD values.
53
53
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
55
55
device's default interface speed.
56
56
@param Parity The type of parity to use on this serial device. A Parity value of
57
57
DefaultParity will use the device's default parity value.
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ GdbSerialLibConstructor (
78
78
data buts, and stop bits on a serial device. This call is optional as the serial
79
79
port will be set up with defaults base on PCD values.
80
80
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
82
82
device's default interface speed.
83
83
@param Parity The type of parity to use on this serial device. A Parity value of
84
84
DefaultParity will use the device's default parity value.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ LibGetTime (
48
48
49
49
@retval EFI_SUCCESS The operation completed successfully.
50
50
@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.
52
52
53
53
**/
54
54
EFI_STATUS
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ LibGetTime (
233
233
234
234
@retval EFI_SUCCESS The operation completed successfully.
235
235
@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.
237
237
238
238
**/
239
239
EFI_STATUS
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ GetTime (
74
74
75
75
@retval EFI_SUCCESS The operation completed successfully.
76
76
@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.
78
78
79
79
**/
80
80
EFI_STATUS
You can’t perform that action at this time.
0 commit comments