Re: [edk2] [PATCH 06/16] StdLib: Series of patches to fix typos - availabe to available

2016-07-07 Thread Mudusuru, Giri P
Thanks Daryl. These seem to be implementation typos. I just cross checked in 
spec and it looks good.

Thanks,
-Giri

> -Original Message-
> From: Daryl McDaniel [mailto:edk2-li...@mc2research.org]
> Sent: Thursday, July 7, 2016 9:42 AM
> To: Carsey, Jaben ; Mudusuru, Giri P
> ; edk2-devel@lists.01.org
> Subject: RE: [edk2] [PATCH 06/16] StdLib: Series of patches to fix typos -
> availabe to available
> 
> Someone should also check the UEFI file where these return values are defined
> and make sure that the typo isn't there too.
> 
> Reviewed-by: Daryl McDaniel 
> 
> 
> Daryl McDaniel
> 
> > -Original Message-
> > From: Carsey, Jaben [mailto:jaben.car...@intel.com]
> > Sent: Thursday, July 07, 2016 7:47 AM
> > To: Mudusuru, Giri P ; edk2-devel@lists.01.org
> > Cc: Daryl McDaniel ; Carsey, Jaben
> > 
> > Subject: RE: [edk2] [PATCH 06/16] StdLib: Series of patches to fix typos -
> > availabe to available
> >
> > Reviewed-by: Jaben Carsey 
> >
> > > -Original Message-
> > > From: Mudusuru, Giri P
> > > Sent: Thursday, July 07, 2016 12:48 AM
> > > To: edk2-devel@lists.01.org
> > > Cc: Carsey, Jaben ; Daryl McDaniel  > > li...@mc2research.org>
> > > Subject: [edk2] [PATCH 06/16] StdLib: Series of patches to fix typos -
> availabe
> > > to available
> > > Importance: High
> > >
> > > Cc: Jaben Carsey 
> > > Cc: Daryl McDaniel 
> > > Contributed-under: TianoCore Contribution Agreement 1.0
> > > Signed-off-by: Giri P Mudusuru 
> > > ---
> > >  StdLib/EfiSocketLib/DxeSupport.c  | 2 +-
> > >  StdLib/Include/Efi/EfiSocketLib.h | 2 +-
> > >  2 files changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/StdLib/EfiSocketLib/DxeSupport.c
> > > b/StdLib/EfiSocketLib/DxeSupport.c
> > > index 808b710..9630aed 100644
> > > --- a/StdLib/EfiSocketLib/DxeSupport.c
> > > +++ b/StdLib/EfiSocketLib/DxeSupport.c
> > > @@ -32,7 +32,7 @@
> > >
> > >@retval EFI_SUCCESS   The protocol was added to ChildHandle.
> > >@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
> > > -  @retval EFI_OUT_OF_RESOURCES  There are not enough resources
> > > availabe to create
> > > +  @retval EFI_OUT_OF_RESOURCES  There are not enough resources
> > > available to create
> > >  the child
> > >@retval other The child handle was not created
> > >
> > > diff --git a/StdLib/Include/Efi/EfiSocketLib.h
> > > b/StdLib/Include/Efi/EfiSocketLib.h
> > > index 7618d02..73288af 100644
> > > --- a/StdLib/Include/Efi/EfiSocketLib.h
> > > +++ b/StdLib/Include/Efi/EfiSocketLib.h
> > > @@ -185,7 +185,7 @@ extern CONST UINTN cEslSocketBindingEntries;
> > > ///<  Number of network serv
> > >
> > >@retval EFI_SUCCESS   The protocol was added to ChildHandle.
> > >@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
> > > -  @retval EFI_OUT_OF_RESOURCES  There are not enough resources
> > > availabe to create
> > > +  @retval EFI_OUT_OF_RESOURCES  There are not enough resources
> > > available to create
> > >  the child
> > >@retval other The child handle was not created
> > >
> > > --
> > > 2.9.0.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


