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>
This commit is contained in:
@@ -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.
|
||||
|
||||
**/
|
||||
|
Reference in New Issue
Block a user