mirror of https://github.com/acidanthera/audk.git
StandaloneMmPkg: Fix ECC error 9003 in StandaloneMmCoreEntryPoint
Bugzilla: 3150 (https://bugzilla.tianocore.org/show_bug.cgi?id=3150) Fix the ECC reported error "[9003] The first line of text in a comment block should be a brief description of the element being documented and the brief description must end with a period. Comment description should end with period '.'". Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Acked-by: Jiewen Yao <Jiewen.yao@intel.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
parent
4779bc6c0b
commit
561c363074
|
@ -40,9 +40,10 @@ PI_MM_ARM_TF_CPU_DRIVER_ENTRYPOINT CpuDriverEntryPoint = NULL;
|
|||
|
||||
/**
|
||||
Retrieve a pointer to and print the boot information passed by privileged
|
||||
secure firmware
|
||||
secure firmware.
|
||||
|
||||
@param SharedBufAddress The pointer memory shared with privileged firmware
|
||||
@param [in] SharedBufAddress The pointer memory shared with privileged
|
||||
firmware.
|
||||
|
||||
**/
|
||||
EFI_SECURE_PARTITION_BOOT_INFO *
|
||||
|
|
Loading…
Reference in New Issue