]> git.proxmox.com Git - mirror_edk2.git/commit
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)
commitea61e597e13d61f25496b3eaa4fb0c7977f9ce94
treeb6d4951892ce600d7fc98383bc8dbd52a9427393
parent0fc54a6a55990e58dbf1f9cd52ff19939c228710
ArmPkg: Fix Ecc error 9005 in CpuDxe

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