From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.groups.io with SMTP id smtpd.web12.4888.1571232728724755018 for ; Wed, 16 Oct 2019 06:32:08 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 149DA18021A8; Wed, 16 Oct 2019 13:32:08 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-232.ams2.redhat.com [10.36.116.232]) by smtp.corp.redhat.com (Postfix) with ESMTP id AEB1C19C68; Wed, 16 Oct 2019 13:32:02 +0000 (UTC) Subject: Re: [PATCH v2 0/4] trivial: Fix typos in "processing/processed" To: Philippe Mathieu-Daude , devel@edk2.groups.io Cc: Supreeth Venkatesh , Eric Dong , Liming Gao , Achin Gupta , Dandan Bi , Jiaxin Wu , Hao A Wu , Ray Ni , Siyuan Fu , Jiewen Yao , Jian J Wang References: <20191016132533.8876-1-philmd@redhat.com> From: "Laszlo Ersek" Message-ID: <9f5f1b69-5fee-5a42-d19f-ac769e460029@redhat.com> Date: Wed, 16 Oct 2019 15:32:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20191016132533.8876-1-philmd@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.70]); Wed, 16 Oct 2019 13:32:08 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 10/16/19 15:25, Philippe Mathieu-Daude wrote: > Some "processing/processed" words are written with an extra 's'. > Properly write them. >=20 > v2: Rebased >=20 > Philippe Mathieu-Daud=C3=A9 (4): > MdeModulePkg DxeCore: Fix typo in function name > MdeModulePkg/PiSmmCore: Fix typo in function name > StandaloneMmPkg/Core: Fix typo in function name > NetworkPkg/Ip6Dxe: Fix typo in comment >=20 > MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 4 ++-- > MdeModulePkg/Core/PiSmmCore/Dispatcher.c | 4 ++-- > NetworkPkg/Ip6Dxe/Ip6Option.c | 2 +- > StandaloneMmPkg/Core/Dispatcher.c | 4 ++-- > StandaloneMmPkg/Core/FwVol.c | 4 ++-- > 5 files changed, 9 insertions(+), 9 deletions(-) >=20 Patch#3 still needs an A-b or an R-b from the StandaloneMmPkg maintainers (Achin or Jiewen). Afterwards: Hao, given that 2 out of 4 patches are for MdeModulePkg, can you please push this series? Thanks Laszlo