]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/AdapterInformation.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / AdapterInformation.h
index 6421e56d9aaba9903da36917d8447f1812e84f06..6331848e0d0079ff3ee1cce3f5947c27900dbc13 100644 (file)
@@ -3,7 +3,7 @@
   The EFI Adapter Information Protocol is used to dynamically and quickly discover\r
   or set device information for an adapter.\r
 \r
-  Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2018, 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
@@ -59,9 +59,9 @@ typedef struct _EFI_ADAPTER_INFORMATION_PROTOCOL EFI_ADAPTER_INFORMATION_PROTOCO
 ///\r
 typedef struct {\r
   ///\r
-  /// Returns the current media state status. MediaState can have any of the following values: \r
-  /// EFI_SUCCESS: There is media attached to the network adapter. EFI_NOT_READY: This detects a bounced state. \r
-  /// There was media attached to the network adapter, but it was removed and reattached. EFI_NO_MEDIA: There is \r
+  /// Returns the current media state status. MediaState can have any of the following values:\r
+  /// EFI_SUCCESS: There is media attached to the network adapter. EFI_NOT_READY: This detects a bounced state.\r
+  /// There was media attached to the network adapter, but it was removed and reattached. EFI_NO_MEDIA: There is\r
   /// not any media attached to the network.\r
   ///\r
   EFI_STATUS                    MediaState;\r
@@ -140,7 +140,7 @@ typedef struct {
   ///\r
   /// Returns capability of UNDI to support IPv6 traffic.\r
   ///\r
-  BOOLEAN                            Ipv6Support; \r
+  BOOLEAN                            Ipv6Support;\r
 } EFI_ADAPTER_INFO_UNDI_IPV6_SUPPORT;\r
 \r
 /**\r
@@ -148,7 +148,7 @@ typedef struct {
 \r
   This function returns information of type InformationType from the adapter.\r
   If an adapter does not support the requested informational type, then\r
-  EFI_UNSUPPORTED is returned. \r
+  EFI_UNSUPPORTED is returned.\r
 \r
   @param[in]  This                   A pointer to the EFI_ADAPTER_INFORMATION_PROTOCOL instance.\r
   @param[in]  InformationType        A pointer to an EFI_GUID that defines the contents of InformationBlock.\r
@@ -160,8 +160,8 @@ typedef struct {
   @retval EFI_UNSUPPORTED            The InformationType is not known.\r
   @retval EFI_DEVICE_ERROR           The device reported an error.\r
   @retval EFI_OUT_OF_RESOURCES       The request could not be completed due to a lack of resources.\r
-  @retval EFI_INVALID_PARAMETER      This is NULL. \r
-  @retval EFI_INVALID_PARAMETER      InformationBlock is NULL. \r
+  @retval EFI_INVALID_PARAMETER      This is NULL.\r
+  @retval EFI_INVALID_PARAMETER      InformationBlock is NULL.\r
   @retval EFI_INVALID_PARAMETER      InformationBlockSize is NULL.\r
 \r
 **/\r