summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/EsrtFmpDxe
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2018-03-16 11:30:53 +0800
committerStar Zeng <star.zeng@intel.com>2018-03-19 09:57:22 +0800
commitae38c9765a27264ecea03c6430b956b74a427213 (patch)
tree8d42637cc27badb5c052f4b58db82b6607370701 /MdeModulePkg/Universal/EsrtFmpDxe
parentc1e732344a1a157267ff0b550b7a35f1a4f1178f (diff)
downloadedk2-ae38c9765a27264ecea03c6430b956b74a427213.tar.gz
edk2-ae38c9765a27264ecea03c6430b956b74a427213.tar.bz2
edk2-ae38c9765a27264ecea03c6430b956b74a427213.zip
MdeModulePkg: Fix coding style issues in file/function comments
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/EsrtFmpDxe')
-rw-r--r--MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c12
-rw-r--r--MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDebugPrint.c4
2 files changed, 11 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c b/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c
index b98430edbf..3da4a62fb1 100644
--- a/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c
+++ b/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c
@@ -38,9 +38,12 @@
#include <Guid/EventGroup.h>
#include <Guid/SystemResourceTable.h>
-//
-// Print ESRT to debug console
-//
+/**
+ Print ESRT to debug console.
+
+ @param[in] Table Pointer to the ESRT table.
+
+**/
VOID
EFIAPI
PrintTable (
@@ -132,6 +135,9 @@ IsSystemFmp (
given a FMP descriptor. If the guid is already in the ESRT it
will be ignored. The ESRT will grow if it does not have enough room.
+ @param[in] FmpImageInfoBuf Pointer to the EFI_FIRMWARE_IMAGE_DESCRIPTOR.
+ @param[in] FmpVersion FMP Version.
+
@return Status code.
**/
diff --git a/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDebugPrint.c b/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDebugPrint.c
index b4e5135e05..8e60385099 100644
--- a/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDebugPrint.c
+++ b/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDebugPrint.c
@@ -34,7 +34,7 @@
#include <Guid/SystemResourceTable.h>
/**
- Function to print a single ESRT Entry (ESRE) to the debug console
+ Function to print a single ESRT Entry (ESRE) to the debug console.
Print Format:
| 00000000-0000-0000-0000-000000000000 | SSSSSSSSSSSS | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 |
@@ -101,7 +101,7 @@ PrintOutEsrtEntry (
}
/**
- Function to print the ESRT table to the debug console
+ Function to print the ESRT table to the debug console.
@param[in] Table - Pointer to the ESRT table
**/