From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 A1599820EC for ; Mon, 19 Dec 2016 17:18:04 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 19 Dec 2016 17:18:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,376,1477983600"; d="scan'208";a="800261068" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 19 Dec 2016 17:18:04 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Dec 2016 17:18:04 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Dec 2016 17:18:03 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.97]) by shsmsx102.ccr.corp.intel.com ([169.254.2.54]) with mapi id 14.03.0248.002; Tue, 20 Dec 2016 09:18:00 +0800 From: "Tian, Feng" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Tian, Feng" Thread-Topic: [patch 7/8] MdeModulePkg/SataControllerDxe: Fix coding style issue Thread-Index: AQHSWciTjCkUZcAoS0mZFneqRI4QGKEQCboQ Date: Tue, 20 Dec 2016 01:18:00 +0000 Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE569990102@SHSMSX101.ccr.corp.intel.com> References: <1482132023-10416-1-git-send-email-dandan.bi@intel.com> <1482132023-10416-8-git-send-email-dandan.bi@intel.com> In-Reply-To: <1482132023-10416-8-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 7/8] MdeModulePkg/SataControllerDxe: 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: Tue, 20 Dec 2016 01:18:04 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Could you help add some specific descriptions like below to the INF file? SataController driver to manage SATA compliance IDE/AHCI host controllers. Others look good to me Reviewed-by: Feng Tian Thanks Feng -----Original Message----- From: Bi, Dandan=20 Sent: Monday, December 19, 2016 3:20 PM To: edk2-devel@lists.01.org Cc: Tian, Feng Subject: [patch 7/8] MdeModulePkg/SataControllerDxe: Fix coding style issue Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf b= /MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf index e24b2a0..39cdffc 100644 --- a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf +++ b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf @@ -1,8 +1,8 @@ ## @file # =20 -# Component description file for the Sata Controller driver. +# Component Description File for the Sata Controller driver. # # 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