]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: acpiview: Make DBG2 output consistent with other tables
authorKrzysztof Koch <krzysztof.koch@arm.com>
Fri, 28 Jun 2019 10:24:36 +0000 (18:24 +0800)
committerRay Ni <ray.ni@intel.com>
Tue, 2 Jul 2019 09:22:45 +0000 (17:22 +0800)
Print an extra newline character at the end DBG2 table parsing in order
to make the output resemble the one for other ACPI table parsers.

With this change, there is now a blank line between the DBG2 table dump
and the 'Table Statistics' section.

Signed-off-by: Krzysztof Koch <krzysztof.koch@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Dbg2/Dbg2Parser.c

index 310d3f18ec24532289c8f6a58cbd117fed0ca071..8de5ebf74775bab8e765849cba6ef4eb6f659a5a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   DBG2 table parser\r
 \r
-  Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.\r
+  Copyright (c) 2016 - 2019, ARM Limited. All rights reserved.\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
   @par Reference(s):\r
@@ -190,6 +190,7 @@ DumpDbgDeviceInfo (
       Print (L"\n%-*s   ", OUTPUT_FIELD_COLUMN_WIDTH, L"");\r
     }\r
   }\r
+  Print (L"\n");\r
 \r
   *Length = *DbgDevInfoLen;\r
 }\r