From b2b02a484344ea10539f9c3c8fd86feeb46773f8 Mon Sep 17 00:00:00 2001 From: Sami Mujawar Date: Mon, 7 Dec 2020 12:37:54 +0000 Subject: [PATCH] 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 Acked-by: Jiewen Yao Acked-by: Ard Biesheuvel Reviewed-by: Liming Gao --- StandaloneMmPkg/Core/FwVol.c | 9 +++++---- 1 file 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.
-Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.
-SPDX-License-Identifier: BSD-2-Clause-Patent + Copyright (c) 2015, Intel Corporation. All rights reserved.
+ Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent **/