From cb0584ecdbe1c3b1508722b632c9e0178ed7bf52 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 14:44:07 +0100 Subject: device/xhci.c: Remove repeated word Change-Id: Ia1648bd7ba4858268ca5f1a5c7b42b7de717d3d6 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49513 Tested-by: build bot (Jenkins) Reviewed-by: Jacob Garber --- src/device/xhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/xhci.c b/src/device/xhci.c index d4caceffaa..4523b56adc 100644 --- a/src/device/xhci.c +++ b/src/device/xhci.c @@ -36,7 +36,7 @@ enum cb_err xhci_for_each_ext_cap(const struct device *device, void *context, } if (!(res->flags & IORESOURCE_ASSIGNED)) { - printk(BIOS_ERR, "%s: BAR is is not assigned\n", __func__); + printk(BIOS_ERR, "%s: BAR is not assigned\n", __func__); return CB_ERR; } -- cgit v1.2.3