]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor comments update to remove long line (column num > 120)
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 6 Nov 2008 08:31:19 +0000 (08:31 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 6 Nov 2008 08:31:19 +0000 (08:31 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6413 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/FvbServiceLib.h

index f0dcf9d58a3e76f9a4e6fb54f9f9038c66d90e9f..a87750a7b46a53b2717882c93f9b64dd1d4094d5 100644 (file)
   @param[out]     Buffer           Pointer to a caller allocated buffer that will be\r
                                    used to hold the data read.\r
 \r
-  @retval   EFI_SUCCESS                   The firmware volume was read successfully and contents are in Buffer.\r
-  @retval   EFI_BAD_BUFFER_SIZE    Read attempted across an LBA boundary.  On output, NumBytes contains the total number of bytes returned in Buffer.\r
+  @retval   EFI_SUCCESS            The firmware volume was read successfully and contents are in Buffer.\r
+  @retval   EFI_BAD_BUFFER_SIZE    Read attempted across an LBA boundary.  On output, NumBytes contains\r
+                                   the total number of bytes returned in Buffer.\r
   @retval   EFI_ACCESS_DENIED      The firmware volume is in the ReadDisabled state.\r
   @retval   EFI_DEVICE_ERROR       The block device is not functioning correctly and could not be read.\r
-  @retval   EFI_INVALID_PARAMETER  Invalid parameter, Instance is larger than the max FVB number. Lba index is larger than the last block of the firmware volume. Offset is larger than the block size.\r
+  @retval   EFI_INVALID_PARAMETER  Invalid parameter, Instance is larger than the max FVB number. Lba index\r
+                                   is larger than the last block of the firmware volume. Offset is larger\r
+                                   than the block size.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -106,7 +109,7 @@ EfiFvbReadBlock (
   @retval EFI_SUCCESS           The firmware volume was written successfully.\r
   @retval EFI_BAD_BUFFER_SIZE   The write was attempted across an LBA boundary. \r
                                 On output, NumBytes contains the total number of bytes actually written.\r
-  @retval EFI_ACCESS_DENIED        The firmware volume is in the WriteDisabled state.\r
+  @retval EFI_ACCESS_DENIED     The firmware volume is in the WriteDisabled state.\r
   @retval EFI_DEVICE_ERROR      The block device is malfunctioning and could not be written.\r
   @retval EFI_INVALID_PARAMETER Invalid parameter, Instance is larger than the max FVB number. \r
                                 Lba index is larger than the last block of the firmware volume.\r
@@ -208,7 +211,7 @@ EFI_STATUS
 EFIAPI\r
 EfiFvbSetVolumeAttributes (\r
   IN     UINTN                                Instance,\r
-  IN OUT EFI_FVB_ATTRIBUTES_2                   *Attributes\r
+  IN OUT EFI_FVB_ATTRIBUTES_2                 *Attributes\r
   );\r
 \r
 \r
@@ -247,7 +250,7 @@ EfiFvbGetPhysicalAddress (
   the last block of the firmware volume, this function return the status code\r
   EFI_INVALID_PARAMETER.\r
 \r
-  If BlockSize is NULL, then ASSERT().\r
+  If BlockSize  is NULL, then ASSERT().\r
   \r
   If NumOfBlocks  is NULL, then ASSERT().\r
 \r