]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmMemLib
authorSami Mujawar <sami.mujawar@arm.com>
Mon, 7 Dec 2020 12:03:20 +0000 (12:03 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 7 Jan 2021 11:13:39 +0000 (11:13 +0000)
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".

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>
StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.c

index f0015f8dff2795239b7cf527df54b1873abb0cb9..b533bd8390cd1efe90bd447a8987c5eee491f6c0 100644 (file)
@@ -240,8 +240,8 @@ MmSetMem (
 /**\r
   The constructor function initializes the Mm Mem library\r
 \r
-  @param  ImageHandle   The firmware allocated handle for the EFI image.\r
-  @param  SystemTable   A pointer to the EFI System Table.\r
+  @param  [in]  ImageHandle     The firmware allocated handle for the EFI image.\r
+  @param  [in]  MmSystemTable   A pointer to the EFI System Table.\r
 \r
   @retval EFI_SUCCESS   The constructor always returns EFI_SUCCESS.\r
 \r