]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: Fix Ecc error 9005 in CpuDxe
authorPierre Gondois <Pierre.Gondois@arm.com>
Mon, 21 Dec 2020 16:48:55 +0000 (16:48 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 15 Apr 2021 19:53:39 +0000 (19:53 +0000)
This patch fixes the following Ecc reported error:
Only Doxygen commands '@bug', '@todo', '@example', '@file',
'@attention', '@param', '@post', '@pre', '@retval', '@return',
'@sa', '@since', '@test', '@note', '@par', '@endcode', '@code',
'@{', '@}' are allowed to mark the code

This patch removes the ":" character following the "@param"
doxygen command.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ArmPkg/Drivers/CpuDxe/CpuMpCore.c

index d16ae3979207966e716054bf3f3c675775ba257c..8a9e8c2fa3a2d2166b5d7f84c5fdfb157c52c81f 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 *\r
-*  Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2011-2021, Arm Limited. All rights reserved.<BR>\r
 *\r
 *  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 *\r
@@ -32,7 +32,7 @@ ARM_PROCESSOR_TABLE mArmProcessorTableTemplate = {
 };\r
 \r
 /** Publish ARM Processor Data table in UEFI SYSTEM Table.\r
- * @param:  HobStart               Pointer to the beginning of the HOB List from PEI.\r
+ * @param  HobStart               Pointer to the beginning of the HOB List from PEI.\r
  *\r
  * Description : This function iterates through HOB list and finds ARM processor Table Entry HOB.\r
  *               If  the ARM processor Table Entry HOB is found, the HOB data is copied to run-time memory\r