From nobody Fri Oct 11 21:16:32 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+114423+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+114423+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1706196136; cv=none; d=zohomail.com; s=zohoarc; b=BvTlK2vyXyhLNcOjmrs8+YJ3IQJtNo/pLLlH2N5VRxS1Bshk3HlgnTOcvkFuZntAk9TvfISxH4JCSv1ikKEJS94DgzhM0878okeQcFhmmIgrFDcccvrySI0m7IYgpWm9c6djRkzCFMSSJrnqcglP2CFCc8jSZ5Jvm+MrdPwFlKA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1706196136; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Reply-To:References:Sender:Subject:Subject:To:To:Message-Id; bh=6wnHZ9+QN+ElRTcPjbeRYBE2dJ4jMnrG89TJu/qNnmc=; b=Rj3XNLlm6ng6aFVx2ZHVxmHnvECRcigvhVDPCYbl+twcyhzsA4qHwNcBIryUqvgU9u9uTTmxxx62ngaPY0fXPNTBbyPlc0ZD0f5k2mUE/IJ+PPrf3ZbsOEb2y1nk3EroM9oFpRfh2y5CdorMRHykkgTIxz81xWOoqsQcmXaiBvg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+114423+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1706196136263207.4897793635024; Thu, 25 Jan 2024 07:22:16 -0800 (PST) Return-Path: DKIM-Signature: a=rsa-sha256; bh=21cVCEUCCvKt+Wx2CtjAIzujEapXkq/mX1vd4/S7qRI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1706196136; v=1; b=VlxINKEEakTRnDIMiQxVsDPBXArxpkJTTgwt5heQgYdbnwgkZl8ipYQD9WyYct43OQmZonAk sFWzf2TwEkEGgXAnfaiJ920dNHsmoSs30i7wEeS3xQiEOhiB6XG2cfgPYzgeGxqMU6NX9hYWGlc A2WEt1hRaJFrP/63koqE6fzI= X-Received: by 127.0.0.2 with SMTP id hixcYY1788612x2bqdqlibso; Thu, 25 Jan 2024 07:22:16 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.20380.1706196135328178393 for ; Thu, 25 Jan 2024 07:22:15 -0800 X-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 71688FEC; Thu, 25 Jan 2024 07:22:59 -0800 (PST) X-Received: from e126645.arm.com (unknown [10.57.47.22]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 04C883F5A1; Thu, 25 Jan 2024 07:22:13 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Sami Mujawar , Thomas Abraham , Pierre Gondois Subject: [edk2-devel] [PATCH v5 1/4] Platform/ARM: Juno: Fix typo Date: Thu, 25 Jan 2024 16:21:40 +0100 Message-Id: <20240125152143.624231-2-Pierre.Gondois@arm.com> In-Reply-To: <20240125152143.624231-1-Pierre.Gondois@arm.com> References: <20240125152143.624231-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 3ntwrfDJPhWLHss2j6cZW05rx1787277AA= Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1706196137211100007 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois Fix a typo. Reviewed-by: Sami Mujawar Signed-off-by: Pierre Gondois --- .../ConfigurationManagerDxe/ConfigurationManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManager= Dxe/ConfigurationManager.c b/Platform/ARM/JunoPkg/ConfigurationManager/Conf= igurationManagerDxe/ConfigurationManager.c index 91f035480dcf..2fdb15cc4caf 100644 --- a/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/Con= figurationManager.c +++ b/Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/Con= figurationManager.c @@ -993,7 +993,7 @@ GetGicCInfo ( return EFI_NOT_FOUND; } =20 -/** Return Lpi State Infor. +/** Return Lpi State Info. =20 @param [in] This Pointer to the Configuration Manager Pro= tocol. @param [in] CmObjectId The Object ID of the CM object requested --=20 2.25.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#114423): https://edk2.groups.io/g/devel/message/114423 Mute This Topic: https://groups.io/mt/103955617/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-