]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Ip4Config.h
MdePkg: Fix typos in comments
[mirror_edk2.git] / MdePkg / Include / Protocol / Ip4Config.h
index 7d21ad49941926a99ac4344929bcb80fb8fe0d6f..1c91d2f702cefee755b9df2fd81faf68ca0a9e26 100644 (file)
@@ -2,17 +2,17 @@
   This file provides a definition of the EFI IPv4 Configuration\r
   Protocol.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation.<BR>\r
-  All rights reserved. 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<BR>\r
-  http://opensource.org/licenses/bsd-license.php\r
-  \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.                                          \r
+    \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
   \r
   @par Revision Reference:          \r
-  This Protocol is introduced in UEFI Specification 2.0\r
+  This Protocol is introduced in UEFI Specification 2.0.\r
 \r
 **/\r
 #ifndef __EFI_IP4CONFIG_PROTOCOL_H__\r
@@ -28,8 +28,7 @@
 typedef struct _EFI_IP4_CONFIG_PROTOCOL EFI_IP4_CONFIG_PROTOCOL;\r
 \r
 #define IP4_CONFIG_VARIABLE_ATTRIBUTES \\r
-        (EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | \\r
-         EFI_VARIABLE_RUNTIME_ACCESS)\r
+        (EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS)\r
 \r
 ///\r
 /// EFI_IP4_IPCONFIG_DATA contains the minimum IPv4 configuration data \r
@@ -78,13 +77,13 @@ typedef struct {
   Until the configuration completes successfully, EFI IPv4 Protocol driver instances \r
   that are attempting to use default configurations must return EFI_NO_MAPPING.\r
   Once the configuration is complete, the EFI IPv4 Configuration Protocol driver \r
-  signals DoneEvent. The configuration may need to be updated in the future, \r
-  however; in this case, the EFI IPv4 Configuration Protocol driver must signal \r
+  signals DoneEvent. The configuration may need to be updated in the future. \r
+  Note that in this case the EFI IPv4 Configuration Protocol driver must signal \r
   ReconfigEvent, and all EFI IPv4 Protocol driver instances that are using default \r
   configurations must return EFI_NO_MAPPING until the configuration policy has \r
   been rerun.\r
 \r
-  @param  This                   Pointer to the EFI_IP4_CONFIG_PROTOCOL instance.\r
+  @param  This                   The pointer to the EFI_IP4_CONFIG_PROTOCOL instance.\r
   @param  DoneEvent              Event that will be signaled when the EFI IPv4 \r
                                  Protocol driver configuration policy completes \r
                                  execution. This event must be of type EVT_NOTIFY_SIGNAL.\r
@@ -120,7 +119,7 @@ EFI_STATUS
   The Stop() function stops the configuration policy for the EFI IPv4 Protocol driver. \r
   All configuration data will be lost after calling Stop().\r
 \r
-  @param  This                   Pointer to the EFI_IP4_CONFIG_PROTOCOL instance.\r
+  @param  This                   The pointer to the EFI_IP4_CONFIG_PROTOCOL instance.\r
 \r
   @retval EFI_SUCCESS            The configuration policy for the EFI IPv4 Protocol \r
                                  driver has been stopped.\r
@@ -141,11 +140,11 @@ EFI_STATUS
   The GetData() function returns the current configuration data for the EFI IPv4 \r
   Protocol driver after the configuration policy has completed.\r
   \r
-  @param  This                   Pointer to the EFI_IP4_CONFIG_PROTOCOL instance.\r
+  @param  This                   The pointer to the EFI_IP4_CONFIG_PROTOCOL instance.\r
   @param  IpConfigDataSize       On input, the size of the IpConfigData buffer. \r
                                  On output, the count of bytes that were written \r
                                  into the IpConfigData buffer.\r
-  @param  IpConfigData           Pointer to the EFI IPv4 Configuration Protocol \r
+  @param  IpConfigData           The pointer to the EFI IPv4 Configuration Protocol \r
                                  driver configuration data structure. \r
                                  Type EFI_IP4_IPCONFIG_DATA is defined in \r
                                  "Related Definitions" below.\r
@@ -169,8 +168,8 @@ EFI_STATUS
   );\r
 \r
 ///\r
-/// The EFI_IP4_CONFIG_PROTOCOL driver performs platform- and policy-dependent \r
-/// configuration for the EFI IPv4 Protocol driver. \r
+/// The EFI_IP4_CONFIG_PROTOCOL driver performs platform-dependent and policy-dependent \r
+/// configurations for the EFI IPv4 Protocol driver. \r
 ///\r
 struct _EFI_IP4_CONFIG_PROTOCOL {\r
   EFI_IP4_CONFIG_START         Start;\r