From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.25105.1662386100669845694 for ; Mon, 05 Sep 2022 06:55:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=T2Gjnr6i; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 177B46106D for ; Mon, 5 Sep 2022 13:55:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79A5FC4347C for ; Mon, 5 Sep 2022 13:54:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662386099; bh=wfdy+hrl3m5SLjYGK+RFcNJ4LgGWf7ccrbBdU+wUJhw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=T2Gjnr6iYro3SicjqwrbYBrqV/gktIdtjO+aDZo/rg5Py+eFyFnR54nFA7ITFucYN m5env49vMvGGMri4/t/DXu86+zYTSKsK+wJhjfJZ/HZS5mmECcQLXM/YXzjnt+eICF b3H5Y7VZQgP400gMSmrkIAlCE7h4xyzPz7nD7/EC66zgA+ogndF7WPQMCzl17sBI51 26pIhdh29ABwol65Iz+W//JkMCtFNTGk7HOmeD5N0JkrT9P6+WL3E3xIpg4VKoXNS/ /iM5Zwsj0HXQk8hExlswz68nsgnb9eG3Hv2k44Gvny1NGCoxQI0H4wIb6x4d8OG4QX hznzUn1BA17jw== Received: by mail-lj1-f181.google.com with SMTP id bx38so9301109ljb.10 for ; Mon, 05 Sep 2022 06:54:59 -0700 (PDT) X-Gm-Message-State: ACgBeo2ye4wbkuzma828fdb5Si6nDdKePKrADvkhoZ74sMgzY4jxTZeK H57Dg28Vzq4DiWeeYYprbwQ1yhFtavI0Bfcpilc= X-Google-Smtp-Source: AA6agR4ngBWqQpYm90t6LVFfAuj6PC48/3ILpXTXrECkczqHphokVDwgZfWZitZVwUF9n/OXKAaCYFUkGTlkSpXqQrc= X-Received: by 2002:a2e:3006:0:b0:266:6677:5125 with SMTP id w6-20020a2e3006000000b0026666775125mr10498093ljw.352.1662386097540; Mon, 05 Sep 2022 06:54:57 -0700 (PDT) MIME-Version: 1.0 References: <20220823160031.991072-1-Pierre.Gondois@arm.com> <20220823160031.991072-4-Pierre.Gondois@arm.com> In-Reply-To: From: "Ard Biesheuvel" Date: Mon, 5 Sep 2022 15:54:46 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 03/24] ArmPlatformPkg: Remove duplicated words To: Leif Lindholm Cc: Pierre.Gondois@arm.com, devel@edk2.groups.io, Ard Biesheuvel Content-Type: text/plain; charset="UTF-8" On Wed, 24 Aug 2022 at 15:27, Leif Lindholm wrote: > > On Tue, Aug 23, 2022 at 18:00:10 +0200, Pierre.Gondois@arm.com wrote: > > From: Pierre Gondois > > > > In an effort to clean the documentation of the above > > package, remove duplicated words. > > > > Cc: Leif Lindholm > > Cc: Ard Biesheuvel > > Signed-off-by: Pierre Gondois > > Reviewed-by: Leif Lindholm > Merged as #3287 > > --- > > .../Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c b/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c > > index a203299c0637..ec7feaeedcf8 100644 > > --- a/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c > > +++ b/ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c > > @@ -173,7 +173,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 > > -- > > 2.25.1 > >