src/drivers: Remove a trailing whitespace
Change-Id: If357da5d84a255e0bdf8784d559ee0941045bbd6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: http://review.coreboot.org/6309 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
committed by
Edward O'Callaghan
parent
bcd09930d8
commit
e34a6275ee
@ -1687,7 +1687,7 @@ intel_dp_complete_link_train(struct intel_dp *intel_dp)
|
||||
|
||||
/* Try 5 times, then try clock recovery if that fails */
|
||||
if (tries > 5) {
|
||||
printk(BIOS_SPEW, "%s: tries > 5,recovering. \n",
|
||||
printk(BIOS_SPEW, "%s: tries > 5,recovering.\n",
|
||||
__func__);
|
||||
intel_dp_link_down(intel_dp);
|
||||
intel_dp_start_link_train(intel_dp);
|
||||
|
Reference in New Issue
Block a user