Re: [edk2] [PATCH 06/16] StdLib: Series of patches to fix typos - availabe to available

2016-07-07 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey 

> -Original Message-
> From: Mudusuru, Giri P
> Sent: Thursday, July 07, 2016 12:48 AM
> To: edk2-devel@lists.01.org
> Cc: Carsey, Jaben ; Daryl McDaniel  li...@mc2research.org>
> Subject: [edk2] [PATCH 06/16] StdLib: Series of patches to fix typos - 
> availabe
> to available
> Importance: High
> 
> Cc: Jaben Carsey 
> Cc: Daryl McDaniel 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Giri P Mudusuru 
> ---
>  StdLib/EfiSocketLib/DxeSupport.c  | 2 +-
>  StdLib/Include/Efi/EfiSocketLib.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/StdLib/EfiSocketLib/DxeSupport.c
> b/StdLib/EfiSocketLib/DxeSupport.c
> index 808b710..9630aed 100644
> --- a/StdLib/EfiSocketLib/DxeSupport.c
> +++ b/StdLib/EfiSocketLib/DxeSupport.c
> @@ -32,7 +32,7 @@
> 
>@retval EFI_SUCCESS   The protocol was added to ChildHandle.
>@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
> -  @retval EFI_OUT_OF_RESOURCES  There are not enough resources
> availabe to create
> +  @retval EFI_OUT_OF_RESOURCES  There are not enough resources
> available to create
>  the child
>@retval other The child handle was not created
> 
> diff --git a/StdLib/Include/Efi/EfiSocketLib.h
> b/StdLib/Include/Efi/EfiSocketLib.h
> index 7618d02..73288af 100644
> --- a/StdLib/Include/Efi/EfiSocketLib.h
> +++ b/StdLib/Include/Efi/EfiSocketLib.h
> @@ -185,7 +185,7 @@ extern CONST UINTN cEslSocketBindingEntries;
> ///<  Number of network serv
> 
>@retval EFI_SUCCESS   The protocol was added to ChildHandle.
>@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
> -  @retval EFI_OUT_OF_RESOURCES  There are not enough resources
> availabe to create
> +  @retval EFI_OUT_OF_RESOURCES  There are not enough resources
> available to create
>  the child
>@retval other The child handle was not created
> 
> --
> 2.9.0.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [PATCH 06/16] StdLib: Series of patches to fix typos - availabe to available

2016-07-07 Thread Giri P Mudusuru
Cc: Jaben Carsey 
Cc: Daryl McDaniel 
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru 
---
 StdLib/EfiSocketLib/DxeSupport.c  | 2 +-
 StdLib/Include/Efi/EfiSocketLib.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/StdLib/EfiSocketLib/DxeSupport.c b/StdLib/EfiSocketLib/DxeSupport.c
index 808b710..9630aed 100644
--- a/StdLib/EfiSocketLib/DxeSupport.c
+++ b/StdLib/EfiSocketLib/DxeSupport.c
@@ -32,7 +32,7 @@
 
   @retval EFI_SUCCESS   The protocol was added to ChildHandle.
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
-  @retval EFI_OUT_OF_RESOURCES  There are not enough resources availabe to 
create
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to 
create
 the child
   @retval other The child handle was not created
 
diff --git a/StdLib/Include/Efi/EfiSocketLib.h 
b/StdLib/Include/Efi/EfiSocketLib.h
index 7618d02..73288af 100644
--- a/StdLib/Include/Efi/EfiSocketLib.h
+++ b/StdLib/Include/Efi/EfiSocketLib.h
@@ -185,7 +185,7 @@ extern CONST UINTN cEslSocketBindingEntries;///<  
Number of network serv
 
   @retval EFI_SUCCESS   The protocol was added to ChildHandle.
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
-  @retval EFI_OUT_OF_RESOURCES  There are not enough resources availabe to 
create
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to 
create
 the child
   @retval other The child handle was not created
 
-- 
2.9.0.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel