]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h
Committing changes to the comments, after review with engineers.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / FrameworkFirmwareVolumeBlock.h
index 8ad5b1f1e229f5d495c8bfe79b48d24da8ff0d88..1404e0583c007586ce5f361e3d878b650d7180a6 100644 (file)
@@ -27,7 +27,7 @@ typedef UINT32  EFI_FVB_ATTRIBUTES;
 \r
 /**\r
   The GetAttributes() function retrieves the attributes and\r
-  current settings of the block. Status Codes Returned\r
+  current settings of the block. \r
 \r
   @param This       Indicates the FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL instance.\r
 \r
@@ -228,10 +228,8 @@ EFI_STATUS
   \r
   @param Offset   Offset into the block at which to begin writing.\r
   \r
-  @param NumBytes Pointer to a UINTN. At entry, *NumBytes\r
-                  contains the total size of the buffer. At\r
-                  exit, *NumBytes contains the total number of\r
-                  bytes actually written.\r
+  @param NumBytes Pointer to a UINTN. Input: the total size of the buffer.\r
+                  Output: the total number of bytes actually written.\r
   \r
   @param Buffer   Pointer to a caller-allocated buffer that\r
                   contains the source for the write.\r
@@ -291,7 +289,7 @@ EFI_STATUS
   @param This   Indicates the FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL\r
                 instance.\r
 \r
-  @param ...    The variable argument list is a list of tuples.\r
+  @param ...    A list of tuples.\r
                 Each tuple describes a range of LBAs to erase\r
                 and consists of the following:\r
                 - An EFI_LBA that indicates the starting LBA\r