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/a2f1e2b4b4a7
branches: trunk
changeset: 343689:a2f1e2b4b4a7
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 0555c4ef4d34 -r a2f1e2b4b4a7 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