MdePkg/Mctp.h: Correct typo in structure member name

Correct MCTP_TRANSPORT_HEADER structure field 'SourceEndpointIdId' to
'SourceEndpointId'.

Signed-off-by: Abner Chang <abner.chang@amd.com>
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
This commit is contained in:
Konstantin Aladyshev 2023-10-05 19:48:47 +08:00 committed by mergify[bot]
parent 1f21e11168
commit 00dbde5fa4
1 changed files with 1 additions and 1 deletions

View File

@ -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