[AMD Official Use Only - General] Reviewed-by: Abner Chang <[email protected]>
> -----Original Message----- > From: Chesley, Brit <[email protected]> > Sent: Thursday, May 2, 2024 3:05 AM > To: [email protected] > Cc: Chang, Abner <[email protected]>; Attar, AbdulLateef (Abdul > Lateef) <[email protected]> > Subject: [PATCH v1 1/6] MdePkg/SpiConfiguration: Correct the definition > spelling > > From: Abner Chang <[email protected]> > > Cc: Abner Chang <[email protected]> > Cc: Abdul Lateef Attar <[email protected]> > Signed-off-by: Brit Chesley <[email protected]> > --- > MdePkg/Include/Protocol/SpiConfiguration.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MdePkg/Include/Protocol/SpiConfiguration.h > b/MdePkg/Include/Protocol/SpiConfiguration.h > index 120b54bbad8e..cd7c1dd71ee9 100644 > --- a/MdePkg/Include/Protocol/SpiConfiguration.h > +++ b/MdePkg/Include/Protocol/SpiConfiguration.h > @@ -173,8 +173,8 @@ typedef struct _EFI_SPI_BUS { > /// Definitions of SPI Part Attributes. > /// > #define SPI_PART_SUPPORTS_2_BIT_DATA_BUS_WIDTH BIT0 > -#define SPI_PART_SUPPORTS_4_B1T_DATA_BUS_WIDTH BIT1 > -#define SPI_PART_SUPPORTS_8_B1T_DATA_BUS_WIDTH BIT2 > +#define SPI_PART_SUPPORTS_4_BIT_DATA_BUS_WIDTH BIT1 > +#define SPI_PART_SUPPORTS_8_BIT_DATA_BUS_WIDTH BIT2 > > /// > /// The EFI_SPI_PERIPHERAL data structure describes how a specific block of > -- > 2.42.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118492): https://edk2.groups.io/g/devel/message/118492 Mute This Topic: https://groups.io/mt/105849124/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
