dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dmidecode] PATCH: Fix formatting of TPM table output


From: Deomid Ryabkov
Subject: [dmidecode] PATCH: Fix formatting of TPM table output
Date: Mon, 19 Aug 2019 17:49:40 +0000

Added missing newlines.

Output before:
---
Handle 0x0036, DMI type 43, 31 bytes
TPM Device
        Vendor ID:
        Specification Version: 9.9      Firmware Revision: 9.99
        Description: xxx   Characteristics:
                Family configurable via platform software support
        OEM-specific Information: 0x00000000
---
after:
---
Handle 0x0036, DMI type 43, 31 bytes
TPM Device
        Vendor ID:
        Specification Version: 9.9
        Firmware Revision: 9.99
        Description: xxx
        Characteristics:
                Family configurable via platform software support
        OEM-specific Information: 0x00000000
---

Attachment: tpm_format.diff
Description: tpm_format.diff


reply via email to

[Prev in Thread] Current Thread [Next in Thread]