From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 C13D482094 for ; Sun, 18 Dec 2016 23:32:27 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 18 Dec 2016 23:32:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,372,1477983600"; d="scan'208";a="44361769" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 18 Dec 2016 23:32:27 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 18 Dec 2016 23:32:27 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 18 Dec 2016 23:32:26 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.54]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.235]) with mapi id 14.03.0248.002; Mon, 19 Dec 2016 15:32:25 +0800 From: "Yao, Jiewen" To: "Bi, Dandan" , "edk2-devel@lists.01.org" Thread-Topic: [patch 2/8] IntelSiliconPkg: Fix format issues Thread-Index: AQHSWch89CZEUXqigkmA68Sr1xxDHqEO4HiQ Date: Mon, 19 Dec 2016 07:32:24 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A8C63A9@shsmsx102.ccr.corp.intel.com> References: <1482132023-10416-1-git-send-email-dandan.bi@intel.com> <1482132023-10416-3-git-send-email-dandan.bi@intel.com> In-Reply-To: <1482132023-10416-3-git-send-email-dandan.bi@intel.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 2/8] IntelSiliconPkg: Fix format issues 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: Mon, 19 Dec 2016 07:32:27 -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: Bi, Dandan > Sent: Monday, December 19, 2016 3:20 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen > Subject: [patch 2/8] IntelSiliconPkg: Fix format issues >=20 > 1. Fix doxygen formt > 2. Fix Guid format >=20 > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h | 2 = +- > IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h | 2 = +- > IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h | 2 = +- > IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c | 2 = +- > IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf | 2 = +- > 5 files changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTa= ble.h > b/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h > index 39f20ea..cdc080b 100644 > --- a/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h > +++ b/IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h > @@ -1,9 +1,9 @@ > /** @file > FirmwareInterfaceTable (FIT) related definitions. >=20 > - @todo: update document/spec reference > + @todo update document/spec reference >=20 > Copyright (c) 2016, Intel Corporation. All rights reserved.
> This program and the accompanying materials > are licensed and made available under the terms and conditions of the = BSD > License > which accompanies this distribution. The full text of the license may= be > found at > diff --git a/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo= .h > b/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h > index b982d79..bcb741f 100644 > --- a/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h > +++ b/IntelSiliconPkg/Include/IndustryStandard/FirmwareVersionInfo.h > @@ -1,9 +1,9 @@ > /** @file > Intel Firmware Version Info (FVI) related definitions. >=20 > - @todo: update document/spec reference > + @todo update document/spec reference >=20 > Copyright (c) 2016, Intel Corporation. All rights reserved.
> This program and the accompanying materials > are licensed and made available under the terms and conditions of the = BSD > License > which accompanies this distribution. The full text of the license may= be > found at > diff --git a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h > b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h > index fd6f813..5ce80a5 100644 > --- a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h > +++ b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h > @@ -29,11 +29,11 @@ > /** > OpRegion structures: > Sub-structures define the different parts of the OpRegion followed by = the > main structure representing the entire OpRegion. >=20 > - @note: These structures are packed to 1 byte offsets because the exact > + @note These structures are packed to 1 byte offsets because the exact > data location is required by the supporting design specification due t= o > the fact that the data is used by ASL and Graphics driver code compile= d > separately. > **/ > #pragma pack(1) > diff --git > a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c > b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c > index 8d513e0..facab9a 100644 > --- a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c > +++ b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.c > @@ -28,11 +28,11 @@ > #include >=20 > /** >=20 > Get the full size of SMBIOS structure including optional strings that = follow the > formatted structure. > - @note: This function is copy from SmbiosDxe in MdeModulePkg. > + @note This function is copy from SmbiosDxe in MdeModulePkg. >=20 > @param[in] This The EFI_SMBIOS_PROTOCOL instance. > @param[in] Head Pointer to the beginning of SMBIOS > structure. > @param[out] Size The returned size. > @param[out] NumberOfStrings The returned number of optional string= s > that follow the formatted structure. > diff --git > a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf > b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf > index afac26f..4fb2551 100644 > --- a/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf > +++ b/IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf > @@ -35,10 +35,10 @@ [LibraryClasses] > BaseLib > HobLib > UefiLib >=20 > [Guids] > -gIntelSmbiosDataHobGuid ## CONSUMES > +gIntelSmbiosDataHobGuid ## CONSUMES ## GUID >=20 > [Depex] > gEfiSmbiosProtocolGuid >=20 > -- > 1.9.5.msysgit.1