From 04b2bb61fde8246cc9c3c52d785963bb2744acbc Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 6 Jan 2021 02:36:40 +0100 Subject: sb/intel/bd82x6x: Remove space in function definition Just a small change to follow the code style. Change-Id: Ie838b82e12627478ea721f426efc4d557feb6ae3 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/49166 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/southbridge/intel/bd82x6x/early_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/intel/bd82x6x/early_thermal.c') diff --git a/src/southbridge/intel/bd82x6x/early_thermal.c b/src/southbridge/intel/bd82x6x/early_thermal.c index b3510ac521..46874b2dc4 100644 --- a/src/southbridge/intel/bd82x6x/early_thermal.c +++ b/src/southbridge/intel/bd82x6x/early_thermal.c @@ -16,7 +16,7 @@ static void write16p(uintptr_t addr, uint32_t val) write16((u16 *)addr, val); } -static uint16_t read16p (uintptr_t addr) +static uint16_t read16p(uintptr_t addr) { return read16((u16 *)addr); } -- cgit v1.2.3