From a3d15afc675b8030c692af6ff918d6b67255c2d7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 18 Sep 2016 19:07:40 +0200 Subject: southbridge/via: Add space around operators Change-Id: Ib48c98bb161b92b28497df26fcfd0eae2c6829df Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/16635 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/southbridge/via/k8t890/pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/via/k8t890') diff --git a/src/southbridge/via/k8t890/pcie.c b/src/southbridge/via/k8t890/pcie.c index 25254c3405..cc39f57970 100644 --- a/src/southbridge/via/k8t890/pcie.c +++ b/src/southbridge/via/k8t890/pcie.c @@ -60,7 +60,7 @@ static void pcie_common_init(struct device *dev) /* Wait up to 100ms for link to come up */ up = 0; - for (i=0; i<1000; i++) { + for (i = 0; i < 1000; i++) { if (pci_read_config16(dev, 0x52) & (1<<13)) { up = 1; break; -- cgit v1.2.3