From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: shenglei.zhang@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Mon, 29 Jul 2019 23:40:33 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jul 2019 23:40:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,325,1559545200"; d="scan'208";a="173554627" Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.198.54]) by fmsmga007.fm.intel.com with ESMTP; 29 Jul 2019 23:40:31 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Eric Dong , Ray Ni , Laszlo Ersek , Shenglei Zhang Subject: [PATCH] UefiCpuPkg/PiSmmCpuDxeSmm: Make comments consistent with code Date: Tue, 30 Jul 2019 14:40:07 +0800 Message-Id: <20190730064007.13212-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Signed-off-by: Shenglei Zhang --- UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c | 2 +- UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c b/UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c index ef16997547..990dfe6826 100644 --- a/UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c +++ b/UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c @@ -1398,7 +1398,7 @@ InternalSmmStartupAllAPs ( Wrapper for Procedures. - @param[in] Buffer Pointer to PROCEDURE_WRAPPER buffer. + @param[in,out] Buffer Pointer to PROCEDURE_WRAPPER buffer. **/ EFI_STATUS diff --git a/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h b/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h index 186809f431..c73f13e3c8 100644 --- a/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h +++ b/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h @@ -1295,7 +1295,7 @@ RestoreCr2 ( @param[in] Procedure The address of the procedure to run @param[in] CpuIndex Target CPU Index @param[in,out] ProcArguments The parameter to pass to the procedure - @param[in,out] Token This is an optional parameter that allows the caller to execute the + @param[in] Token This is an optional parameter that allows the caller to execute the procedure in a blocking or non-blocking fashion. If it is NULL the call is blocking, and the call will not return until the AP has completed the procedure. If the token is not NULL, the call will @@ -1387,7 +1387,7 @@ IsPresentAp ( @param[in] TimeoutInMicroseconds Indicates the time limit in microseconds for APs to return from Procedure, either for blocking or non-blocking mode. - @param[in,out] ProcedureArgument The parameter passed into Procedure for + @param[in,out] ProcedureArguments The parameter passed into Procedure for all APs. @param[in,out] Token This is an optional parameter that allows the caller to execute the procedure in a blocking or non-blocking fashion. If it is NULL the -- 2.18.0.windows.1