From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 9FD3B81982 for ; Wed, 4 Jan 2017 21:23:41 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 04 Jan 2017 21:23:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,319,1477983600"; d="scan'208";a="1090111080" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 04 Jan 2017 21:23:41 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 21:23:39 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 4 Jan 2017 21:23:40 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.177]) by SHSMSX103.ccr.corp.intel.com ([10.239.4.69]) with mapi id 14.03.0248.002; Thu, 5 Jan 2017 13:23:38 +0800 From: "Tian, Feng" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Tian, Feng" Thread-Topic: [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue Thread-Index: AQHSZxPL5QPbmOe8GEe2x4H92sXQMqEpWYaw Date: Thu, 5 Jan 2017 05:23:36 +0000 Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE5699A5B27@SHSMSX101.ccr.corp.intel.com> References: <1483593721-78992-1-git-send-email-dandan.bi@intel.com> <1483593721-78992-2-git-send-email-dandan.bi@intel.com> In-Reply-To: <1483593721-78992-2-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] MdeModulePkg/StaControllerDxe: Fix coding style issue 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, 05 Jan 2017 05:23:41 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Feng Tian Thanks Feng -----Original Message----- From: Bi, Dandan=20 Sent: Thursday, January 5, 2017 1:22 PM To: edk2-devel@lists.01.org Cc: Tian, Feng Subject: [patch] MdeModulePkg/StaControllerDxe: Fix coding style issue Remove the empty line. Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf b= /MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf index 5092d37..03f9fa0 100644 --- a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf +++ b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf @@ -1,8 +1,7 @@ ## @file -# =20 -# SataController driver to manage SATA compliance IDE/AHCI host control= lers. +# SataController driver to manage SATA compliance IDE/AHCI host controlle= rs. # # Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.
= # This program and the accompanying materials # are licensed and made a= vailable under the terms and conditions of the BSD License # which accomp= anies this distribution. The full text of the license may be found at -- 1.9.5.msysgit.1