summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2020-12-03 12:41:43 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-01-07 11:13:39 +0000
commitc6fa62aaccb45eb75e70489fe6c8262518c60a9e (patch)
treed9c3f65e075e7a2e513f32a3ac892d194d37f9a4 /StandaloneMmPkg
parentda29388b5343a2e5e7af3bf4e5de6bbf3a06f218 (diff)
downloadedk2-c6fa62aaccb45eb75e70489fe6c8262518c60a9e.tar.gz
edk2-c6fa62aaccb45eb75e70489fe6c8262518c60a9e.tar.bz2
edk2-c6fa62aaccb45eb75e70489fe6c8262518c60a9e.zip
StandaloneMmPkg: Fix ECC error 9002 in Core dispatcher
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>
Diffstat (limited to 'StandaloneMmPkg')
-rw-r--r--StandaloneMmPkg/Core/Dispatcher.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/StandaloneMmPkg/Core/Dispatcher.c b/StandaloneMmPkg/Core/Dispatcher.c
index 0cc70db1ce..dbd5332fa9 100644
--- a/StandaloneMmPkg/Core/Dispatcher.c
+++ b/StandaloneMmPkg/Core/Dispatcher.c
@@ -834,18 +834,14 @@ FvIsBeingProcessed (
The Discovered list is never freed and contains booleans that represent the
other possible MM driver states.
- @param Fv Fv protocol, needed to read Depex info out of
- FLASH.
- @param FvHandle Handle for Fv, needed in the
- EFI_MM_DRIVER_ENTRY so that the PE image can be
- read out of the FV at a later time.
- @param DriverName Name of driver to add to mDiscoveredList.
+ @param [in] FwVolHeader Pointer to the formware volume header.
+ @param [in] Pe32Data Pointer to the PE data.
+ @param [in] Pe32DataSize Size of the PE data.
+ @param [in] Depex Pointer to the Depex info.
+ @param [in] DepexSize Size of the Depex info.
+ @param [in] DriverName Name of driver to add to mDiscoveredList.
@retval EFI_SUCCESS If driver was added to the mDiscoveredList.
- @retval EFI_ALREADY_STARTED The driver has already been started. Only one
- DriverName may be active in the system at any one
- time.
-
**/
EFI_STATUS
MmAddToDriverList (