]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/DnsDxe/DnsDriver.h
BaseTools: expression can use single in instead of 3 API calls.
[mirror_edk2.git] / NetworkPkg / DnsDxe / DnsDriver.h
index f6b8a7e8fc304737cf9cbda66911946ea9fdeecf..49f6a1d8a3c22abff59d66d9ef552c543f1687ba 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 The header files of the driver binding and service binding protocol for DnsDxe driver.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -89,8 +89,6 @@ struct _DNS_INSTANCE {
   NET_MAP                       Dns4TxTokens;\r
   NET_MAP                       Dns6TxTokens;\r
 \r
-  UINT32                        MaxRetry;\r
-\r
   UDP_IO                        *UdpIo;\r
 };\r
 \r
@@ -514,7 +512,7 @@ Dns6DriverBindingStop (
 \r
   @retval EFI_SUCCES            The protocol was added to ChildHandle.\r
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.\r
-  @retval EFI_OUT_OF_RESOURCES  There are not enough resources availabe to create\r
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child\r
   @retval other                 The child handle was not created\r
 \r
@@ -565,7 +563,7 @@ Dns4ServiceBindingDestroyChild (
 \r
   @retval EFI_SUCCES            The protocol was added to ChildHandle.\r
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.\r
-  @retval EFI_OUT_OF_RESOURCES  There are not enough resources availabe to create\r
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child\r
   @retval other                 The child handle was not created\r
 \r