diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 02:47:51 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 02:47:51 +0000 |
commit | fbfa4a1da7e9b44360d74229cd00b7cd13b349e8 (patch) | |
tree | db9a4dac55dcaa3c97c0ad72c1ed78dbc18553fd /MdePkg | |
parent | d73be1d1b139d08d2545cd9af612f6af4a56d044 (diff) | |
download | edk2-platforms-fbfa4a1da7e9b44360d74229cd00b7cd13b349e8.tar.xz |
Minor update on capitalization for ECC check.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7561 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Scsi.h | 4 | ||||
-rw-r--r-- | MdePkg/Include/IndustryStandard/SmBios.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/IndustryStandard/Scsi.h b/MdePkg/Include/IndustryStandard/Scsi.h index 1d0eb3f308..aa097fd214 100644 --- a/MdePkg/Include/IndustryStandard/Scsi.h +++ b/MdePkg/Include/IndustryStandard/Scsi.h @@ -199,7 +199,7 @@ typedef struct { UINT8 Peripheral_Type : 5;
UINT8 Peripheral_Qualifier : 3;
UINT8 DeviceType_Modifier : 7;
- UINT8 RMB : 1;
+ UINT8 Rmb : 1;
UINT8 Version;
UINT8 Response_Data_Format;
UINT8 Addnl_Length;
@@ -215,7 +215,7 @@ typedef struct { UINT8 Segment_Number;
UINT8 Sense_Key : 4;
UINT8 Reserved_21 : 1;
- UINT8 ILI : 1;
+ UINT8 Ili : 1;
UINT8 Reserved_22 : 2;
UINT8 Information_3_6[4];
UINT8 Addnl_Sense_Length; ///< Additional sense length (n-7)
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index 8e2f362cb3..cf550011a6 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -287,7 +287,7 @@ typedef struct { SMBIOS_STRUCTURE Hdr;
UINT8 InstallableLanguages;
UINT8 Flags;
- UINT8 reserved[15];
+ UINT8 Reserved[15];
SMBIOS_TABLE_STRING CurrentLanguages;
} SMBIOS_TABLE_TYPE13;
|