From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 4D517AC0104 for ; Fri, 15 Dec 2023 00:04:23 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=6Hrp+ZkztxuTTqzOKVFvJ5S4gJm2Sl55eJKHLCvoZJ0=; 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=1702598662; v=1; b=GG1348nORJN9oJ6Uq2MwIG6B6UAmuPENT15NTIq4t8o/Y1btBjUm0GuHcW/Rog55ZkQuXbEb QkzyK7DbALhN8Im0dd2ze8HySn0TB1FN6t2OwylcSEovZB0Dk/woI0PvCPc9ETroUHJtu7GvFWc Q4L4m+4tpItRWjsSitnD9CFo= X-Received: by 127.0.0.2 with SMTP id iV5RYY7687511xnG4sRJFlT1; Thu, 14 Dec 2023 16:04:22 -0800 X-Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by mx.groups.io with SMTP id smtpd.web11.45726.1702598660789953839 for ; Thu, 14 Dec 2023 16:04:21 -0800 X-Received: by mail-lf1-f48.google.com with SMTP id 2adb3069b0e04-50c222a022dso69980e87.1 for ; Thu, 14 Dec 2023 16:04:20 -0800 (PST) X-Gm-Message-State: EsDCpd15lWnQgFcdY3wdi6vcx7686176AA= X-Google-Smtp-Source: AGHT+IGFqdqknO1FvO57Q/4fNct2r2bniWTx8sgfH+DeRHesXcvJNTeE/L4i9WcbXVWYlPBQ1TFlHA== X-Received: by 2002:a05:6512:1310:b0:50e:707:1dfc with SMTP id x16-20020a056512131000b0050e07071dfcmr3395814lfu.72.1702598658921; Thu, 14 Dec 2023 16:04:18 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id n11-20020a0565120acb00b0050be6038170sm1991256lfu.48.2023.12.14.16.04.18 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Thu, 14 Dec 2023 16:04:18 -0800 (PST) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [edk2-redfish-client][PATCH 2/4] RedfishClientPkg: fix typo in EfiRestJsonStructureProtocolIsReady Date: Fri, 15 Dec 2023 03:03:58 +0300 Message-Id: <20231215000400.5311-3-mike.maslenkin@gmail.com> In-Reply-To: <20231215000400.5311-1-mike.maslenkin@gmail.com> References: <20231215000400.5311-1-mike.maslenkin@gmail.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,mike.maslenkin@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=GG1348nO; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Cc: Abner Chang Cc: Igor Kulchytskyy Cc: Nickle Wang Signed-off-by: Mike Maslenkin --- RedfishClientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RedfishClientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c b/RedfishC= lientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c index 8b9bdc313832..85dc546120e2 100644 --- a/RedfishClientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c +++ b/RedfishClientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c @@ -562,7 +562,7 @@ EDKII_REDFISH_CONFIG_HANDLER_PROTOCOL mRedfishConfigHa= ndler =3D { **/=0D VOID=0D EFIAPI=0D -EfiRestJasonStructureProtocolIsReady (=0D +EfiRestJsonStructureProtocolIsReady (=0D IN EFI_EVENT Event,=0D IN VOID *Context=0D )=0D @@ -829,7 +829,7 @@ RedfishResourceEntryPoint ( EfiCreateProtocolNotifyEvent (=0D &gEfiRestJsonStructureProtocolGuid,=0D TPL_CALLBACK,=0D - EfiRestJasonStructureProtocolIsReady,=0D + EfiRestJsonStructureProtocolIsReady,=0D NULL,=0D &Registration=0D );=0D --=20 2.32.0 (Apple Git-132) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112575): https://edk2.groups.io/g/devel/message/112575 Mute This Topic: https://groups.io/mt/103181639/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-