From 581fe58b8a7c58cc3653a993f2f91ff7e3b16d78 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 26 Apr 2018 09:57:07 +0200 Subject: src/southbridge: Add spaces around '==' Change-Id: Ic81601cef841076a7548ccb3bdf0ed1b5420873e Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/25853 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Felix Held --- src/southbridge/intel/common/usb_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/intel/common/usb_debug.c') diff --git a/src/southbridge/intel/common/usb_debug.c b/src/southbridge/intel/common/usb_debug.c index f74da657fd..d87e018d85 100644 --- a/src/southbridge/intel/common/usb_debug.c +++ b/src/southbridge/intel/common/usb_debug.c @@ -30,7 +30,7 @@ pci_devfn_t pci_ehci_dbg_dev(unsigned int hcd_idx) if (!IS_ENABLED(CONFIG_HAVE_USBDEBUG_OPTIONS)) return PCI_DEV(0, 0x1d, 7); - if (hcd_idx==2) + if (hcd_idx == 2) dev = PCI_DEV(0, 0x1a, 0); else dev = PCI_DEV(0, 0x1d, 0); -- cgit v1.2.3