MdeModulePkg SmbiosMeasurementDxe: Correct the comments
1. Correct the return comments of entrypoint function. 2. Add parameters' comments for MeasureSmbiosTable(). 3. Correct the Protocols and Guids usage comments in SmbiosMeasurementDxe.inf. Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18695 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -432,7 +432,11 @@ FilterSmbiosTable (
|
||||
}
|
||||
|
||||
/**
|
||||
Measure SMBIOS with EV_EFI_HANDOFF_TABLES to PCR[1]
|
||||
Measure SMBIOS with EV_EFI_HANDOFF_TABLES to PCR[1].
|
||||
|
||||
@param[in] Event Event whose notification function is being invoked.
|
||||
@param[in] Context Pointer to the notification function's context.
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
@@ -575,8 +579,7 @@ MeasureSmbiosTable (
|
||||
@param ImageHandle Module's image handle
|
||||
@param SystemTable Pointer of EFI_SYSTEM_TABLE
|
||||
|
||||
@retval EFI_SUCCESS Smbios protocol installed
|
||||
@retval Other No protocol installed, unload driver.
|
||||
@return Status returned from EfiCreateEventReadyToBootEx().
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
Reference in New Issue
Block a user