[edk2-devel] [PATCH] MdePkg Smbios.h: Update Smbios Misc Slot Information Definition

gaoliming via groups.io posted 1 patch 1 year, 1 month ago
Failed in applying to current master (apply log)
MdePkg/Include/IndustryStandard/SmBios.h | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
[edk2-devel] [PATCH] MdePkg Smbios.h: Update Smbios Misc Slot Information Definition
Posted by gaoliming via groups.io 1 year, 1 month ago
Current name is too generic to conflict with module local definition.
Update name with the the specific prefix name.

Signed-off-by: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
---
 MdePkg/Include/IndustryStandard/SmBios.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 9cbdec1182..75a6d8c94e 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -1428,13 +1428,13 @@ typedef enum {
 /// System Slots - Slot Information.
 ///
 typedef enum {
-  Others = 0x00,
-  Gen1   = 0x01,
-  Gen2   = 0x01,
-  Gen3   = 0x03,
-  Gen4   = 0x04,
-  Gen5   = 0x05,
-  Gen6   = 0x06
+  SlotInfoOthers = 0x00,
+  SlotInfoGen1   = 0x01,
+  SlotInfoGen2   = 0x01,
+  SlotInfoGen3   = 0x03,
+  SlotInfoGen4   = 0x04,
+  SlotInfoGen5   = 0x05,
+  SlotInfoGen6   = 0x06
 } MISC_SLOT_INFORMATION;
 
 ///
-- 
2.37.3.windows.1




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#102085): https://edk2.groups.io/g/devel/message/102085
Mute This Topic: https://groups.io/mt/97920928/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-