]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/FaultTolerantWriteLite.h
Code scrub for MdeModule Include header file (Protocol and DEC)
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / FaultTolerantWriteLite.h
index 4a0e49526788df4d233fde534a1cb34da56387b5..368279f68d0705f7f09494154492840627febe5c 100644 (file)
@@ -29,18 +29,16 @@ typedef struct _EFI_FTW_LITE_PROTOCOL EFI_FTW_LITE_PROTOCOL;
 //\r
 /**\r
   Starts a target block update. This records information about the write\r
-  in fault tolerant storage and will complete the write in a recoverable\r
+  in fault tolerant storage will complete the write in a recoverable\r
   manner, ensuring at all times that either the original contents or\r
   the modified contents are available.\r
 \r
   @param  This                 The pointer to this protocol instance. \r
-  @param  FvBlockHandle        The handle of FVB protocol that provides services \r
-                               for reading, writing, and erasing the target \r
-                               block. \r
+  @param  FvbHandle            The handle of FVB protocol that provides services \r
+                               for reading, writing, and erasing the target block. \r
   @param  Lba                  The logical block address of the target block. \r
-  @param  Offset               The offset within the target block to place the \r
-                               data. \r
-  @param  Length               The number of bytes to write to the target block. \r
+  @param  Offset               The offset within the target block to place the data. \r
+  @param  NumBytes             The number of bytes to write to the target block. \r
   @param  Buffer               The data to write. \r
 \r
   @retval EFI_SUCCESS          The function completed successfully \r