mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Fix IPMI DCMI message typo
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
This commit is contained in:
parent
df076b9547
commit
48f4fba39a
@ -130,7 +130,7 @@ const struct dcmi_cmd dcmi_optional_platform_capabilities[] = {
|
|||||||
DCMI_CMD_END(0xFF)
|
DCMI_CMD_END(0xFF)
|
||||||
};
|
};
|
||||||
|
|
||||||
/* access capabilties */
|
/* access capabilities */
|
||||||
const struct dcmi_cmd dcmi_management_access_capabilities[] = {
|
const struct dcmi_cmd dcmi_management_access_capabilities[] = {
|
||||||
{ 0x01, "In-band KCS channel available", "" },
|
{ 0x01, "In-band KCS channel available", "" },
|
||||||
{ 0x02, "Out-of-band serial TMODE available", "" },
|
{ 0x02, "Out-of-band serial TMODE available", "" },
|
||||||
@ -908,19 +908,19 @@ ipmi_dcmi_prnt_getcapabilities(struct ipmi_intf * intf, uint8_t selector)
|
|||||||
/* loop through each of the entries in the first byte from the
|
/* loop through each of the entries in the first byte from the
|
||||||
* struct
|
* struct
|
||||||
*/
|
*/
|
||||||
printf("\n Mandatory platform capabilties\n");
|
printf("\n Mandatory platform capabilities\n");
|
||||||
display_capabilities_attributes(dcmi_mandatory_platform_capabilities,
|
display_capabilities_attributes(dcmi_mandatory_platform_capabilities,
|
||||||
cape.data_byte1);
|
cape.data_byte1);
|
||||||
/* loop through each of the entries in the second byte from the
|
/* loop through each of the entries in the second byte from the
|
||||||
* struct
|
* struct
|
||||||
*/
|
*/
|
||||||
printf("\n Optional platform capabilties\n");
|
printf("\n Optional platform capabilities\n");
|
||||||
display_capabilities_attributes(dcmi_optional_platform_capabilities,
|
display_capabilities_attributes(dcmi_optional_platform_capabilities,
|
||||||
cape.data_byte2);
|
cape.data_byte2);
|
||||||
/* loop through each of the entries in the third byte from the
|
/* loop through each of the entries in the third byte from the
|
||||||
* struct
|
* struct
|
||||||
*/
|
*/
|
||||||
printf("\n Managebility access capabilties\n");
|
printf("\n Managebility access capabilities\n");
|
||||||
display_capabilities_attributes(dcmi_management_access_capabilities,
|
display_capabilities_attributes(dcmi_management_access_capabilities,
|
||||||
cape.data_byte3);
|
cape.data_byte3);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user