]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: Fix ECC error 9002 in CoreMemoryAllocationLib
authorSami Mujawar <sami.mujawar@arm.com>
Mon, 7 Dec 2020 12:46:04 +0000 (12:46 +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/StandaloneMmCoreMemoryAllocationLib/StandaloneMmCoreMemoryAllocationLib.c

index eb3d772e18c5bf54f3b2f210d53c5821b3358eb4..8fbd4d9347849b2771bb402626f02f9402df8a76 100644 (file)
@@ -2,7 +2,7 @@
   Support routines for memory allocation routines based on Standalone MM Core internal functions.\r
 \r
   Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
-  Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
+  Copyright (c) 2016 - 2021, ARM Limited. All rights reserved.<BR>\r
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -822,8 +822,8 @@ FreePool (
   The constructor function calls MmInitializeMemoryServices to initialize\r
   memory in MMRAM and caches EFI_MM_SYSTEM_TABLE pointer.\r
 \r
-  @param  ImageHandle   The firmware allocated handle for the EFI image.\r
-  @param  SystemTable   A pointer to the Management mode System Table.\r
+  @param  [in]  ImageHandle     The firmware allocated handle for the EFI image.\r
+  @param  [in]  MmSystemTable   A pointer to the Management mode System Table.\r
 \r
   @retval EFI_SUCCESS   The constructor always returns EFI_SUCCESS.\r
 \r