]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c
MdeModulePkg: Fix coding style issues in file/function comments
[mirror_edk2.git] / MdeModulePkg / Universal / EsrtFmpDxe / EsrtFmp.c
index b98430edbf09ff1019afb69e03bf974ef455ffcb..3da4a62fb1c404e07a1da7c5fb9e61a9f8c2763e 100644 (file)
 #include <Guid/EventGroup.h>\r
 #include <Guid/SystemResourceTable.h>\r
 \r
-//\r
-// Print ESRT to debug console\r
-//\r
+/**\r
+ Print ESRT to debug console.\r
+\r
+ @param[in]  Table   Pointer to the ESRT table.\r
+\r
+**/\r
 VOID\r
 EFIAPI\r
 PrintTable (\r
@@ -132,6 +135,9 @@ IsSystemFmp (
   given a FMP descriptor.  If the guid is already in the ESRT it\r
   will be ignored.  The ESRT will grow if it does not have enough room.\r
 \r
+  @param[in]  FmpImageInfoBuf    Pointer to the EFI_FIRMWARE_IMAGE_DESCRIPTOR.\r
+  @param[in]  FmpVersion         FMP Version.\r
+\r
   @return  Status code.\r
 \r
 **/\r