summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp2_0/util.c
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2017-03-10 08:40:18 -0800
committerLee Leahy <leroy.p.leahy@intel.com>2017-03-10 20:07:45 +0100
commitb2b97a5db27befc10b015c8971c35e7ff6993d09 (patch)
tree579524da5358d6616539ff137cd4a302fd68f395 /src/drivers/intel/fsp2_0/util.c
parent27de7681122e486f77590b64bf1178b454a3e561 (diff)
downloadcoreboot-b2b97a5db27befc10b015c8971c35e7ff6993d09.tar.gz
coreboot-b2b97a5db27befc10b015c8971c35e7ff6993d09.tar.bz2
coreboot-b2b97a5db27befc10b015c8971c35e7ff6993d09.zip
drivers/intel/fsp2_0: Fix spacing issues
Fix the following errors detected by checkpatch.pl: ERROR: space prohibited before that close parenthesis ')' ERROR: space required before the open parenthesis '(' ERROR: space prohibited before open square bracket '[' ERROR: spaces required around that ':' (ctx:VxE) TEST=Build and run on Galileo Gen2 Change-Id: I085aaaa9e276c60eded6edf3be0325ed2402702a Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/18744 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/drivers/intel/fsp2_0/util.c')
-rw-r--r--src/drivers/intel/fsp2_0/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp2_0/util.c b/src/drivers/intel/fsp2_0/util.c
index 7453b599ae21..f84d69cec53b 100644
--- a/src/drivers/intel/fsp2_0/util.c
+++ b/src/drivers/intel/fsp2_0/util.c
@@ -107,7 +107,7 @@ void fsp_handle_reset(uint32_t status)
printk(BIOS_SPEW, "FSP: handling reset type %x\n", status);
- switch(status) {
+ switch (status) {
case FSP_STATUS_RESET_REQUIRED_COLD:
hard_reset();
break;