]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/FindFv.h
Remove BugBug in comments and adjust function header according to code style doc.
[mirror_edk2.git] / MdePkg / Include / Ppi / FindFv.h
index 971512558b240ddc96d810102cdfb202bc1fc61f..9a3e173742b71afe72e3a1803035c00539f3df98 100644 (file)
@@ -33,18 +33,13 @@ typedef struct _EFI_PEI_FIND_FV_PPI EFI_PEI_FIND_FV_PPI;
   was passed in FvNumber.Once this function reports a firmware volume \r
   index/base address pair, that index/address pairing must continue throughout PEI.\r
 \r
-  @param  PeiServices Pointer to the PEI Services Table.\r
-  \r
-  @param  This Interface pointer that implements the Find FV service.\r
-  \r
-  @param  FvNumber The index of the firmware volume to locate.\r
-  \r
-  @param  FvAddress The address of the volume to discover.\r
-\r
-  @retval EFI_SUCCESS An additional firmware volume was found.\r
-  \r
-  @retval EFI_OUT_OF_RESOURCES There are no firmware volumes for the given FvNumber.\r
-  \r
+  @param  PeiServices    Pointer to the PEI Services Table.\r
+  @param  This           Interface pointer that implements the Find FV service.\r
+  @param  FvNumber       The index of the firmware volume to locate.\r
+  @param  FvAddress      The address of the volume to discover.\r
+\r
+  @retval EFI_SUCCESS           An additional firmware volume was found.\r
+  @retval EFI_OUT_OF_RESOURCES  There are no firmware volumes for the given FvNumber.\r
   @retval EFI_INVALID_PARAMETER *FvAddress is NULL.\r
 \r
 **/\r