From f9de5a4b43f26fc892c1397a900e4c64a6715736 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 3 May 2018 17:21:02 +0200 Subject: src/southbridge: Add required space before the open parenthesis Change-Id: If46db4d210e4b25221436ad1222433d3b00e08e7 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26035 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/southbridge/broadcom/bcm5785/lpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/broadcom/bcm5785') diff --git a/src/southbridge/broadcom/bcm5785/lpc.c b/src/southbridge/broadcom/bcm5785/lpc.c index cc285a3ca4..05dbbc336d 100644 --- a/src/southbridge/broadcom/bcm5785/lpc.c +++ b/src/southbridge/broadcom/bcm5785/lpc.c @@ -84,7 +84,7 @@ static void bcm5785_lpc_enable_childrens_resources(device_t dev) base = res->base; end = resource_end(res); printk(BIOS_DEBUG, "bcm5785lpc decode:%s, base=0x%08lx, end=0x%08lx\n",dev_path(child),base, end); - switch(base) { + switch (base) { case 0x60: //KBC case 0x64: reg |= (1<<29); break; -- cgit v1.2.3