From nobody Thu May 2 15:05:46 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+44589+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+44589+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1564468836; cv=none; d=zoho.com; s=zohoarc; b=H2ZiINZSQCClupyIP8ea9LUuin11DA/VhIcQKdq8BmvaXVfSAOJBXCQztkDVmcwXlLWw5nsVkeu3mLNyeaMlC9Q6iYlaA1WZHhp0rpP0TF8EG5sJImxhjZp6Q92FTP5lS8m8iKUBpS/Eo4WwqEAQJZMOr87oyEeRhPBPhsx/zu8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564468836; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=1zXe5kGAzoEeNUS11CL1kj7CqYTJnYXVr+yOpX/u30I=; b=gNljpqEyHvH+ts/BeUM/nbU5y71qqH1ZAivCJDRpLHp+l35N97HzQ9PIc3MaTggBOzP4f0YzpFQ6NlFszb49RF5RQeq9OlWMSyYt6YYcBxhUHDrEWrTzM2xs5Rme/VpF4QWUEEw4bcBpMwCUEFJgZt1x46h5lE7Lg6J/FF9ijf0= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+44589+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 156446883601138.532813940813185; Mon, 29 Jul 2019 23:40:36 -0700 (PDT) Return-Path: X-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 X-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" X-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: [edk2-devel] [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> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1564468835; bh=d/w/D+xVPyNfS8Ylw+Bwcfhv0koYrO2oKC6xCM0AlQM=; h=Cc:Date:From:Reply-To:Subject:To; b=Pj3ORTZt+GxBbfzxVJD/NQotZULU01NAOSB0xcp9j3rxd890JRns8Jap3GUF6ksguL+ gXklS86lop8otLfS0RVXmviDdGQg8r7yS5hAl9tUdR8gLqYGartCe/0EjOPaQ8PTIJyCg 4OKAB/Bo7knJS+mypkFdGLadl4fiDm/laTU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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/PiSmmCpuDxe= Smm/MpService.c index ef16997547..990dfe6826 100644 --- a/UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c +++ b/UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c @@ -1398,7 +1398,7 @@ InternalSmmStartupAllAPs ( =20 Wrapper for Procedures. =20 - @param[in] Buffer Pointer to PROCEDURE_WRAPPER buffer. + @param[in,out] Buffer Pointer to PROCEDURE_WRAPPER buffer. =20 **/ EFI_STATUS diff --git a/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h b/UefiCpuPkg/PiSmmC= puDxeSmm/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 t= o run @param[in] CpuIndex Target CPU Index @param[in,out] ProcArguments The parameter to pass to the p= rocedure - @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 th= e token is not NULL, the call will @@ -1387,7 +1387,7 @@ IsPresentAp ( @param[in] TimeoutInMicroseconds Indicates the time limit in micro= seconds for APs to return from Procedure, eit= her for blocking or non-blocking mode. - @param[in,out] ProcedureArgument The parameter passed into Procedu= re for + @param[in,out] ProcedureArguments The parameter passed into Procedu= re for all APs. @param[in,out] Token This is an optional parameter tha= t allows the caller to execute the procedure in a blocking or non-bl= ocking fashion. If it is NULL the --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#44589): https://edk2.groups.io/g/devel/message/44589 Mute This Topic: https://groups.io/mt/32651421/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-