aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/mcp55/smbus.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-04-26 22:16:42 +0200
committerFelix Held <felix-coreboot@felixheld.de>2018-04-29 16:46:38 +0000
commit64e091fc8a5f9044995de58a5780342fbeb2acf8 (patch)
tree3b82ade92a6cfea6af9f8d98f4c8fa7608c2a42e /src/southbridge/nvidia/mcp55/smbus.h
parent6c4861859761e1110e9651b989a521152394fcf3 (diff)
southbridge/nvidia: Remove spaces before/after parenthesis
Change-Id: I94a87d631c9336b861523592ff217fe823436b36 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25879 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/southbridge/nvidia/mcp55/smbus.h')
-rw-r--r--src/southbridge/nvidia/mcp55/smbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/nvidia/mcp55/smbus.h b/src/southbridge/nvidia/mcp55/smbus.h
index a588a097f0..274ccfea38 100644
--- a/src/southbridge/nvidia/mcp55/smbus.h
+++ b/src/southbridge/nvidia/mcp55/smbus.h
@@ -45,7 +45,7 @@ static int smbus_wait_until_done(unsigned smbus_io_base)
smbus_delay();
val = inb(smbus_io_base + SMBHSTSTAT);
- if ( (val & 0xff) != 0) {
+ if ((val & 0xff) != 0) {
return 0;
}
} while (--loops);