Reviewed-By: Wu Jiaxin <[email protected]>

Best Regards!
Jiaxin

> -----Original Message-----
> From: Mudusuru, Giri P
> Sent: Thursday, July 7, 2016 3:48 PM
> To: [email protected]
> Cc: Fu, Siyuan <[email protected]>; Wu, Jiaxin <[email protected]>
> Subject: [edk2] [PATCH 13/16] NetworkPkg: Series of patches to fix typos
> 
> - abstrated to abstracted
> - apropriate to appropriate
> - availabe to available
> - ptototypes to prototypes
> - prococol protocol
> 
> Cc: Siyuan Fu <[email protected]>
> Cc: Jiaxin Wu <[email protected]>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Giri P Mudusuru <[email protected]>
> ---
>  NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h | 2 +-
>  NetworkPkg/DnsDxe/DnsDriver.c     | 4 ++--
>  NetworkPkg/DnsDxe/DnsDriver.h     | 4 ++--
>  NetworkPkg/HttpDxe/HttpDriver.c   | 2 +-
>  NetworkPkg/HttpDxe/HttpDriver.h   | 2 +-
>  NetworkPkg/Ip6Dxe/Ip6Driver.c     | 2 +-
>  NetworkPkg/Ip6Dxe/Ip6Driver.h     | 4 ++--
>  NetworkPkg/TcpDxe/TcpDriver.c     | 2 +-
>  NetworkPkg/TcpDxe/TcpDriver.h     | 2 +-
>  NetworkPkg/Udp6Dxe/Udp6Driver.c   | 2 +-
>  NetworkPkg/Udp6Dxe/Udp6Driver.h   | 2 +-
>  NetworkPkg/Udp6Dxe/Udp6Impl.c     | 6 +++---
>  12 files changed, 17 insertions(+), 17 deletions(-)
> 
> diff --git a/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
> b/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
> index bec47a0..0c0140c 100644
> --- a/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
> +++ b/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
> @@ -116,7 +116,7 @@ Dhcp6DriverBindingStop (
> 
>    @retval EFI_SUCCES            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/NetworkPkg/DnsDxe/DnsDriver.c
> b/NetworkPkg/DnsDxe/DnsDriver.c index 6ca8aa7..85589fb 100644
> --- a/NetworkPkg/DnsDxe/DnsDriver.c
> +++ b/NetworkPkg/DnsDxe/DnsDriver.c
> @@ -1081,7 +1081,7 @@ Dns6DriverBindingStop (
> 
>    @retval EFI_SUCCES            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
> 
> @@ -1324,7 +1324,7 @@ Dns4ServiceBindingDestroyChild (
> 
>    @retval EFI_SUCCES            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/NetworkPkg/DnsDxe/DnsDriver.h
> b/NetworkPkg/DnsDxe/DnsDriver.h index f6b8a7e..0339d28 100644
> --- a/NetworkPkg/DnsDxe/DnsDriver.h
> +++ b/NetworkPkg/DnsDxe/DnsDriver.h
> @@ -514,7 +514,7 @@ Dns6DriverBindingStop (
> 
>    @retval EFI_SUCCES            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
> 
> @@ -565,7 +565,7 @@ Dns4ServiceBindingDestroyChild (
> 
>    @retval EFI_SUCCES            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/NetworkPkg/HttpDxe/HttpDriver.c
> b/NetworkPkg/HttpDxe/HttpDriver.c index 0bde012..4d6b1c7 100644
> --- a/NetworkPkg/HttpDxe/HttpDriver.c
> +++ b/NetworkPkg/HttpDxe/HttpDriver.c
> @@ -911,7 +911,7 @@ HttpDxeIp6DriverBindingStop (
> 
>    @retval EFI_SUCCES            The protocol was added to ChildHandle.
>    @retval EFI_INVALID_PARAMETER This is NULL, or 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/NetworkPkg/HttpDxe/HttpDriver.h
> b/NetworkPkg/HttpDxe/HttpDriver.h index 9c0002a..30c096e 100644
> --- a/NetworkPkg/HttpDxe/HttpDriver.h
> +++ b/NetworkPkg/HttpDxe/HttpDriver.h
> @@ -358,7 +358,7 @@ HttpDxeIp6DriverBindingStop (
> 
>    @retval EFI_SUCCES            The protocol was added to ChildHandle.
>    @retval EFI_INVALID_PARAMETER This is NULL, or 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/NetworkPkg/Ip6Dxe/Ip6Driver.c
> b/NetworkPkg/Ip6Dxe/Ip6Driver.c index f2df200..8a8cc89 100644
> --- a/NetworkPkg/Ip6Dxe/Ip6Driver.c
> +++ b/NetworkPkg/Ip6Dxe/Ip6Driver.c
> @@ -796,7 +796,7 @@ Exit:
>                                   the existing child handle.
> 
>    @retval EFI_SUCCES             The child handle was created with the I/O
> services.
> -  @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/NetworkPkg/Ip6Dxe/Ip6Driver.h
> b/NetworkPkg/Ip6Dxe/Ip6Driver.h index d16ff48..7285b2a 100644
> --- a/NetworkPkg/Ip6Dxe/Ip6Driver.h
> +++ b/NetworkPkg/Ip6Dxe/Ip6Driver.h
> @@ -141,7 +141,7 @@ Ip6DriverBindingStop (
>    );
> 
>  //
> -// Function ptototypes for the ServiceBinding Prococol
> +// Function prototypes for the ServiceBinding Protocol
>  //
> 
>  /**
> @@ -154,7 +154,7 @@ Ip6DriverBindingStop (
>                                   the existing child handle.
> 
>    @retval EFI_SUCCES             The child handle was created with the I/O
> services.
> -  @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/NetworkPkg/TcpDxe/TcpDriver.c
> b/NetworkPkg/TcpDxe/TcpDriver.c index ce3dd0b..405d6ee 100644
> --- a/NetworkPkg/TcpDxe/TcpDriver.c
> +++ b/NetworkPkg/TcpDxe/TcpDriver.c
> @@ -869,7 +869,7 @@ TcpDestroySocketCallback (
> 
>    @retval EFI_SUCCES            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/NetworkPkg/TcpDxe/TcpDriver.h
> b/NetworkPkg/TcpDxe/TcpDriver.h index 19dd168..81bba91 100644
> --- a/NetworkPkg/TcpDxe/TcpDriver.h
> +++ b/NetworkPkg/TcpDxe/TcpDriver.h
> @@ -238,7 +238,7 @@ TcpDestroySocketCallback (
>    );
> 
>  //
> -// Function ptototypes for the ServiceBinding Prococol
> +// Function prototypes for the ServiceBinding Protocol
>  //
> 
>  /**
> diff --git a/NetworkPkg/Udp6Dxe/Udp6Driver.c
> b/NetworkPkg/Udp6Dxe/Udp6Driver.c index da20939..f8bcdd0 100644
> --- a/NetworkPkg/Udp6Dxe/Udp6Driver.c
> +++ b/NetworkPkg/Udp6Dxe/Udp6Driver.c
> @@ -321,7 +321,7 @@ Udp6DriverBindingStop (
> 
>    @retval EFI_SUCCES            The protocol was added to ChildHandle.
>    @retval EFI_INVALID_PARAMETER This is NULL or 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/NetworkPkg/Udp6Dxe/Udp6Driver.h
> b/NetworkPkg/Udp6Dxe/Udp6Driver.h index b40c6f9..cab30b0 100644
> --- a/NetworkPkg/Udp6Dxe/Udp6Driver.h
> +++ b/NetworkPkg/Udp6Dxe/Udp6Driver.h
> @@ -140,7 +140,7 @@ Udp6DriverBindingStop (
> 
>    @retval EFI_SUCCES            The protocol was added to ChildHandle.
>    @retval EFI_INVALID_PARAMETER This is NULL or 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/NetworkPkg/Udp6Dxe/Udp6Impl.c
> b/NetworkPkg/Udp6Dxe/Udp6Impl.c index 7ed5041..5896a7a 100644
> --- a/NetworkPkg/Udp6Dxe/Udp6Impl.c
> +++ b/NetworkPkg/Udp6Dxe/Udp6Impl.c
> @@ -199,10 +199,10 @@ Udp6DeliverDgram (
>    );
> 
>  /**
> -  This function demultiplexes the received udp datagram to the apropriate
> instances.
> +  This function demultiplexes the received udp datagram to the appropriate
> instances.
> 
>    @param[in]  Udp6Service        Pointer to the udp service context data.
> -  @param[in]  NetSession         Pointer to the EFI_NET_SESSION_DATA
> abstrated from
> +  @param[in]  NetSession         Pointer to the EFI_NET_SESSION_DATA
> abstracted from
>                                   the received datagram.
>    @param[in]  Packet             Pointer to the buffer containing the 
> received udp
>                                   datagram.
> @@ -1579,7 +1579,7 @@ Udp6DeliverDgram (
>    This function demultiplexes the received udp datagram to the appropriate
> instances.
> 
>    @param[in]  Udp6Service        Pointer to the udp service context data.
> -  @param[in]  NetSession         Pointer to the EFI_NET_SESSION_DATA
> abstrated from
> +  @param[in]  NetSession         Pointer to the EFI_NET_SESSION_DATA
> abstracted from
>                                   the received datagram.
>    @param[in]  Packet             Pointer to the buffer containing the 
> received udp
>                                   datagram.
> --
> 2.9.0.windows.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to