]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/BaseMemEncryptSevLib: break DEBUG calls to multiple lines
authorLaszlo Ersek <lersek@redhat.com>
Wed, 30 Aug 2017 11:08:11 +0000 (13:08 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 1 Sep 2017 12:20:24 +0000 (14:20 +0200)
commit6692af92b19c37525c10b769c4c69d9ee5a2c319
tree93be325c574dad240095c4aada5c244438521766
parent70063aecde89563433231bc1ed9efb9cdffa3dd5
OvmfPkg/BaseMemEncryptSevLib: break DEBUG calls to multiple lines

None of the DEBUG macro invocations in SetMemoryEncDec() fit on a single
line. Break them to multiple lines, for (a) conforming to the coding style
spec, (b) easier modification in later patches.

Cc: Brijesh Singh <brijesh.singh@amd.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>
Tested-by: Brijesh Singh <brijesh.singh@amd.com>
OvmfPkg/Library/BaseMemEncryptSevLib/X64/VirtualMemory.c