From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) Received: from mga12.intel.com (mga12.intel.com []) by groups.io with SMTP; Tue, 30 Jul 2019 01:37:49 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2019 01:37:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,326,1559545200"; d="scan'208";a="370880188" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga005.fm.intel.com with ESMTP; 30 Jul 2019 01:37:48 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu Subject: [PATCH 1/3] MdeModulePkg: Fix typos and add periods Date: Tue, 30 Jul 2019 16:37:30 +0800 Message-Id: <20190730083732.1564-2-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190730083732.1564-1-shenglei.zhang@intel.com> References: <20190730083732.1564-1-shenglei.zhang@intel.com> para in Presentation.c is spelled incorrectly. Add periods in CapsuleLib.h and Presentation.c. Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Shenglei Zhang --- MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c | 4 ++-- MdeModulePkg/Include/Library/CapsuleLib.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c index 7c36a6f2b7fa..bafee4c61292 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c @@ -21,9 +21,9 @@ FORM_DISPLAY_ENGINE_FORM gDisplayFormData; BOOLEAN mFinishRetrieveCall = FALSE; /** - Check whether the ConfigAccess protocol is available + Check whether the ConfigAccess protocol is available. - @parm FormSet FormSet of which the ConfigAcces protocol need to be checked. + @param FormSet FormSet of which the ConfigAcces protocol need to be checked. @retval EFI_SUCCESS The function executed successfully. diff --git a/MdeModulePkg/Include/Library/CapsuleLib.h b/MdeModulePkg/Include/Library/CapsuleLib.h index 7a5414c80f19..0f4164257619 100644 --- a/MdeModulePkg/Include/Library/CapsuleLib.h +++ b/MdeModulePkg/Include/Library/CapsuleLib.h @@ -101,7 +101,7 @@ CoDCheckCapsuleOnDiskFlag( ); /** - This routine is called to clear CapsuleOnDisk flags including OsIndications and BootNext variable + This routine is called to clear CapsuleOnDisk flags including OsIndications and BootNext variable. @retval EFI_SUCCESS All Capsule On Disk flags are cleared -- 2.18.0.windows.1