Signed-off-by: Jean Delvare <jdelv...@suse.de> --- dmidecode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
--- dmidecode.orig/dmidecode.c 2020-02-24 12:56:39.706424100 +0100 +++ dmidecode/dmidecode.c 2020-03-08 18:05:23.631069204 +0100 @@ -3588,7 +3588,7 @@ static void dmi_parse_protocol_record(co printf("%s\t\tHost IP Assignment Type: %s\n", prefix, dmi_protocol_assignment_type(assign_val)); - /* DSP0270: 8.6: Redfish Over IP Host Address format */ + /* DSP0270: 8.6: Redfish Over IP Host Address format */ addrtype = rdata[17]; addrstr = dmi_address_type(addrtype); printf("%s\t\tHost IP Address Format: %s\n", prefix, @@ -4856,7 +4856,7 @@ static void dmi_decode(const struct dmi_ WORD(data + 0x07)); if (WORD(data + 0x09) != 0xFFFF) printf("\tThreshold Handle: 0x%04X\n", - WORD(data + 0x09)); + WORD(data + 0x09)); } break; -- Jean Delvare SUSE L3 Support _______________________________________________ https://lists.nongnu.org/mailman/listinfo/dmidecode-devel