]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: Fix ECC error 9002 in Core dispatcher
authorSami Mujawar <sami.mujawar@arm.com>
Thu, 3 Dec 2020 12:41:43 +0000 (12:41 +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 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>
StandaloneMmPkg/Core/Dispatcher.c

index 0cc70db1cecbd7c312aee6572ede04a35c70e0b6..dbd5332fa9d362194056c6c8227929e705031eb8 100644 (file)
@@ -834,18 +834,14 @@ FvIsBeingProcessed (
   The Discovered list is never freed and contains booleans that represent the\r
   other possible MM driver states.\r
 \r
-  @param  Fv                    Fv protocol, needed to read Depex info out of\r
-                                FLASH.\r
-  @param  FvHandle              Handle for Fv, needed in the\r
-                                EFI_MM_DRIVER_ENTRY so that the PE image can be\r
-                                read out of the FV at a later time.\r
-  @param  DriverName            Name of driver to add to mDiscoveredList.\r
+  @param [in]   FwVolHeader     Pointer to the formware volume header.\r
+  @param [in]   Pe32Data        Pointer to the PE data.\r
+  @param [in]   Pe32DataSize    Size of the PE data.\r
+  @param [in]   Depex           Pointer to the Depex info.\r
+  @param [in]   DepexSize       Size of the Depex info.\r
+  @param [in]   DriverName      Name of driver to add to mDiscoveredList.\r
 \r
   @retval EFI_SUCCESS           If driver was added to the mDiscoveredList.\r
-  @retval EFI_ALREADY_STARTED   The driver has already been started. Only one\r
-                                DriverName may be active in the system at any one\r
-                                time.\r
-\r
 **/\r
 EFI_STATUS\r
 MmAddToDriverList (\r