The branch stable/13 has been updated by mav:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c060c19240ea257fb2560833c5bd86e43830f255

commit c060c19240ea257fb2560833c5bd86e43830f255
Author:     Alexander Motin <m...@freebsd.org>
AuthorDate: 2021-01-28 23:18:53 +0000
Commit:     Alexander Motin <m...@freebsd.org>
CommitDate: 2021-01-31 17:06:22 +0000

    Add missing newlines.
    
    (cherry picked from commit 8fee65d0c70c99999b2fe5b49b267547b7ed2a49)
---
 sys/dev/acpica/acpi_apei.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/acpica/acpi_apei.c b/sys/dev/acpica/acpi_apei.c
index 2ba5f864e7a1..bc1f38f2fc8f 100644
--- a/sys/dev/acpica/acpi_apei.c
+++ b/sys/dev/acpica/acpi_apei.c
@@ -333,10 +333,10 @@ apei_ged_handler(ACPI_HEST_GENERIC_DATA *ged)
                    t[8], t[9], t[10], t[11], t[12], t[13], t[14], t[15]);
        }
        if (ged->ValidationBits & ACPI_HEST_GEN_VALID_FRU_STRING)
-               printf(" FRU Text: %.20s", ged->FruText);
+               printf(" FRU Text: %.20s\n", ged->FruText);
        if (ged->Revision == 0x300 &&
            ged->ValidationBits & ACPI_HEST_GEN_VALID_TIMESTAMP)
-               printf(" Timestamp: %016jx", ged3->TimeStamp);
+               printf(" Timestamp: %016jx\n", ged3->TimeStamp);
 }
 
 static int
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to