aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/pi/00630F01
diff options
context:
space:
mode:
authorEvelyn Huang <evhuang@google.com>2017-06-07 14:20:09 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2017-08-01 23:01:56 +0000
commit0182aea283713977e0f5c697f78bd4c26df2f72c (patch)
tree032000c8a1dc7fffb175e6ba5c3aa49f391451d6 /src/cpu/amd/pi/00630F01
parent67ce5052fee271f3bfea841be701aeb61c1769b3 (diff)
cpu/amd/pi: Fix checkpatch warnings and errors
Fix remaining space prohibited between function name and open parenthesis, line over 80 characters, unnecessary braces for single statement blocks, space required before open brace errors and warnings in subdirectories of src/cpu/amd/pi Change-Id: I177ffe98a3674bd700a39eb8073db34adf9499b4 Signed-off-by: Evelyn Huang <evhuang@google.com> Reviewed-on: https://review.coreboot.org/20098 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/amd/pi/00630F01')
-rw-r--r--src/cpu/amd/pi/00630F01/fixme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/pi/00630F01/fixme.c b/src/cpu/amd/pi/00630F01/fixme.c
index 43a7e7c598..366f28d64f 100644
--- a/src/cpu/amd/pi/00630F01/fixme.c
+++ b/src/cpu/amd/pi/00630F01/fixme.c
@@ -84,7 +84,7 @@ void amd_initmmio(void)
MsrReg = ((1ULL << CONFIG_CPU_ADDR_BITS) - CACHE_ROM_SIZE) | 0x800ull;
LibAmdMsrWrite(0x20D, &MsrReg, &StdHeader);
- if (IS_ENABLED(CONFIG_UDELAY_LAPIC)) {
+ if (IS_ENABLED(CONFIG_UDELAY_LAPIC)){
LibAmdMsrRead(0x1B, &MsrReg, &StdHeader);
MsrReg |= 1 << 11;
LibAmdMsrWrite(0x1B, &MsrReg, &StdHeader);