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:
@@ -370,7 +370,7 @@ static void usb4_retimer_fill_ssdt(const struct device *dev)
|
|||||||
if (ec_port == -1) {
|
if (ec_port == -1) {
|
||||||
printk(BIOS_ERR, "%s: No relative EC port found for TC port %d\n",
|
printk(BIOS_ERR, "%s: No relative EC port found for TC port %d\n",
|
||||||
__func__, usb_port);
|
__func__, usb_port);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* DFPx */
|
/* DFPx */
|
||||||
snprintf(dfp, sizeof(dfp), "DFP%1d", ec_port);
|
snprintf(dfp, sizeof(dfp), "DFP%1d", ec_port);
|
||||||
|
Reference in New Issue
Block a user