[AMD Official Use Only - General] Reviewed-by: Abner Chang <[email protected]>
> -----Original Message----- > From: Konstantin Aladyshev <[email protected]> > Sent: Monday, October 16, 2023 9:18 PM > To: [email protected] > Cc: [email protected]; [email protected]; > [email protected]; Chang, Abner <[email protected]>; Konstantin > Aladyshev <[email protected]> > Subject: [PATCH 1/2] MdePkg/Mctp.h: Correct typo in structure member > name > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > Correct MCTP_TRANSPORT_HEADER structure field 'SourceEndpointIdId' to > 'SourceEndpointId'. > > Signed-off-by: Abner Chang <[email protected]> > Signed-off-by: Konstantin Aladyshev <[email protected]> > --- > MdePkg/Include/IndustryStandard/Mctp.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdePkg/Include/IndustryStandard/Mctp.h > b/MdePkg/Include/IndustryStandard/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. > > UINT32 Reserved : 4; ///< Reserved for future > definitions. > > UINT32 DestinationEndpointId : 8; ///< Destination endpoint Id (EID). > > - UINT32 SourceEndpointIdId : 8; ///< Source endpoint Id (EID) > > + UINT32 SourceEndpointId : 8; ///< Source endpoint Id (EID) > > UINT32 MessageTag : 3; ///< Check the MCTP Base > specification for > the > > ///< usages. > > UINT32 TagOwner : 1; ///< Tag owner identifies the > message was > > -- > 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109709): https://edk2.groups.io/g/devel/message/109709 Mute This Topic: https://groups.io/mt/101994932/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
