]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/ComponentName.c
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / ComponentName.c
index 6a1f082edd7f6a86d1c6cd30f53dcccb17a59ee9..e314f152070352c73e1dc208850042504ef1a2b8 100644 (file)
@@ -2,7 +2,7 @@
   Implementation of EFI_COMPONENT_NAME_PROTOCOL and\r
   EFI_COMPONENT_NAME2_PROTOCOL protocol.\r
 \r
   Implementation of EFI_COMPONENT_NAME_PROTOCOL and\r
   EFI_COMPONENT_NAME2_PROTOCOL protocol.\r
 \r
-  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -238,10 +238,10 @@ Ip6ComponentNameGetDriverName (
 \r
   @param  Ip6[in]                   A pointer to the EFI_IP6_PROTOCOL.\r
 \r
 \r
   @param  Ip6[in]                   A pointer to the EFI_IP6_PROTOCOL.\r
 \r
-  \r
+\r
   @retval EFI_SUCCESS               Update the ControllerNameTable of this instance successfully.\r
   @retval EFI_INVALID_PARAMETER     The input parameter is invalid.\r
   @retval EFI_SUCCESS               Update the ControllerNameTable of this instance successfully.\r
   @retval EFI_INVALID_PARAMETER     The input parameter is invalid.\r
-  \r
+\r
 **/\r
 EFI_STATUS\r
 UpdateName (\r
 **/\r
 EFI_STATUS\r
 UpdateName (\r
@@ -320,7 +320,7 @@ UpdateName (
       FreeUnicodeStringTable (gIp6ControllerNameTable);\r
       gIp6ControllerNameTable = NULL;\r
   }\r
       FreeUnicodeStringTable (gIp6ControllerNameTable);\r
       gIp6ControllerNameTable = NULL;\r
   }\r
-  \r
+\r
   Status = AddUnicodeString2 (\r
              "eng",\r
              gIp6ComponentName.SupportedLanguages,\r
   Status = AddUnicodeString2 (\r
              "eng",\r
              gIp6ComponentName.SupportedLanguages,\r
@@ -331,7 +331,7 @@ UpdateName (
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r
-  \r
+\r
   return AddUnicodeString2 (\r
            "en",\r
            gIp6ComponentName2.SupportedLanguages,\r
   return AddUnicodeString2 (\r
            "en",\r
            gIp6ComponentName2.SupportedLanguages,\r
@@ -421,7 +421,7 @@ Ip6ComponentNameGetControllerName (
 {\r
   EFI_STATUS                    Status;\r
   EFI_IP6_PROTOCOL              *Ip6;\r
 {\r
   EFI_STATUS                    Status;\r
   EFI_IP6_PROTOCOL              *Ip6;\r
-  \r
+\r
   //\r
   // Only provide names for child handles.\r
   //\r
   //\r
   // Only provide names for child handles.\r
   //\r
@@ -430,7 +430,7 @@ Ip6ComponentNameGetControllerName (
   }\r
 \r
   //\r
   }\r
 \r
   //\r
-  // Make sure this driver produced ChildHandle \r
+  // Make sure this driver produced ChildHandle\r
   //\r
   Status = EfiTestChildHandle (\r
              ControllerHandle,\r
   //\r
   Status = EfiTestChildHandle (\r
              ControllerHandle,\r