From nobody Sat May 4 19:34:19 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+39365+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+39365+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1555927959; cv=none; d=zoho.com; s=zohoarc; b=dhI4wB6EnEDgdsJUMeeI/VQaAQxiLK6Uh2c1pVTeFlVlsU8KPhUJvTEfC+3Q7ZkikWlEuuzR1Z29S+CCCZW+mqYky8WklPjtuh8NNu5Zw+JyNDHCG/YZon6F5JmrTNxxagugnkVa9bN1wxxDbDyLadTmfP7cw+10FNTZPOVRSJU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555927959; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=kRdIljHYbg6ZkKnOSApIx91DIcWNRqvJNdMKuLqJHpY=; b=nnwggcWA+WpTs/yL3Ws/2kAH8nhQOVuzBf5bQNoyL6AFzroYCDJ+PCF6298ZOx1V1+mJVEu9SB0UFPCMBbYOgLrkUrzEw0DHIld+X0sEeqzDRdSMoPRFnAyQKx03O9ssC5h/IgNIcuKBuzPwx82V7tSIbDjDyAttG238n+DVZ5w= 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+39365+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 1555927959345815.0622349255336; Mon, 22 Apr 2019 03:12:39 -0700 (PDT) Return-Path: X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Mon, 22 Apr 2019 03:12:37 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Apr 2019 03:12:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,381,1549958400"; d="scan'208";a="317924386" X-Received: from cchiu4-mobl1.gar.corp.intel.com ([10.5.240.101]) by orsmga005.jf.intel.com with ESMTP; 22 Apr 2019 03:12:35 -0700 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH] IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style. Date: Mon, 22 Apr 2019 18:11:58 +0800 Message-Id: <20190422101158.18436-1-chasel.chiu@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,chasel.chiu@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1555927957; bh=rcTMEYglytW/sI0bsQc3aOr+qGdBljlgy+oE6veKM3c=; h=Cc:Date:From:Reply-To:Subject:To; b=J9a7TJPpPDXGsTn15enTrVChLbQYnifGQ40I4z5O5LvA8IGrsbrtDcbgORhRH5QnykJ Y310HI53GIoFQphIergHnBXwaWwrU2T47UJ/jKunF5RFT3e1Nmn+7bJ2wybFLIc38ySPj SB1Q/xdmN7WHxYsSgOIcLsHvDTc16D7wpg4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1730 Internal code quality check failed after this commit: 68d47eea422d64eeb9872b927620f579f4ccfc0f, fixed those coding style issues. Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Chasel Chiu Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Star Zeng --- IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c b/IntelF= sp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c index 9f8ce16023..0f8cd69a0e 100644 --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c @@ -38,7 +38,7 @@ extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc; extern EFI_GUID gFspHobGuid; =20 /** - This function handles S3 resume task at the end of PEI + This function handles S3 resume task at the end of PEI. =20 @param[in] PeiServices Pointer to PEI Services Table. @param[in] NotifyDesc Pointer to the descriptor for the Notification= event that @@ -62,7 +62,7 @@ EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc =3D { }; =20 /** - This function handles S3 resume task at the end of PEI + This function handles S3 resume task at the end of PEI. =20 @param[in] PeiServices Pointer to PEI Services Table. @param[in] NotifyDesc Pointer to the descriptor for the Notification= event that @@ -339,7 +339,7 @@ PeiMemoryDiscoveredNotify ( } =20 /** - Do FSP initialization in API mode + Do FSP initialization in API mode. =20 @retval EFI_STATUS Always return EFI_SUCCESS **/ @@ -370,7 +370,7 @@ FspsWrapperInitApiMode ( } =20 /** - Do FSP initialization in Dispatch mode + Do FSP initialization in Dispatch mode. =20 @retval FSP initialization status. **/ @@ -399,7 +399,7 @@ FspsWrapperInitDispatchMode ( } =20 /** - This is the entrypoint of PEIM + This is the entrypoint of PEIM. =20 @param[in] FileHandle Handle of the file being invoked. @param[in] PeiServices Describes the list of possible PEI Services. --=20 2.13.3.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 (#39365): https://edk2.groups.io/g/devel/message/39365 Mute This Topic: https://groups.io/mt/31272219/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-