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 AC19F9417F4 for ; Mon, 16 Oct 2023 13:18:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=FDhCDxZ5BhctmOMfoWum8Fhv3X+2y5SbO/iIF6yiqlc=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id: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=1697462280; v=1; b=bs+ubSlnLVBXDqqQe3wHkdpt4SoOOGHxfadQI6nf2zeZz6X2LBhLV2CsiCobWkIWpAXKdU+c sqBVTzqhmTAGFjmPG7vrVl0FBs/uGnSej+6BtLgImLBs9SHJdi1fllW45vCbqdfLxoFvFPNzuof wZPG2bArjdRIUY9HWCH0ixyI= X-Received: by 127.0.0.2 with SMTP id FGN9YY7687511xT41LJgyZAT; Mon, 16 Oct 2023 06:18:00 -0700 X-Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) by mx.groups.io with SMTP id smtpd.web11.123851.1697462279125205333 for ; Mon, 16 Oct 2023 06:17:59 -0700 X-Received: by mail-lj1-f176.google.com with SMTP id 38308e7fff4ca-2c504a5e1deso45304651fa.2 for ; Mon, 16 Oct 2023 06:17:58 -0700 (PDT) X-Gm-Message-State: jdJmI6OR8iy8Jucy4VxQfcmtx7686176AA= X-Google-Smtp-Source: AGHT+IEWTajbNOUZlj42mc1hRf1ZlhKt/IrbnbtrXFgWsqoTUba4BhfVQbFiwZe3JrUYL57ihh1NGQ== X-Received: by 2002:a2e:9c92:0:b0:2c5:2182:48db with SMTP id x18-20020a2e9c92000000b002c5218248dbmr2610432lji.20.1697462276763; Mon, 16 Oct 2023 06:17:56 -0700 (PDT) X-Received: from PC10319.67 ([82.97.198.254]) by smtp.googlemail.com with ESMTPSA id y15-20020a05651c106f00b002bb99bd0865sm1305218ljm.38.2023.10.16.06.17.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Oct 2023 06:17:56 -0700 (PDT) From: "Konstantin Aladyshev" To: devel@edk2.groups.io Cc: michael.d.kinney@intel.com, gaoliming@byosoft.com.cn, zhiguang.liu@intel.com, abner.chang@amd.com, Konstantin Aladyshev Subject: [edk2-devel] [PATCH 1/2] MdePkg/Mctp.h: Correct typo in structure member name Date: Mon, 16 Oct 2023 16:17:51 +0300 Message-Id: <20231016131753.6598-1-aladyshev22@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,aladyshev22@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=bs+ubSln; 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 Correct MCTP_TRANSPORT_HEADER structure field 'SourceEndpointIdId' to 'SourceEndpointId'. Signed-off-by: Abner Chang Signed-off-by: Konstantin Aladyshev --- MdePkg/Include/IndustryStandard/Mctp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/IndustryStandard/Mctp.h b/MdePkg/Include/Indust= ryStandard/Mctp.h index 5e603b9cf6..1c86cc627e 100644 --- a/MdePkg/Include/IndustryStandard/Mctp.h +++ b/MdePkg/Include/IndustryStandard/Mctp.h @@ -111,7 +111,7 @@ typedef union { UINT32 HeaderVersion : 4; ///< The version of header.=0D UINT32 Reserved : 4; ///< Reserved for future definiti= ons.=0D UINT32 DestinationEndpointId : 8; ///< Destination endpoint Id (EID= ).=0D - UINT32 SourceEndpointIdId : 8; ///< Source endpoint Id (EID)=0D + UINT32 SourceEndpointId : 8; ///< Source endpoint Id (EID)=0D UINT32 MessageTag : 3; ///< Check the MCTP Base specific= ation for the=0D ///< usages.=0D UINT32 TagOwner : 1; ///< Tag owner identifies the mes= sage was=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109631): https://edk2.groups.io/g/devel/message/109631 Mute This Topic: https://groups.io/mt/101994932/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-