]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/XenPvBlkDxe/ComponentName.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / XenPvBlkDxe / ComponentName.c
index 8ab6628a9f2f018c37237f1948018d3583c0ee7e..f1fd7830fb1d37ac41360bd29914567956305071 100644 (file)
@@ -14,7 +14,7 @@
 ///\r
 GLOBAL_REMOVE_IF_UNREFERENCED\r
 EFI_COMPONENT_NAME_PROTOCOL  gXenPvBlkDxeComponentName = {\r
-  (EFI_COMPONENT_NAME_GET_DRIVER_NAME)    XenPvBlkDxeComponentNameGetDriverName,\r
+  (EFI_COMPONENT_NAME_GET_DRIVER_NAME)XenPvBlkDxeComponentNameGetDriverName,\r
   (EFI_COMPONENT_NAME_GET_CONTROLLER_NAME)XenPvBlkDxeComponentNameGetControllerName,\r
   "eng"\r
 };\r
@@ -33,18 +33,18 @@ EFI_COMPONENT_NAME2_PROTOCOL  gXenPvBlkDxeComponentName2 = {
 /// Table of driver names\r
 ///\r
 GLOBAL_REMOVE_IF_UNREFERENCED\r
-EFI_UNICODE_STRING_TABLE mXenPvBlkDxeDriverNameTable[] = {\r
+EFI_UNICODE_STRING_TABLE  mXenPvBlkDxeDriverNameTable[] = {\r
   { "eng;en", (CHAR16 *)L"Xen PV Block Driver" },\r
-  { NULL, NULL }\r
+  { NULL,     NULL                             }\r
 };\r
 \r
 ///\r
 /// Table of controller names\r
 ///\r
 GLOBAL_REMOVE_IF_UNREFERENCED\r
-EFI_UNICODE_STRING_TABLE mXenPvBlkDxeControllerNameTable[] = {\r
+EFI_UNICODE_STRING_TABLE  mXenPvBlkDxeControllerNameTable[] = {\r
   { "eng;en", (CHAR16 *)L"Xen PV Block Device" },\r
-  { NULL, NULL }\r
+  { NULL,     NULL                             }\r
 };\r
 \r
 /**\r
@@ -52,7 +52,7 @@ EFI_UNICODE_STRING_TABLE mXenPvBlkDxeControllerNameTable[] = {
 \r
   @param  This       A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance.\r
   @param  Language   A pointer to a three-character ISO 639-2 language identifier.\r
-                     This is the language of the driver name that that the caller\r
+                     This is the language of the driver name that the caller\r
                      is requesting, and it must match one of the languages specified\r
                      in SupportedLanguages.  The number of languages supported by a\r
                      driver is up to the driver writer.\r