drivers/intel/usb4/retimer/retimer.c: Remove space before tab
Spaces before tabs are not allowed. Change-Id: I1aa8490cb81a77f48d69c16c175eb4fec70dc0db Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62054 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2938c46765
commit
5b0103f9b5
|
@ -370,7 +370,7 @@ static void usb4_retimer_fill_ssdt(const struct device *dev)
|
|||
if (ec_port == -1) {
|
||||
printk(BIOS_ERR, "%s: No relative EC port found for TC port %d\n",
|
||||
__func__, usb_port);
|
||||
continue;
|
||||
continue;
|
||||
}
|
||||
/* DFPx */
|
||||
snprintf(dfp, sizeof(dfp), "DFP%1d", ec_port);
|
||||
|
|
Loading…
Reference in New Issue