summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/haswell/acpi.c
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-08-11 11:24:55 -0600
committerMartin Roth <gaumless@gmail.com>2014-08-12 03:35:10 +0200
commit9944b28cc478914233d9e555df6b9ab0cc46d097 (patch)
treecd7d3dfe6ffb6776127b7c556dfba5ac24311617 /src/cpu/intel/haswell/acpi.c
parent6481e1052fa88a4dcfb7220775ff67ecd3c70384 (diff)
downloadcoreboot-9944b28cc478914233d9e555df6b9ab0cc46d097.tar.gz
coreboot-9944b28cc478914233d9e555df6b9ab0cc46d097.tar.bz2
coreboot-9944b28cc478914233d9e555df6b9ab0cc46d097.zip
cpu/intel/XXX/acpi.c: Fix coding style violation
Clean up a coding style violation as requested in the review of commit 09670265. Change-Id: I2815635efbb70a1e5841ca79cf2b4845bc6c23f2 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/6598 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/intel/haswell/acpi.c')
-rw-r--r--src/cpu/intel/haswell/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/haswell/acpi.c b/src/cpu/intel/haswell/acpi.c
index c67c8a1fc5b5..768511cc3d61 100644
--- a/src/cpu/intel/haswell/acpi.c
+++ b/src/cpu/intel/haswell/acpi.c
@@ -331,7 +331,7 @@ void generate_cpu_entries(void)
printk(BIOS_DEBUG, "Found %d CPU(s) with %d core(s) each.\n",
numcpus, cores_per_package);
- for (cpuID=1; cpuID <=numcpus; cpuID++) {
+ for (cpuID = 1; cpuID <= numcpus; cpuID++) {
for (coreID=1; coreID<=cores_per_package; coreID++) {
if (coreID>1) {
pcontrol_blk = 0;