]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/FaultTolerantWriteLite.h
refine comments for EFI_CONSOLE_CONTROL_PROTOCOL
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / FaultTolerantWriteLite.h
index 97b9b816535f15c50c8eaa7b2986d2d78801ce74..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
@@ -53,15 +51,14 @@ typedef struct _EFI_FTW_LITE_PROTOCOL EFI_FTW_LITE_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * EFI_FTW_LITE_WRITE) (\r
+(EFIAPI * EFI_FTW_LITE_WRITE)(\r
   IN EFI_FTW_LITE_PROTOCOL             *This,\r
   IN EFI_HANDLE                        FvbHandle,\r
   IN EFI_LBA                           Lba,\r
   IN UINTN                             Offset,\r
   IN UINTN                             *NumBytes,\r
   IN VOID                              *Buffer\r
-  )\r
-;\r
+  );\r
 \r
 //\r
 // Protocol declaration\r