From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web11.25081.1662386149732144324 for ; Mon, 05 Sep 2022 06:55:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=uPSbiEKe; spf=pass (domain: kernel.org, ip: 145.40.68.75, 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 ams.source.kernel.org (Postfix) with ESMTPS id 51081B81148 for ; Mon, 5 Sep 2022 13:55:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1B301C433D6 for ; Mon, 5 Sep 2022 13:55:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662386147; bh=w+FDX//v3EcDk4vpVL70hoY4ypYLrRy+mNLy2+0Lc/A=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=uPSbiEKeq3yUU2YPXxbMy+WkDWcwEWe2Jk4AE1V2OGyhRh+q2IsfYAcyi47g0OKWY Ztq8zRp2Rdwj7VCtqauAx6ulsuOVHJwtaZvSkYTZJzdaU0T78urdkFpQAyQys7bFW+ 6O5WACWLHj+31Of2DoP2JFikgq8V83TjvZ7R+rjA+02P8iwHUhwljRxwyBm+GzmxDX WsiF557fkNLjO6KuKcb5Aa2RKEOMiBUc352BGIY53WRGHAHKppvHMPipAsb42RXmp/ k9erkdXscn956vc86DDI2op49VcFbUEzRUuyLsagtPnxtMi+MOWkJA/Ar7HkbcvdG6 s6iNj9ndzRzCA== Received: by mail-lj1-f180.google.com with SMTP id bn9so9339982ljb.6 for ; Mon, 05 Sep 2022 06:55:47 -0700 (PDT) X-Gm-Message-State: ACgBeo01YBbQRFhKNjLfpmeRh9uPpNE6LIVDRXXlHCbhOwYUVbUpyj70 TaehnwG6j9K4gU499xV+GTX4s/sKBciHlByE2FQ= X-Google-Smtp-Source: AA6agR4hsLXXWFPj08U+iy7TA7EyyM3xqMApDiowL6VpvAkRsJ3SA5P2C0uLI6a0xs4uQz1NFzR6T2c22AHpruO2pxw= X-Received: by 2002:a2e:9b0e:0:b0:268:cb68:575b with SMTP id u14-20020a2e9b0e000000b00268cb68575bmr5799724lji.152.1662386145148; Mon, 05 Sep 2022 06:55:45 -0700 (PDT) MIME-Version: 1.0 References: <20220823160031.991072-1-Pierre.Gondois@arm.com> <20220823160031.991072-5-Pierre.Gondois@arm.com> In-Reply-To: From: "Ard Biesheuvel" Date: Mon, 5 Sep 2022 15:55:33 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 04/24] ArmVirtPkg: Remove duplicated words To: devel@edk2.groups.io, sami.mujawar@arm.com Cc: pierre.gondois@arm.com, Ard Biesheuvel , "nd@arm.com" Content-Type: text/plain; charset="UTF-8" On Tue, 23 Aug 2022 at 19:12, Sami Mujawar wrote: > > Hi Pierre, > > Thank you for this patch. > > Reviewed-by: Sami Mujawar > Merged as #3287 > Regards, > > Sami Mujawar > > On 23/08/2022 05:00 pm, PierreGondois via groups.io wrote: > > From: Pierre Gondois > > > > In an effort to clean the documentation of the above > > package, remove duplicated words. > > > > Cc: Ard Biesheuvel > > Signed-off-by: Pierre Gondois > > --- > > .../Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c b/ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c > > index 5c01a9997ead..fb1daf32769c 100644 > > --- a/ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c > > +++ b/ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c > > @@ -55,7 +55,7 @@ GetSerialConsolePortAddress ( > > return EFI_INVALID_PARAMETER; > > } > > > > - // The "chosen" node resides at the the root of the DT. Fetch it. > > + // The "chosen" node resides at the root of the DT. Fetch it. > > ChosenNode = fdt_path_offset (Fdt, "/chosen"); > > if (ChosenNode < 0) { > > return EFI_NOT_FOUND; > > > > >