Blob Blame History Raw
From e0d05fdeb0cd9b6be47fb7e9c11ae6b5794f3df3 Mon Sep 17 00:00:00 2001
From: Jean Delvare <jdelvare@suse.de>
Date: Wed, 1 Apr 2020 10:02:04 +0200
Subject: [PATCH 20/23] dmidecode: White space fixes

---
 dmidecode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dmidecode.c b/dmidecode.c
index 59f4fe09e642..d0dc98467bdc 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)
-- 
2.17.1