From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.196.1637771027060681758 for ; Wed, 24 Nov 2021 08:23:49 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 714841042; Wed, 24 Nov 2021 08:23:49 -0800 (PST) Received: from e126645.nice.arm.com (e126645.nice.arm.com [10.34.125.4]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B2A293F66F; Wed, 24 Nov 2021 08:23:48 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Sami Mujawar Subject: [PATCH edk2-platforms v1 09/10] Platform/ARM: Fix Ecc error 9005 Date: Wed, 24 Nov 2021 17:23:29 +0100 Message-Id: <20211124162330.236813-10-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211124162330.236813-1-Pierre.Gondois@arm.com> References: <20211124162330.236813-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois 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 Signed-off-by: Pierre Gondois --- .../ArmVExpressPciHostBridgeLib/ArmVExpressPciHostBridgeLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/VExpressPkg/Library/ArmVExpressPciHostBridgeLib= /ArmVExpressPciHostBridgeLib.c b/Platform/ARM/VExpressPkg/Library/ArmVExp= ressPciHostBridgeLib/ArmVExpressPciHostBridgeLib.c index 54add33b8912..4f6e0c5c44b8 100644 --- a/Platform/ARM/VExpressPkg/Library/ArmVExpressPciHostBridgeLib/ArmVEx= pressPciHostBridgeLib.c +++ b/Platform/ARM/VExpressPkg/Library/ArmVExpressPciHostBridgeLib/ArmVEx= pressPciHostBridgeLib.c @@ -106,7 +106,7 @@ STATIC CONST CHAR16 mAcpiAddrSpaceTypeStr[][4] =3D { @param [out] Count Return the count of root bridge instances. - @returns All the root bridge instances in an array. + @return All the root bridge instances in an array. The array should be passed into PciHostBridgeFreeRootBridges(= ) when it's not used. **/ -- 2.25.1