Skip to content

Commit e0d05fd

Browse files
committed
dmidecode: White space fixes
1 parent 25e63d7 commit e0d05fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dmidecode.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3312,7 +3312,7 @@ static void dmi_fixup_type_34(struct dmi_header *h, int display)
33123312
{
33133313
u8 *p = h->data;
33143314

3315-
/* Make sure the hidden data is ASCII only */
3315+
/* Make sure the hidden data is ASCII only */
33163316
if (h->length == 0x10
33173317
&& is_printable(p + 0x0B, 0x10 - 0x0B))
33183318
{
@@ -3603,7 +3603,7 @@ static const char *dmi_protocol_record_type(u8 type)
36033603
"Reserved",
36043604
"IPMI",
36053605
"MCTP",
3606-
"Redfish over IP", /* 0x4 */
3606+
"Redfish over IP", /* 0x4 */
36073607
};
36083608

36093609
if (type <= 0x4)

0 commit comments

Comments
 (0)