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 15102740032 for ; Thu, 14 Dec 2023 23:25:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=duPIRRFrZ2vXqBqG8u2mo9/BHtk/et9zuiuGJSff4LE=; 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=1702596305; v=1; b=R11kHrtjru5335OjWf5ys0zunCBEQqoeRsJEK00ArerYZ87WS+3Ge9jVWbpI5v1Up2V/QPBz Dxi+UXgvdV5K7RWwxNa9NBIlity1sNdCgpnJKVKdv1Ih7ldTCqQVS/j3eONX6KZ8q3a/Vfwjl+a O/76WweuptF6gzj7suP+1G4A= X-Received: by 127.0.0.2 with SMTP id auweYY7687511xJgn94l9hKc; Thu, 14 Dec 2023 15:25:05 -0800 X-Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) by mx.groups.io with SMTP id smtpd.web11.44949.1702596304756654410 for ; Thu, 14 Dec 2023 15:25:05 -0800 X-Received: by mail-lf1-f50.google.com with SMTP id 2adb3069b0e04-50bf26b677dso27042e87.2 for ; Thu, 14 Dec 2023 15:25:04 -0800 (PST) X-Gm-Message-State: z6FVapiLTLLlXw0SGCDkI5zXx7686176AA= X-Google-Smtp-Source: AGHT+IErhwjVxJzK9YvceRBvGT05hwRJOqYAIFdKKCAwpi7bCxcr98zg7Tw6dzKpQUDAhy4WNm2Nlg== X-Received: by 2002:a05:6512:15a0:b0:50b:f84a:539d with SMTP id bp32-20020a05651215a000b0050bf84a539dmr3810404lfb.19.1702596302556; Thu, 14 Dec 2023 15:25:02 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id j24-20020ac24558000000b0050bfe5815e7sm1973119lfm.165.2023.12.14.15.25.01 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Thu, 14 Dec 2023 15:25:02 -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 v2 01/14] RedfishPkg: fix RedfishPlatformHostInterfaceLib library class name typo. Date: Fri, 15 Dec 2023 02:24:45 +0300 Message-Id: <20231214232458.4636-2-mike.maslenkin@gmail.com> In-Reply-To: <20231214232458.4636-1-mike.maslenkin@gmail.com> References: <20231214232458.4636-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=R11kHrtj; 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 PlatformHostInterfaceBmcUsbNicLib is the library instance name not the class name. Cc: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy Signed-off-by: Mike Maslenkin --- .../PlatformHostInterfaceBmcUsbNicLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformH= ostInterfaceBmcUsbNicLib.inf b/RedfishPkg/Library/PlatformHostInterfaceBmcU= sbNicLib/PlatformHostInterfaceBmcUsbNicLib.inf index 838a1721a7ae..3660249a3588 100644 --- a/RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInte= rfaceBmcUsbNicLib.inf +++ b/RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInte= rfaceBmcUsbNicLib.inf @@ -14,7 +14,7 @@ FILE_GUID =3D C4837B58-225E-4352-8FDC-4C52A5D65891= =0D MODULE_TYPE =3D DXE_DRIVER=0D VERSION_STRING =3D 1.0=0D - LIBRARY_CLASS =3D PlatformHostInterfaceBmcUsbNicLib=0D + LIBRARY_CLASS =3D RedfishPlatformHostInterfaceLib=0D =0D [Sources]=0D PlatformHostInterfaceBmcUsbNicLib.c=0D --=20 2.32.0 (Apple Git-132) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112550): https://edk2.groups.io/g/devel/message/112550 Mute This Topic: https://groups.io/mt/103181036/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-