aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i945/early_init.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-09-17 19:12:27 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-09-20 17:44:51 +0200
commit0a15fe929982677bb58f4ae9c4552037f445bddb (patch)
tree837f1596f22c7a65c8c0312206eec13464abdc37 /src/northbridge/intel/i945/early_init.c
parent1d8daa66ee1cf8002aa94a77fe5c8eae95ac351c (diff)
northbridge/intel/i945: Add space around operators
Change-Id: I24505af163544a03e3eab72c24f25fcdc4b1b16c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16624 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/intel/i945/early_init.c')
-rw-r--r--src/northbridge/intel/i945/early_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i945/early_init.c b/src/northbridge/intel/i945/early_init.c
index f4d091696e..dda41bd6d7 100644
--- a/src/northbridge/intel/i945/early_init.c
+++ b/src/northbridge/intel/i945/early_init.c
@@ -752,7 +752,7 @@ static void i945_setup_pci_express_x16(void)
};
int i;
- for (i=0; i<ARRAY_SIZE(reglist); i++) {
+ for (i = 0; i < ARRAY_SIZE(reglist); i++) {
reg32 = pci_read_config32(PCI_DEV(0, 0x01, 0), reglist[i]);
reg32 &= 0x0fffffff;
reg32 |= (2 << 28);