public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [patch] MdeModulePkg/XhciDxe: Make comments align with function
@ 2017-07-10  6:11 Dandan Bi
  2017-07-11  0:49 ` Wu, Hao A
  0 siblings, 1 reply; 3+ messages in thread
From: Dandan Bi @ 2017-07-10  6:11 UTC (permalink / raw)
  To: edk2-devel; +Cc: Ruiyu Ni, Hao Wu, Star Zeng

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [patch] MdeModulePkg/XhciDxe: Make comments align with function
  2017-07-10  6:11 [patch] MdeModulePkg/XhciDxe: Make comments align with function Dandan Bi
@ 2017-07-11  0:49 ` Wu, Hao A
  2017-07-11  0:52   ` Wu, Hao A
  0 siblings, 1 reply; 3+ messages in thread
From: Wu, Hao A @ 2017-07-11  0:49 UTC (permalink / raw)
  To: Bi, Dandan, edk2-devel@lists.01.org; +Cc: Ni, Ruiyu, Zeng, Star

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] MdeModulePkg/XhciDxe: Make comments align with function
  2017-07-11  0:49 ` Wu, Hao A
@ 2017-07-11  0:52   ` Wu, Hao A
  0 siblings, 0 replies; 3+ messages in thread
From: Wu, Hao A @ 2017-07-11  0:52 UTC (permalink / raw)
  To: Wu, Hao A, Bi, Dandan, edk2-devel@lists.01.org; +Cc: Ni, Ruiyu, Zeng, Star

> -----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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-11  0:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-10  6:11 [patch] MdeModulePkg/XhciDxe: Make comments align with function Dandan Bi
2017-07-11  0:49 ` Wu, Hao A
2017-07-11  0:52   ` Wu, Hao A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox