]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/SnpDxe/Reset.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Network / SnpDxe / Reset.c
index 2381264c11afa2c830e7935ba792986432a95373..498d706fd4c823960caae6eaa32bd190aee38f6c 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
     Implementation of resetting a network adapter.\r
 /** @file\r
     Implementation of resetting a network adapter.\r
\r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under the \r
-terms and conditions of the BSD License which accompanies this distribution. The \r
-full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
+\r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under the\r
+terms and conditions of the BSD License which accompanies this distribution. The\r
+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
 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
@@ -70,16 +70,16 @@ PxeReset (
   provided in the previous call to Initialize().\r
 \r
   This function resets a network adapter and reinitializes it with the parameters\r
   provided in the previous call to Initialize().\r
 \r
   This function resets a network adapter and reinitializes it with the parameters\r
-  that were provided in the previous call to Initialize(). The transmit and \r
+  that were provided in the previous call to Initialize(). The transmit and\r
   receive queues are emptied and all pending interrupts are cleared.\r
   receive queues are emptied and all pending interrupts are cleared.\r
-  Receive filters, the station address, the statistics, and the multicast-IP-to-HW \r
-  MAC addresses are not reset by this call. If the network interface was \r
-  successfully reset, then EFI_SUCCESS will be returned. If the driver has not \r
+  Receive filters, the station address, the statistics, and the multicast-IP-to-HW\r
+  MAC addresses are not reset by this call. If the network interface was\r
+  successfully reset, then EFI_SUCCESS will be returned. If the driver has not\r
   been initialized, EFI_DEVICE_ERROR will be returned.\r
 \r
   @param This                 A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance.\r
   been initialized, EFI_DEVICE_ERROR will be returned.\r
 \r
   @param This                 A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance.\r
-  @param ExtendedVerification Indicates that the driver may perform a more \r
-                              exhaustive verification operation of the device \r
+  @param ExtendedVerification Indicates that the driver may perform a more\r
+                              exhaustive verification operation of the device\r
                               during reset.\r
 \r
   @retval EFI_SUCCESS           The network interface was reset.\r
                               during reset.\r
 \r
   @retval EFI_SUCCESS           The network interface was reset.\r