/: Remove extra space after comma
Change-Id: Ic64625bdaf8c4e9f8a5c1c22cece7f4070012da7 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69903 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -48,7 +48,7 @@ static void intel_prepare_ddi_buffers(int port, int use_fdi_mode)
|
||||
hsw_ddi_translations_fdi :
|
||||
hsw_ddi_translations_dp);
|
||||
|
||||
printk(BIOS_SPEW, "Initializing DDI buffers for port %d in %s mode\n",
|
||||
printk(BIOS_SPEW, "Initializing DDI buffers for port %d in %s mode\n",
|
||||
port,
|
||||
use_fdi_mode ? "FDI" : "DP");
|
||||
|
||||
|
Reference in New Issue
Block a user