From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: zhichao.gao@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Sat, 27 Apr 2019 20:30:46 -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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2019 20:30:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,404,1549958400"; d="scan'208";a="146444113" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga007.fm.intel.com with ESMTP; 27 Apr 2019 20:30:45 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 27 Apr 2019 20:30:45 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 27 Apr 2019 20:30:45 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by shsmsx102.ccr.corp.intel.com ([169.254.2.206]) with mapi id 14.03.0415.000; Sun, 28 Apr 2019 11:30:43 +0800 From: "Gao, Zhichao" To: "devel@edk2.groups.io" , "Gao, Zhichao" CC: "Wang, Jian J" , "Ye, Ting" , "Bi, Dandan" Subject: Re: [edk2-devel] [PATCH] CryptoPkg/BaseCryptLib: Remove the blank line in the comments Thread-Topic: [edk2-devel] [PATCH] CryptoPkg/BaseCryptLib: Remove the blank line in the comments Thread-Index: AQHU/Wmva3gWrV8TsUWDnsnNjtOVAaZQ6eJw Date: Sun, 28 Apr 2019 03:30:42 +0000 Message-ID: <3CE959C139B4C44DBEA1810E3AA6F9000B7C48FB@SHSMSX101.ccr.corp.intel.com> References: <1599823C4F64DBB5.8796@groups.io> In-Reply-To: <1599823C4F64DBB5.8796@groups.io> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: zhichao.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Add Dandan And I have checked with Ecc tool. It would not cause 'error code: 9001' wi= th this patch. Thanks, Zhichao > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Gao, Zhichao > Sent: Sunday, April 28, 2019 10:26 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Ye, Ting > Subject: [edk2-devel] [PATCH] CryptoPkg/BaseCryptLib: Remove the blank > line in the comments >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1736 >=20 > For accroding with the doxygen special documention blocks in section 2.3= .5, > removing the blank line in the file comments of the file header for > PeiCryptLib.inf >=20 > Cc: Jian Wang > Cc: Ting Ye > Signed-off-by: Zhichao Gao > --- > CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf > b/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf > index 0166f0b360..415dda3078 100644 > --- a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf > +++ b/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf > @@ -15,7 +15,6 @@ > # > # Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved. # > SPDX-License-Identifier: BSD-2-Clause-Patent > - > # > ## >=20 > -- > 2.21.0.windows.1 >=20 >=20 >=20