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 410FED80591 for ; Sun, 24 Dec 2023 22:59:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=cIh8uQlxYbpgYZPcobe1BhpGyUzZfCXoXwr7oeCiDSs=; 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=1703458775; v=1; b=V1lrqKL/SouFaDGZLxDntLieEAejIQmLARcX4qTMBAtjegElEOsRdNAkth46Bq2Myeowemzr ByjU2VZ8UvALqym+M+h9d32hintjtq2wjKjrCsr5F0vksfTunv7JNwg54tY4hpNLeEFGYSRHeHd IjnrbyRkOiTbElDF/fU0asxU= X-Received: by 127.0.0.2 with SMTP id YRPxYY7687511xHjiTbS6eh4; Sun, 24 Dec 2023 14:59:35 -0800 X-Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) by mx.groups.io with SMTP id smtpd.web10.35940.1703458774578962607 for ; Sun, 24 Dec 2023 14:59:34 -0800 X-Received: by mail-lf1-f53.google.com with SMTP id 2adb3069b0e04-50e6a806e4aso1943964e87.1 for ; Sun, 24 Dec 2023 14:59:34 -0800 (PST) X-Gm-Message-State: 1xbRC4YBW3R2epuir27BPNW6x7686176AA= X-Google-Smtp-Source: AGHT+IHS4iohHcB2e3H/Pvdu43IyEJaehaX4OvpvVl/OfXCOG/gyo/A3boqEKTV0u6RUCu6OnfrSXg== X-Received: by 2002:a05:6512:3294:b0:50e:73a1:f513 with SMTP id p20-20020a056512329400b0050e73a1f513mr711726lfe.73.1703458772573; Sun, 24 Dec 2023 14:59:32 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id be44-20020a056512252c00b0050e78f5178asm326596lfb.262.2023.12.24.14.59.31 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Sun, 24 Dec 2023 14:59:32 -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] [PATCH v3 02/16] RedfishPkg: fix RedfishPlatformCredentialLib library class name typo. Date: Mon, 25 Dec 2023 01:59:13 +0300 Message-Id: <20231224225927.9119-3-mike.maslenkin@gmail.com> In-Reply-To: <20231224225927.9119-1-mike.maslenkin@gmail.com> References: <20231224225927.9119-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="V1lrqKL/"; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) RedfishPlatformCredentialIpmiLib is the library instance name not the class name. Cc: Nickle Wang Cc: Igor Kulchytskyy Signed-off-by: Mike Maslenkin Reviewed-by: Abner Chang --- .../RedfishPlatformCredentialIpmiLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPla= tformCredentialIpmiLib.inf b/RedfishPkg/Library/RedfishPlatformCredentialIp= miLib/RedfishPlatformCredentialIpmiLib.inf index 5c20ea22f894..935461e1dcd0 100644 --- a/RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCr= edentialIpmiLib.inf +++ b/RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCr= edentialIpmiLib.inf @@ -13,7 +13,7 @@ FILE_GUID =3D 9C45D622-4C66-417F-814C-F76246D97233= =0D MODULE_TYPE =3D DXE_DRIVER=0D VERSION_STRING =3D 1.0=0D - LIBRARY_CLASS =3D RedfishPlatformCredentialIpmiLib=0D + LIBRARY_CLASS =3D RedfishPlatformCredentialLib=0D =0D [Sources]=0D RedfishPlatformCredentialIpmiLib.c=0D --=20 2.32.0 (Apple Git-132) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112861): https://edk2.groups.io/g/devel/message/112861 Mute This Topic: https://groups.io/mt/103354121/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-