summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg/Core/FwVol.c
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2020-12-07 12:37:54 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-01-07 11:13:39 +0000
commitb2b02a484344ea10539f9c3c8fd86feeb46773f8 (patch)
tree27a50d6b489c77317c011ec0f997968e9911433d /StandaloneMmPkg/Core/FwVol.c
parent6027747aae7d29c3c2030cdb7ab4bf441d61c39f (diff)
downloadedk2-b2b02a484344ea10539f9c3c8fd86feeb46773f8.tar.gz
edk2-b2b02a484344ea10539f9c3c8fd86feeb46773f8.tar.bz2
edk2-b2b02a484344ea10539f9c3c8fd86feeb46773f8.zip
StandaloneMmPkg: Fix ECC error 9001 in Standalone MM Core
Bugzilla: 3150 (https://bugzilla.tianocore.org/show_bug.cgi?id=3150) Fix the ECC reported error "[9001] The file 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>
Diffstat (limited to 'StandaloneMmPkg/Core/FwVol.c')
-rw-r--r--StandaloneMmPkg/Core/FwVol.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/StandaloneMmPkg/Core/FwVol.c b/StandaloneMmPkg/Core/FwVol.c
index 6148e58e18..70cb8e71df 100644
--- a/StandaloneMmPkg/Core/FwVol.c
+++ b/StandaloneMmPkg/Core/FwVol.c
@@ -1,8 +1,9 @@
-/**@file
+/** @file
+ Firmware volume helper interfaces.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
-Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.<BR>
-SPDX-License-Identifier: BSD-2-Clause-Patent
+ Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.<BR>
+ SPDX-License-Identifier: BSD-2-Clause-Patent
**/