diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2020-12-07 12:16:37 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-01-07 11:13:39 +0000 |
commit | 561c36307429c2ec3a925a255ade1b3b2bde6b71 (patch) | |
tree | ee3e0d9661a84a298ffe885438adfc879fd0e261 /StandaloneMmPkg/Library | |
parent | 4779bc6c0bc6709f404d964e81812c784c3f5fa1 (diff) | |
download | edk2-561c36307429c2ec3a925a255ade1b3b2bde6b71.tar.gz edk2-561c36307429c2ec3a925a255ade1b3b2bde6b71.tar.bz2 edk2-561c36307429c2ec3a925a255ade1b3b2bde6b71.zip |
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>
Diffstat (limited to 'StandaloneMmPkg/Library')
-rw-r--r-- | StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/AArch64/StandaloneMmCoreEntryPoint.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/AArch64/StandaloneMmCoreEntryPoint.c b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/AArch64/StandaloneMmCoreEntryPoint.c index a4d0dd0321..59391df724 100644 --- a/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/AArch64/StandaloneMmCoreEntryPoint.c +++ b/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/AArch64/StandaloneMmCoreEntryPoint.c @@ -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 *
|