From 085846b25fc3dc2c4260bb397e3187472aa4baa5 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 12 2020 06:14:33 +0000 Subject: Apply patch 0020-dmidecode-White-space-fixes.patch patch_name: 0020-dmidecode-White-space-fixes.patch present_in_specfile: true --- diff --git a/dmidecode.c b/dmidecode.c index 59f4fe0..d0dc984 100644 --- a/dmidecode.c +++ b/dmidecode.c @@ -3312,7 +3312,7 @@ static void dmi_fixup_type_34(struct dmi_header *h, int display) { u8 *p = h->data; - /* Make sure the hidden data is ASCII only */ + /* Make sure the hidden data is ASCII only */ if (h->length == 0x10 && is_printable(p + 0x0B, 0x10 - 0x0B)) { @@ -3603,7 +3603,7 @@ static const char *dmi_protocol_record_type(u8 type) "Reserved", "IPMI", "MCTP", - "Redfish over IP", /* 0x4 */ + "Redfish over IP", /* 0x4 */ }; if (type <= 0x4)