From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2EBBD81F1B for ; Thu, 17 Nov 2016 04:05:13 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 17 Nov 2016 04:05:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,653,1473145200"; d="scan'208";a="5516650" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 17 Nov 2016 04:05:01 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 17 Nov 2016 04:05:00 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 17 Nov 2016 04:05:00 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Thu, 17 Nov 2016 20:04:57 +0800 From: "Yao, Jiewen" To: Laszlo Ersek , edk2-devel-01 Thread-Topic: [edk2] [PATCH] IntelSiliconPkg/IntelSiliconPkg.dec: drop bogus semicolon from GUID def Thread-Index: AQHSQL6Mu+UVdF13iUuNAlzMkcndi6DdFBEQ Date: Thu, 17 Nov 2016 12:04:57 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C50386D686A@shsmsx102.ccr.corp.intel.com> References: <20161117103649.15110-1-lersek@redhat.com> In-Reply-To: <20161117103649.15110-1-lersek@redhat.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] IntelSiliconPkg/IntelSiliconPkg.dec: drop bogus semicolon from GUID def X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 12:05:13 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Laszlo Ersek > Sent: Thursday, November 17, 2016 6:37 PM > To: edk2-devel-01 > Cc: Yao, Jiewen > Subject: [edk2] [PATCH] IntelSiliconPkg/IntelSiliconPkg.dec: drop bogus > semicolon from GUID def >=20 > The DEC spec doesn't allow the trailing semicolon: >=20 > 2.6 [Guids] Usage >=20 > GuidCName =3D {C Format Guid Value} # Comment >=20 > Cc: Giri P Mudusuru > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Laszlo Ersek > --- > IntelSiliconPkg/IntelSiliconPkg.dec | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/IntelSiliconPkg/IntelSiliconPkg.dec > b/IntelSiliconPkg/IntelSiliconPkg.dec > index 4a51d0a547da..8819cb8fed6b 100644 > --- a/IntelSiliconPkg/IntelSiliconPkg.dec > +++ b/IntelSiliconPkg/IntelSiliconPkg.dec > @@ -26,7 +26,7 @@ [Includes] > [Guids] > ## GUID for Package token space > # {A9F8D54E-1107-4F0A-ADD0-4587E7A4A735} > - gIntelSiliconPkgTokenSpaceGuid =3D { 0xa9f8d54e, 0x1107, 0x4f0a, { 0x= ad, > 0xd0, 0x45, 0x87, 0xe7, 0xa4, 0xa7, 0x35 } }; > + gIntelSiliconPkgTokenSpaceGuid =3D { 0xa9f8d54e, 0x1107, 0x4f0a, > { 0xad, 0xd0, 0x45, 0x87, 0xe7, 0xa4, 0xa7, 0x35 } } >=20 > ## HOB GUID to publish SMBIOS data records from PEI phase > # HOB data format is same as SMBIOS records defined in SMBIOS spec or > OEM defined types > -- > 2.9.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel