From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: jian.j.wang@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Sun, 28 Apr 2019 01:02:29 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Apr 2019 01:02:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,405,1549958400"; d="scan'208";a="144245670" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 28 Apr 2019 01:02:28 -0700 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 28 Apr 2019 01:02:27 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 28 Apr 2019 01:02:27 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.153]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.39]) with mapi id 14.03.0415.000; Sun, 28 Apr 2019 16:02:25 +0800 From: "Wang, Jian J" To: "Gao, Zhichao" , "devel@edk2.groups.io" CC: "Ye, Ting" Subject: Re: [PATCH] CryptoPkg/BaseCryptLib: Remove the blank line in the comments Thread-Topic: [PATCH] CryptoPkg/BaseCryptLib: Remove the blank line in the comments Thread-Index: AQHU/WmtBB/baN6zvkWdCJGDUtiGMKZRNoEg Date: Sun, 28 Apr 2019 08:02:24 +0000 Message-ID: References: <20190428022534.15696-1-zhichao.gao@intel.com> In-Reply-To: <20190428022534.15696-1-zhichao.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmIwZWYyMWMtZDBhYi00YmFmLTljNzgtNDRkNGEyOTJkZWRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiXC9wRGxRMjM0d0l2Qnk3WE9JZ3J1Um93SkU3TGJkeEFqS05GT1VjQnRkYXpWbWsxeWVpNnRXNzVpb2hYaFwvMVBZIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: jian.j.wang@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jian J Wang > -----Original Message----- > From: Gao, Zhichao > Sent: Sunday, April 28, 2019 10:26 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Ye, Ting > Subject: [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