From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.33239.1661270443191742359 for ; Tue, 23 Aug 2022 09:00:43 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9A8BB11FB; Tue, 23 Aug 2022 09:00:46 -0700 (PDT) Received: from pierre123.nice.arm.com (pierre123.nice.arm.com [10.34.100.116]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 0BB513F718; Tue, 23 Aug 2022 09:00:41 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Leif Lindholm , Ard Biesheuvel , Abner Chang Subject: [PATCH 08/24] EmbeddedPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:15 +0200 Message-Id: <20220823160031.991072-9-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220823160031.991072-1-Pierre.Gondois@arm.com> References: <20220823160031.991072-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois In an effort to clean the documentation of the above package, remove duplicated words. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Abner Chang Signed-off-by: Pierre Gondois --- EmbeddedPkg/GdbStub/SerialIo.c | 2 +- EmbeddedPkg/Include/Library/GdbSerialLib.h | 2 +- EmbeddedPkg/Include/Library/RealTimeClockLib.h | 2 +- .../Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c | 2 +- EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c | 2 +- EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c | 2 +- .../Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c | 2 +- EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/EmbeddedPkg/GdbStub/SerialIo.c b/EmbeddedPkg/GdbStub/SerialI= o.c index 9970ab687e4b..98ea611e8b04 100644 --- a/EmbeddedPkg/GdbStub/SerialIo.c +++ b/EmbeddedPkg/GdbStub/SerialIo.c @@ -283,7 +283,7 @@ GdbSerialReset ( data buts, and stop bits on a serial device. =20 @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 receiv= e side of the serial interface. A ReceiveFifoDepth value of= 0 will use diff --git a/EmbeddedPkg/Include/Library/GdbSerialLib.h b/EmbeddedPkg/Inc= lude/Library/GdbSerialLib.h index 4845d6018cfe..58c3a5643c92 100644 --- a/EmbeddedPkg/Include/Library/GdbSerialLib.h +++ b/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. =20 - @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 devi= ce. A Parity value of DefaultParity will use the device's default p= arity value. diff --git a/EmbeddedPkg/Include/Library/RealTimeClockLib.h b/EmbeddedPkg= /Include/Library/RealTimeClockLib.h index 9cc26c40a89d..ff45e26d6cfc 100644 --- a/EmbeddedPkg/Include/Library/RealTimeClockLib.h +++ b/EmbeddedPkg/Include/Library/RealTimeClockLib.h @@ -39,7 +39,7 @@ LibGetTime ( =20 @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 har= dware error. + @retval EFI_DEVICE_ERROR The time could not be set due to hardwar= e error. =20 **/ EFI_STATUS diff --git a/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPort= Lib.c b/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c index d53a5fe47f18..334eb77607dd 100644 --- a/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c +++ b/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. =20 - @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 devi= ce. A Parity value of DefaultParity will use the device's default p= arity value. diff --git a/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c b/EmbeddedPk= g/Library/GdbSerialLib/GdbSerialLib.c index 75e00773ec7d..dea05c344042 100644 --- a/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c +++ b/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. =20 - @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 devi= ce. A Parity value of DefaultParity will use the device's default p= arity value. diff --git a/EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLi= b.c b/EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c index 7e8aaf28f6c9..cb5025914e3f 100644 --- a/EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c +++ b/EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c @@ -48,7 +48,7 @@ LibGetTime ( =20 @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 har= dware error. + @retval EFI_DEVICE_ERROR The time could not be set due to hardwar= e error. =20 **/ EFI_STATUS diff --git a/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeC= lockLib.c b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeCl= ockLib.c index fe963a315ae7..685e590980ec 100644 --- a/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib= .c +++ b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib= .c @@ -233,7 +233,7 @@ LibGetTime ( =20 @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 ha= rdware error. + @retval EFI_DEVICE_ERROR The time could not be set due to hardwa= re error. =20 **/ EFI_STATUS diff --git a/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c b/Embedd= edPkg/RealTimeClockRuntimeDxe/RealTimeClock.c index 308e8cfca4bb..7adb7324057e 100644 --- a/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c +++ b/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c @@ -74,7 +74,7 @@ GetTime ( =20 @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 har= dware error. + @retval EFI_DEVICE_ERROR The time could not be set due to hardwar= e error. =20 **/ EFI_STATUS --=20 2.25.1