]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6Driver.c
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Driver.c
index 0797a742f23ad03c7b6080c7c5b1b004491b5cf0..0bda1687f0c447dd81a6f9d168d61e1032085341 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The driver binding and service binding protocol for IP6 driver.\r
 \r
-  Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
   (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
 \r
   This program and the accompanying materials\r
@@ -182,7 +182,7 @@ Ip6CleanService (
     Status = Ip6LeaveGroup (IpSb, &AllNodes);\r
     if (EFI_ERROR (Status)) {\r
       return Status;\r
-    }  \r
+    }\r
   }\r
 \r
   if (IpSb->DefaultInterface != NULL) {\r
@@ -568,14 +568,14 @@ Ip6DriverBindingStart (
   }\r
 \r
   //\r
-  // Read the config data from NV variable again. \r
+  // Read the config data from NV variable again.\r
   // The default data can be changed by other drivers.\r
   //\r
   Status = Ip6ConfigReadConfigData (IpSb->MacString, &IpSb->Ip6ConfigInstance);\r
   if (EFI_ERROR (Status)) {\r
     goto ON_ERROR;\r
   }\r
-  \r
+\r
   //\r
   // If there is any default manual address, set it.\r
   //\r
@@ -638,7 +638,7 @@ Ip6DriverBindingStart (
                   );\r
   if (EFI_ERROR (Status)) {\r
     goto ON_ERROR;\r
-  }    \r
+  }\r
 \r
   //\r
   // Initialize the IP6 ID\r
@@ -655,7 +655,7 @@ ON_ERROR:
 \r
 /**\r
   Callback function which provided by user to remove one node in NetDestroyLinkList process.\r
-  \r
+\r
   @param[in]    Entry           The entry to be removed.\r
   @param[in]    Context         Pointer to the callback context corresponds to the Context in NetDestroyLinkList.\r
 \r
@@ -786,7 +786,7 @@ Ip6DriverBindingStop (
     FreePool (IpSb);\r
     Status = EFI_SUCCESS;\r
   }\r
-  \r
+\r
 Exit:\r
   return Status;\r
 }\r