]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: acpiview: Fix '\n\n' printing in Table Checksum reporting
authorKrzysztof Koch <krzysztof.koch@arm.com>
Fri, 28 Jun 2019 08:56:57 +0000 (16:56 +0800)
committerRay Ni <ray.ni@intel.com>
Tue, 2 Jul 2019 09:22:44 +0000 (17:22 +0800)
commit5a119220c1c11e0dce5cc6ef1b3fa8eaef4b3d8e
treed589e15f66997d0d2ce5829c984c2d8d7c28149b
parent6d9603713c41708fa0a77270a50a0bec525c4607
ShellPkg: acpiview: Fix '\n\n' printing in Table Checksum reporting

Move printing double newline character ('\n\n') from the beginning of
ACPI table checksum validation message to the end of the raw binary
data dump.

This way acpiview table dump looks similar regardless of whether Table
Checksum is validated or not.

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/AcpiParser.c