From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.2043.1574884849011527644 for ; Wed, 27 Nov 2019 12:00:49 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: michael.a.kubacki@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2019 12:00:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,250,1571727600"; d="scan'208";a="221088518" Received: from makuback-desk1.amr.corp.intel.com ([10.7.159.162]) by orsmga002.jf.intel.com with ESMTP; 27 Nov 2019 12:00:48 -0800 From: "Kubacki, Michael A" To: devel@edk2.groups.io Cc: Dandan Bi , Liming Gao , Jian J Wang , Hao A Wu Subject: [PATCH V2 0/2] MdeModulePkg PeiCore: Fix grammatical errors Date: Wed, 27 Nov 2019 11:57:45 -0800 Message-Id: <20191127195747.3192-1-michael.a.kubacki@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 V2 Changes: * "The index of the FV to search." to "Index of the FV to search" in the "Instance" parameter of ProcessFvFile () * Removed "in this FV format" in the function description of AddUnknownFormatFvInfo () * Explicitly stated the implied subject noun in the commit message of patch 2/2 This patch series fixes grammatical errors in the PeiCore module. Originally, this was sent as a single patch which received two Reviewed-by responses: https://edk2.groups.io/g/devel/message/50841 However, a suggestion was made to split the patch into syntactical and semantical changes. That suggestion is implemented in this series. The Reviewed-by responses were not carried forward so the maintainers can evaluate this series as a whole. The previous patch has been dropped. Cc: Dandan Bi Cc: Liming Gao Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Michael Kubacki Michael Kubacki (2): MdeModulePkg PeiCore: Fix typos MdeModulePkg PeiCore: Improve comment semantics MdeModulePkg/Core/Pei/PeiMain.inf | 10 +-- MdeModulePkg/Core/Pei/FwVol/FwVol.h | 23 +++---- MdeModulePkg/Core/Pei/PeiMain.h | 49 +++++++-------- MdeModulePkg/Core/Pei/Dependency/Dependency.c | 12 ++-- MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 52 ++++++++-------- MdeModulePkg/Core/Pei/FwVol/FwVol.c | 64 ++++++++++---------- MdeModulePkg/Core/Pei/Hob/Hob.c | 4 +- MdeModulePkg/Core/Pei/Image/Image.c | 10 +-- MdeModulePkg/Core/Pei/Memory/MemoryServices.c | 18 +++--- MdeModulePkg/Core/Pei/PeiMain/PeiMain.c | 2 +- MdeModulePkg/Core/Pei/Ppi/Ppi.c | 4 +- MdeModulePkg/Core/Pei/Security/Security.c | 12 ++-- 12 files changed, 132 insertions(+), 128 deletions(-) -- 2.16.2.windows.1