mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Fix spelling of IPMI_OEM_FUJITSU_SIEMENS
This commit is contained in:
parent
72831c6d22
commit
a724a38c42
@ -255,7 +255,7 @@ typedef enum IPMI_OEM {
|
||||
IPMI_OEM_MAGNUM = 5593,
|
||||
IPMI_OEM_TYAN = 6653,
|
||||
IPMI_OEM_NEWISYS = 9237,
|
||||
IPMI_OEM_FUJITSU_SEIMENS = 10368,
|
||||
IPMI_OEM_FUJITSU_SIEMENS = 10368,
|
||||
IPMI_OEM_AVOCENT = 10418,
|
||||
IPMI_OEM_PEPPERCON = 10437,
|
||||
IPMI_OEM_SUPERMICRO = 10876,
|
||||
|
@ -55,7 +55,7 @@ const struct valstr ipmi_oem_info[] = {
|
||||
{ IPMI_OEM_DELL, "DELL Inc" },
|
||||
{ IPMI_OEM_NEC, "NEC" },
|
||||
{ IPMI_OEM_MAGNUM, "Magnum Technologies" },
|
||||
{ IPMI_OEM_FUJITSU_SEIMENS, "Fujitsu Siemens" },
|
||||
{ IPMI_OEM_FUJITSU_SIEMENS, "Fujitsu Siemens" },
|
||||
{ IPMI_OEM_TATUNG, "Tatung" },
|
||||
{ IPMI_OEM_AMI, "AMI" },
|
||||
{ IPMI_OEM_RARITAN, "Raritan" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user