]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/FwVol/FwVolWrite.c
Clean up DxeCore to remove duplicate memory allocation & device path utility services...
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / FwVol / FwVolWrite.c
index c273b34efc9b356f025853b6906506d81a3ba9c2..1e0263e844186ba8a9349e764fc928fefea8f4ad 100644 (file)
@@ -12,28 +12,28 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 **/\r
 \r
-#include <DxeMain.h>\r
+#include "DxeMain.h"\r
 \r
 \r
 \r
 /**\r
   Writes one or more files to the firmware volume.\r
 \r
-  @param  This                   Indicates the calling context. \r
-  @param  NumberOfFiles          Number of files. \r
-  @param  WritePolicy            WritePolicy indicates the level of reliability \r
-                                 for the write in the event of a power failure or \r
-                                 other system failure during the write operation. \r
-  @param  FileData               FileData is an pointer to an array of \r
+  @param  This                   Indicates the calling context.\r
+  @param  NumberOfFiles          Number of files.\r
+  @param  WritePolicy            WritePolicy indicates the level of reliability\r
+                                 for the write in the event of a power failure or\r
+                                 other system failure during the write operation.\r
+  @param  FileData               FileData is an pointer to an array of\r
                                  EFI_FV_WRITE_DATA. Each element of array\r
-                                 FileData represents a file to be written. \r
-\r
-  @retval EFI_SUCCESS            Files successfully written to firmware volume \r
-  @retval EFI_OUT_OF_RESOURCES   Not enough buffer to be allocated. \r
-  @retval EFI_DEVICE_ERROR       Device error. \r
-  @retval EFI_WRITE_PROTECTED    Write protected. \r
-  @retval EFI_NOT_FOUND          Not found. \r
-  @retval EFI_INVALID_PARAMETER  Invalid parameter. \r
+                                 FileData represents a file to be written.\r
+\r
+  @retval EFI_SUCCESS            Files successfully written to firmware volume\r
+  @retval EFI_OUT_OF_RESOURCES   Not enough buffer to be allocated.\r
+  @retval EFI_DEVICE_ERROR       Device error.\r
+  @retval EFI_WRITE_PROTECTED    Write protected.\r
+  @retval EFI_NOT_FOUND          Not found.\r
+  @retval EFI_INVALID_PARAMETER  Invalid parameter.\r
   @retval EFI_UNSUPPORTED        This function not supported.\r
 \r
 **/\r
@@ -45,7 +45,7 @@ FvWriteFile (
   IN       EFI_FV_WRITE_POLICY            WritePolicy,\r
   IN       EFI_FV_WRITE_FILE_DATA         *FileData\r
   )\r
-{ \r
+{\r
   return EFI_UNSUPPORTED;\r
 }\r
 \r