From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 1EC382095D2DF for ; Mon, 10 Jul 2017 17:51:13 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2017 17:52:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,343,1496127600"; d="scan'208";a="877405811" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by FMSMGA003.fm.intel.com with ESMTP; 10 Jul 2017 17:52:58 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 10 Jul 2017 17:52:57 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 10 Jul 2017 17:52:57 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.151]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Tue, 11 Jul 2017 08:52:55 +0800 From: "Wu, Hao A" To: "Wu, Hao A" , "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" , "Zeng, Star" Thread-Topic: [patch] MdeModulePkg/XhciDxe: Make comments align with function Thread-Index: AQHS+UNoXGcUOjzaXUSYD5u21yek2KJNzGnQgAAA86A= Date: Tue, 11 Jul 2017 00:52:55 +0000 Message-ID: References: <1499667086-125456-1-git-send-email-dandan.bi@intel.com> In-Reply-To: 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/XhciDxe: Make comments align with function X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2017 00:51:13 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Wu= , > Hao A > Sent: Tuesday, July 11, 2017 8:49 AM > To: Bi, Dandan; edk2-devel@lists.01.org > Cc: Ni, Ruiyu; Zeng, Star > Subject: Re: [edk2] [patch] MdeModulePkg/XhciDxe: Make comments align > with function >=20 > Reviewed-by: Hao Wu >=20 Pushed as commit 9750503a116be3c246b249b1e7d7d9c51aae2a03. >=20 > Best Regards, > Hao Wu >=20 > > -----Original Message----- > > From: Bi, Dandan > > Sent: Monday, July 10, 2017 2:11 PM > > To: edk2-devel@lists.01.org > > Cc: Ni, Ruiyu; Wu, Hao A; Zeng, Star > > Subject: [patch] MdeModulePkg/XhciDxe: Make comments align with > function > > > > Cc: Ruiyu Ni > > Cc: Hao Wu > > Cc: Star Zeng > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Dandan Bi > > --- > > MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c > > b/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c > > index f8174d8..6013d76 100644 > > --- a/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c > > +++ b/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c > > @@ -989,10 +989,11 @@ XhcFreeSched ( > > } > > > > /** > > Check if the Trb is a transaction of the URB. > > > > + @param Xhc The XHCI Instance. > > @param Trb The TRB to be checked > > @param Urb The URB to be checked. > > > > @retval TRUE It is a transaction of the URB. > > @retval FALSE It is not any transaction of the URB. > > -- > > 1.9.5.msysgit.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel