audk/MdeModulePkg/Universal/Disk/RamDiskDxe
Laszlo Ersek 76874be3d4 MdeModulePkg/RamDiskDxe: fix C string literal catenation in info messages
RamDiskDxe installs the RamDiskAcpiCheck() Ready To Boot callback
function. If EFI_ACPI_TABLE_PROTOCOL and/or EFI_ACPI_SDT_PROTOCOL are not
found, then informational messages are logged, and the RAM disks are not
published to the (nonexistent) NFIT table.

The logic is fine, but the info messages are not concatenated correctly
from multiple string literals -- the second parts are passed as (unused)
arguments to DEBUG(). Fix the typos.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
2017-03-20 11:06:36 +01:00
..
RamDisk.asl MdeModulePkg RamDiskDxe: Report ACPI NFIT for reserved memory RAM disks 2016-05-10 08:45:11 +08:00
RamDiskBlockIo.c MdeModulePkg RamDiskDxe: Install Block I/O 2 Protocol on RAM disk devices 2016-02-29 13:51:19 +08:00
RamDiskDriver.c MdeModulePkg/RamDiskDxe: fix C string literal catenation in info messages 2017-03-20 11:06:36 +01:00
RamDiskDxe.inf MdeModulePkg RamDiskDxe: VALID_ARCH cleanup to list supported options 2016-05-25 13:29:43 +08:00
RamDiskDxe.uni MdeModulePkg: Add RamDiskDxe driver implementation 2016-02-29 13:51:08 +08:00
RamDiskFileExplorer.c MdeModulePkg: Add RamDiskDxe driver implementation 2016-02-29 13:51:08 +08:00
RamDiskHii.vfr MdeModulePkg/RamDiskDxe: Add Memory Type selection support in Ramdisk HII 2016-06-12 11:11:37 +08:00
RamDiskHiiStrings.uni MdeModulePkg/RamDiskDxe: Add Memory Type selection support in Ramdisk HII 2016-06-12 11:11:37 +08:00
RamDiskImpl.c MdeModulePkg/RamDiskDxe: Add Memory Type selection support in Ramdisk HII 2016-06-12 11:11:37 +08:00
RamDiskImpl.h MdeModulePkg/Universal: Fix typos in comments 2016-10-27 09:11:19 +08:00
RamDiskNVData.h MdeModulePkg/RamDiskDxe: Add Memory Type selection support in Ramdisk HII 2016-06-12 11:11:37 +08:00
RamDiskProtocol.c MdeModulePkg RamDiskDxe: Not use hardcode 'SectionInstance' to locate SSDT 2016-07-20 15:07:19 +08:00