StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmCoreEntryPoint
Bugzilla: 3150 (https://bugzilla.tianocore.org/show_bug.cgi?id=3150) Fix the ECC reported error "[9002] The function headers should follow Doxygen special documentation blocks in section 2.3.5 in Comment". 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:
committed by
mergify[bot]
parent
3ae63c2c55
commit
4779bc6c0b
@@ -140,8 +140,9 @@ LocateStandaloneMmCorePeCoffData (
|
||||
Use the boot information passed by privileged firmware to populate a HOB list
|
||||
suitable for consumption by the MM Core and drivers.
|
||||
|
||||
@param CpuDriverEntryPoint Address of MM CPU driver entrypoint
|
||||
@param PayloadBootInfo Boot information passed by privileged firmware
|
||||
@param [in, out] CpuDriverEntryPoint Address of MM CPU driver entrypoint
|
||||
@param [in] PayloadBootInfo Boot information passed by privileged
|
||||
firmware
|
||||
|
||||
**/
|
||||
VOID *
|
||||
@@ -155,9 +156,11 @@ CreateHobListFromBootInfo (
|
||||
/**
|
||||
The entry point of Standalone MM Foundation.
|
||||
|
||||
@param SharedBufAddress Pointer to the Buffer between SPM and SP.
|
||||
@param cookie1.
|
||||
@param cookie2.
|
||||
@param [in] SharedBufAddress Pointer to the Buffer between SPM and SP.
|
||||
@param [in] SharedBufSize Size of the shared buffer.
|
||||
@param [in] cookie1 Cookie 1
|
||||
@param [in] cookie2 Cookie 2
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
|
Reference in New Issue
Block a user