]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Mtftp6Dxe/ComponentName.c
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / NetworkPkg / Mtftp6Dxe / ComponentName.c
index f4327abcf90ffee5b256228994ac6c53e188ad53..497c8bec9318cb3432130f3f938125ae99dcd7b5 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   UEFI Component Name(2) protocol implementation for Mtftp6 driver.\r
 \r
-  Copyright (c) 2009 - 2012, 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
@@ -233,10 +233,10 @@ Mtftp6ComponentNameGetDriverName (
 \r
   @param  Mtftp6[in]                A pointer to the EFI_MTFTP6_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
-  \r
+\r
 **/\r
 EFI_STATUS\r
 UpdateName (\r
@@ -261,7 +261,7 @@ UpdateName (
     if (EFI_ERROR (Status)) {\r
       return Status;\r
     }\r
-    UnicodeSPrint (HandleName, sizeof (HandleName), \r
+    UnicodeSPrint (HandleName, sizeof (HandleName),\r
       L"MTFTPv6(ServerIp=%s, InitialServerPort=%d)",\r
       Address,\r
       Mtftp6ModeData.ConfigData.InitialServerPort\r
@@ -274,7 +274,7 @@ UpdateName (
     FreeUnicodeStringTable (gMtftp6ControllerNameTable);\r
     gMtftp6ControllerNameTable = NULL;\r
   }\r
-  \r
+\r
   Status = AddUnicodeString2 (\r
              "eng",\r
              gMtftp6ComponentName.SupportedLanguages,\r
@@ -285,7 +285,7 @@ UpdateName (
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r
-  \r
+\r
   return AddUnicodeString2 (\r
            "en",\r
            gMtftp6ComponentName2.SupportedLanguages,\r
@@ -383,13 +383,13 @@ Mtftp6ComponentNameGetControllerName (
   if (ChildHandle == NULL) {\r
     return EFI_UNSUPPORTED;\r
   }\r
-  \r
-  // \r
-  // Make sure this driver produced ChildHandle \r
-  // \r
+\r
+  //\r
+  // Make sure this driver produced ChildHandle\r
+  //\r
   Status = EfiTestChildHandle (\r
              ControllerHandle,\r
-             ChildHandle, \r
+             ChildHandle,\r
              &gEfiUdp6ProtocolGuid\r
              );\r
   if (EFI_ERROR (Status)) {\r
@@ -416,7 +416,7 @@ Mtftp6ComponentNameGetControllerName (
   //\r
   Status = UpdateName (Mtftp6);\r
   if (EFI_ERROR (Status)) {\r
-    return Status; \r
+    return Status;\r
   }\r
 \r
   return LookupUnicodeString2 (\r