]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/PrePiLib/FwVol.c
EmbeddedPkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiLib / FwVol.c
index 797779f84525872a45197f335164be9ce9e13641..83aa40f7940c7b4d366785fffc138e626b8aad6e 100644 (file)
@@ -361,7 +361,7 @@ FfsProcessSection (
         //\r
         // GetInfo failed\r
         //\r
-        DEBUG ((EFI_D_ERROR, "Decompress GetInfo Failed - %r\n", Status));\r
+        DEBUG ((DEBUG_ERROR, "Decompress GetInfo Failed - %r\n", Status));\r
         return EFI_NOT_FOUND;\r
       }\r
       //\r
@@ -415,7 +415,7 @@ FfsProcessSection (
         //\r
         // Decompress failed\r
         //\r
-        DEBUG ((EFI_D_ERROR, "Decompress Failed - %r\n", Status));\r
+        DEBUG ((DEBUG_ERROR, "Decompress Failed - %r\n", Status));\r
         return EFI_NOT_FOUND;\r
       } else {\r
         return FfsProcessSection (\r
@@ -732,7 +732,7 @@ FfsGetVolumeInfo (
   Search through every FV until you find a file of type FileType\r
 \r
   @param FileType        File handle of a Fv type file.\r
-  @param Volumehandle    On succes Volume Handle of the match\r
+  @param Volumehandle    On success Volume Handle of the match\r
   @param FileHandle      On success File Handle of the match\r
 \r
   @retval EFI_NOT_FOUND  FV image can't be found.\r
@@ -857,7 +857,7 @@ FfsProcessFvFile (
 \r
 \r
   //\r
-  // Inform HOB consumer phase, i.e. DXE core, the existance of this FV\r
+  // Inform HOB consumer phase, i.e. DXE core, the existence of this FV\r
   //\r
   BuildFvHob ((EFI_PHYSICAL_ADDRESS) (UINTN) FvImageInfo.FvStart, FvImageInfo.FvSize);\r
 \r
@@ -874,5 +874,3 @@ FfsProcessFvFile (
 \r
   return EFI_SUCCESS;\r
 }\r
-\r
-\r