From nobody Mon Feb 9 16:19:23 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1530118151338637.3688935244095; Wed, 27 Jun 2018 09:49:11 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id CF829202E541D; Wed, 27 Jun 2018 09:48:59 -0700 (PDT) Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 62CD5202E53ED for ; Wed, 27 Jun 2018 09:48:57 -0700 (PDT) Received: from E107187.Emea.Arm.com (E107187.Emea.Arm.com [10.1.206.129]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id w5RGmrcR010379; Wed, 27 Jun 2018 17:48:55 +0100 X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.96.140; helo=cam-smtp0.cambridge.arm.com; envelope-from=sami.mujawar@arm.com; receiver=edk2-devel@lists.01.org From: Sami Mujawar To: edk2-devel@lists.01.org Date: Wed, 27 Jun 2018 17:48:44 +0100 Message-Id: <20180627164848.24124-3-sami.mujawar@arm.com> X-Mailer: git-send-email 2.11.0.windows.3 In-Reply-To: <20180627164848.24124-1-sami.mujawar@arm.com> References: <20180627164848.24124-1-sami.mujawar@arm.com> Subject: [edk2] [PATCH edk2-platforms v1 2/6][platforms/devel-dynamictables] Platform/ARM: FVP: Fix function documentation X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: nd@arm.com, Arvind Chauhan , Stephanie.Hughes-Fitt@arm.com MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Fixed function documentation issues reported by ecc tool. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Sami Mujawar --- Notes: v1: - Fix ecc tool reported issues [SAMI] Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/Conf= igurationManager.c | 84 ++++++++++---------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationMan= agerDxe/ConfigurationManager.c b/Platform/ARM/VExpressPkg/ConfigurationMana= ger/ConfigurationManagerDxe/ConfigurationManager.c index 2e1be34acf49962fd1899d84dec96c8cb9155b2c..a67a09cb6c197a14b376d4a8ef9= a90e438efb2bb 100644 --- a/Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe= /ConfigurationManager.c +++ b/Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe= /ConfigurationManager.c @@ -230,7 +230,7 @@ EFI_PLATFORM_REPOSITORY_INFO VExpressPlatRepositoryInfo= =3D { =20 @retval EFI_SUCCESS Success -*/ +**/ STATIC EFI_STATUS EFIAPI @@ -243,16 +243,16 @@ InitializePlatformRepository ( =20 /** Return a GT Block timer frame info list. =20 - @param [in] This Pointer to the Configuration Manager Protocol. - @param [in] CmObjectId The Configuration Manager Object ID. - @param [in] Token A token for identifying the object - @param [out] CmObject Pointer to the Configuration Manager Object - descriptor describing the requested Object. + @param [in] This Pointer to the Configuration Manager Protoc= ol. + @param [in] CmObjectId The Configuration Manager Object ID. + @param [in] Token A token for identifying the object + @param [in, out] CmObject Pointer to the Configuration Manager Object + descriptor describing the requested Object. =20 @retval EFI_SUCCESS Success. @retval EFI_INVALID_PARAMETER A parameter is invalid. @retval EFI_NOT_FOUND The required object information is not fou= nd. -*/ +**/ EFI_STATUS EFIAPI GetGTBlockTimerFrameInfo ( @@ -283,17 +283,17 @@ GetGTBlockTimerFrameInfo ( =20 /** Return a standard namespace object. =20 - @param [in] This Pointer to the Configuration Manager Protocol. - @param [in] CmObjectId The Configuration Manager Object ID. - @param [in] Token An optional token identifying the object. If - unused this must be CM_NULL_TOKEN. - @param [out] CmObject Pointer to the Configuration Manager Object - descriptor describing the requested Object. + @param [in] This Pointer to the Configuration Manager Protoc= ol. + @param [in] CmObjectId The Configuration Manager Object ID. + @param [in] Token An optional token identifying the object. If + unused this must be CM_NULL_TOKEN. + @param [in, out] CmObject Pointer to the Configuration Manager Object + descriptor describing the requested Object. =20 @retval EFI_SUCCESS Success. @retval EFI_INVALID_PARAMETER A parameter is invalid. @retval EFI_NOT_FOUND The required object information is not fou= nd. -*/ +**/ EFI_STATUS EFIAPI GetStandardNameSpaceObject ( @@ -333,17 +333,17 @@ GetStandardNameSpaceObject ( =20 /** Return an ARM namespace object. =20 - @param [in] This Pointer to the Configuration Manager Protocol. - @param [in] CmObjectId The Configuration Manager Object ID. - @param [in] Token An optional token identifying the object. If - unused this must be CM_NULL_TOKEN. - @param [out] CmObject Pointer to the Configuration Manager Object - descriptor describing the requested Object. + @param [in] This Pointer to the Configuration Manager Protoc= ol. + @param [in] CmObjectId The Configuration Manager Object ID. + @param [in] Token An optional token identifying the object. If + unused this must be CM_NULL_TOKEN. + @param [in, out] CmObject Pointer to the Configuration Manager Object + descriptor describing the requested Object. =20 @retval EFI_SUCCESS Success. @retval EFI_INVALID_PARAMETER A parameter is invalid. @retval EFI_NOT_FOUND The required object information is not fou= nd. -*/ +**/ EFI_STATUS EFIAPI GetArmNameSpaceObject ( @@ -414,12 +414,12 @@ GetArmNameSpaceObject ( =20 /** Return an OEM namespace object. =20 - @param [in] This Pointer to the Configuration Manager Protocol. - @param [in] CmObjectId The Configuration Manager Object ID. - @param [in] Token An optional token identifying the object. If - unused this must be CM_NULL_TOKEN. - @param [out] CmObject Pointer to the Configuration Manager Object - descriptor describing the requested Object. + @param [in] This Pointer to the Configuration Manager Protoc= ol. + @param [in] CmObjectId The Configuration Manager Object ID. + @param [in] Token An optional token identifying the object. If + unused this must be CM_NULL_TOKEN. + @param [in, out] CmObject Pointer to the Configuration Manager Object + descriptor describing the requested Object. =20 @retval EFI_SUCCESS Success. @retval EFI_INVALID_PARAMETER A parameter is invalid. @@ -427,7 +427,7 @@ GetArmNameSpaceObject ( @retval EFI_BAD_BUFFER_SIZE The size returned by the Configuration Man= ager is less than the Object size for the reque= sted object. -*/ +**/ EFI_STATUS EFIAPI GetOemNameSpaceObject ( @@ -465,17 +465,17 @@ GetOemNameSpaceObject ( Configuration Manager Protocol for returning the Configuration Manager Objects. =20 - @param [in] This Pointer to the Configuration Manager Protocol. - @param [in] CmObjectId The Configuration Manager Object ID. - @param [in] Token An optional token identifying the object. If - unused this must be CM_NULL_TOKEN. - @param [out] CmObject Pointer to the Configuration Manager Object - descriptor describing the requested Object. + @param [in] This Pointer to the Configuration Manager Protoc= ol. + @param [in] CmObjectId The Configuration Manager Object ID. + @param [in] Token An optional token identifying the object. If + unused this must be CM_NULL_TOKEN. + @param [in, out] CmObject Pointer to the Configuration Manager Object + descriptor describing the requested Object. =20 @retval EFI_SUCCESS Success. @retval EFI_INVALID_PARAMETER A parameter is invalid. @retval EFI_NOT_FOUND The required object information is not fou= nd. -*/ +**/ EFI_STATUS EFIAPI ArmVExpressPlatformGetObject ( @@ -522,15 +522,15 @@ ArmVExpressPlatformGetObject ( Configuration Manager Protocol for updating the Configuration Manager Objects. =20 - @param [in] This Pointer to the Configuration Manager Protocol. - @param [in] CmObjectId The Configuration Manager Object ID. - @param [in] Token An optional token identifying the object. If - unused this must be CM_NULL_TOKEN. - @param [out] CmObject Pointer to the Configuration Manager Object - descriptor describing the Object. + @param [in] This Pointer to the Configuration Manager Protoc= ol. + @param [in] CmObjectId The Configuration Manager Object ID. + @param [in] Token An optional token identifying the object. If + unused this must be CM_NULL_TOKEN. + @param [in] CmObject Pointer to the Configuration Manager Object + descriptor describing the Object. =20 @retval EFI_UNSUPPORTED This operation is not supported. -*/ +**/ EFI_STATUS EFIAPI ArmVExpressPlatformSetObject ( --=20 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel