summaryrefslogtreecommitdiff
path: root/dmidecode.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2020-04-01 10:02:04 +0200
committerJean Delvare <jdelvare@suse.de>2020-04-01 10:02:04 +0200
commite0d05fdeb0cd9b6be47fb7e9c11ae6b5794f3df3 (patch)
treeed481ac232301e2a38f726702917a9ef8d2e72a7 /dmidecode.c
parent25e63d7757f77a15704175c00193753be4176797 (diff)
downloaddmidecode-git-e0d05fdeb0cd9b6be47fb7e9c11ae6b5794f3df3.tar.gz
dmidecode: White space fixes
Diffstat (limited to 'dmidecode.c')
-rw-r--r--dmidecode.c4
1 files changed, 2 insertions, 2 deletions
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)