[edk2] [patch] MdeModulePkg/XhciDxe: Make comments align with function

Dandan Bi posted 1 patch 6 years, 9 months ago
Failed in applying to current master (apply log)
MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 1 +
1 file changed, 1 insertion(+)
[edk2] [patch] MdeModulePkg/XhciDxe: Make comments align with function
Posted by Dandan Bi 6 years, 9 months ago
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
 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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [patch] MdeModulePkg/XhciDxe: Make comments align with function
Posted by Wu, Hao A 6 years, 9 months ago
Reviewed-by: Hao Wu <hao.a.wu@intel.com>


Best Regards,
Hao Wu

> -----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 <ruiyu.ni@intel.com>
> Cc: Hao Wu <hao.a.wu@intel.com>
> Cc: Star Zeng <star.zeng@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Dandan Bi <dandan.bi@intel.com>
> ---
>  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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [patch] MdeModulePkg/XhciDxe: Make comments align with function
Posted by Wu, Hao A 6 years, 9 months ago
> -----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
> 
> Reviewed-by: Hao Wu <hao.a.wu@intel.com>
> 

Pushed as commit 9750503a116be3c246b249b1e7d7d9c51aae2a03.

> 
> Best Regards,
> Hao Wu
> 
> > -----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 <ruiyu.ni@intel.com>
> > Cc: Hao Wu <hao.a.wu@intel.com>
> > Cc: Star Zeng <star.zeng@intel.com>
> > Contributed-under: TianoCore Contribution Agreement 1.0
> > Signed-off-by: Dandan Bi <dandan.bi@intel.com>
> > ---
> >  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
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel