From 7aca7201724cb02a2a0541bd3ad2c0aca23dd076 Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 26 Jun 2013 19:01:10 +0000 Subject: Import ACPICA 20130626. --- source/common/dmtbdump.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/common/dmtbdump.c') diff --git a/source/common/dmtbdump.c b/source/common/dmtbdump.c index 57c160d..5b98191 100644 --- a/source/common/dmtbdump.c +++ b/source/common/dmtbdump.c @@ -872,6 +872,7 @@ AcpiDmDumpDmar ( { return; } + AcpiOsPrintf ("\n"); switch (SubTable->Type) { @@ -924,6 +925,7 @@ AcpiDmDumpDmar ( { return; } + AcpiOsPrintf ("\n"); /* Dump the PCI Path entries for this device scope */ @@ -941,6 +943,7 @@ AcpiDmDumpDmar ( PathOffset += 2; PciPath += 2; + AcpiOsPrintf ("\n"); } /* Point to next device scope entry */ -- cgit v1.1