Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/acpica/dist/tables remove a stray \n from a...



details:   https://anonhg.NetBSD.org/src/rev/89fc66d4681d
branches:  trunk
changeset: 813831:89fc66d4681d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Feb 20 21:11:15 2016 +0000

description:
remove a stray \n from an ACPI_INFO() call (which ends up adding its
own newline anyway.)

diffstat:

 sys/external/bsd/acpica/dist/tables/tbxfload.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r cd6cfaa94292 -r 89fc66d4681d sys/external/bsd/acpica/dist/tables/tbxfload.c
--- a/sys/external/bsd/acpica/dist/tables/tbxfload.c    Sat Feb 20 20:11:37 2016 +0000
+++ b/sys/external/bsd/acpica/dist/tables/tbxfload.c    Sat Feb 20 21:11:15 2016 +0000
@@ -228,7 +228,7 @@
     if (!TablesFailed)
     {
         ACPI_INFO ((AE_INFO,
-            "%u ACPI AML tables successfully acquired and loaded\n",
+            "%u ACPI AML tables successfully acquired and loaded",
             TablesLoaded));
     }
     else



Home | Main Index | Thread Index | Old Index