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.web12.33277.1661270451296404601 for ; Tue, 23 Aug 2022 09:00:51 -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 AB8EE153B; Tue, 23 Aug 2022 09:00:54 -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 5A56F3F718; Tue, 23 Aug 2022 09:00:50 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Ray Ni Subject: [PATCH 16/24] PcAtChipsetPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:23 +0200 Message-Id: <20220823160031.991072-17-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: Ray Ni Signed-off-by: Pierre Gondois --- .../Bus/Pci/IdeControllerDxe/ComponentName.c | 4 ++-- .../Bus/Pci/IdeControllerDxe/IdeController.h | 4 ++-- PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c | 10 +++++----- PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.h | 2 +- .../PcatRealTimeClockRuntimeDxe/PcRtcEntry.c | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c b/Pc= AtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c index e5231a59146d..b2d98d641f35 100644 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c @@ -60,7 +60,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE = mIdeControllerController =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL ins= tance. @param Language A pointer to a three character ISO 639-2 languag= e identifier. - This is the language of the driver name that tha= t the caller + This is the language of the driver name that the= caller is requesting, and it must match one of the lang= uages specified in SupportedLanguages. The number of languages = supported by a driver is up to the driver writer. @@ -109,7 +109,7 @@ IdeControllerComponentNameGetDriverName ( that wishes to retrieve the name of a ch= ild controller. @param Language A pointer to a three character ISO 639-2= language identifier. This is the language of the= controller name - that that the caller is requesting, and = it must match one + that the caller is requesting, and it mu= st match one of the languages specified in SupportedL= anguages. The number of languages supported by a drive= r is up to the driver writer. diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h b/Pc= AtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h index 978a8f709c7b..48b45e0e67c9 100644 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h @@ -396,7 +396,7 @@ IdeInitSetTiming ( =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL ins= tance. @param Language A pointer to a three character ISO 639-2 languag= e identifier. - This is the language of the driver name that tha= t the caller + This is the language of the driver name that the= caller is requesting, and it must match one of the lang= uages specified in SupportedLanguages. The number of languages = supported by a driver is up to the driver writer. @@ -437,7 +437,7 @@ IdeControllerComponentNameGetDriverName ( that wishes to retrieve the name of a ch= ild controller. @param Language A pointer to a three character ISO 639-2= language identifier. This is the language of the= controller name - that that the caller is requesting, and = it must match one + that the caller is requesting, and it mu= st match one of the languages specified in SupportedL= anguages. The number of languages supported by a drive= r is up to the driver writer. diff --git a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c b/PcAtChi= psetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c index 9242a2e82600..e248ff0b1432 100644 --- a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c +++ b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c @@ -48,8 +48,8 @@ CompareHMS ( @param From the first date @param To the second date =20 - @retval TRUE From is previous to To within 24 hours. - @retval FALSE From is later, or it is previous to To more than 24 hou= rs. + @retval TRUE From is previous to within 24 hours. + @retval FALSE From is later, or it is previous to more than 24 hours. **/ BOOLEAN IsWithinOneDay ( @@ -546,7 +546,7 @@ PcRtcGetTime ( =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 @@ -1277,8 +1277,8 @@ CompareHMS ( @param From the first date @param To the second date =20 - @retval TRUE From is previous to To within 24 hours. - @retval FALSE From is later, or it is previous to To more than 24 hou= rs. + @retval TRUE From is previous to within 24 hours. + @retval FALSE From is later, or it is previous to more than 24 hours. **/ BOOLEAN IsWithinOneDay ( diff --git a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.h b/PcAtChi= psetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.h index 7e0e98fbcc18..672dc5dadf4e 100644 --- a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.h +++ b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.h @@ -153,7 +153,7 @@ PcRtcInit ( =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/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c b/Pc= AtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c index e6e9458d7544..9e1201c81449 100644 --- a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c +++ b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c @@ -49,7 +49,7 @@ PcRtcEfiGetTime ( =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 --=20 2.25.1