aboutsummaryrefslogtreecommitdiff
path: root/src/superio/aspeed/common/aspeed.h
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-11-18 15:11:33 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-21 15:03:50 +0000
commit24ca80aab6f5e001c5ce2ac5e8c29e8664215861 (patch)
tree0eda4d90c953ea8c1b65898272e6db7d8614cee7 /src/superio/aspeed/common/aspeed.h
parent1840f935d65905ead7a44d18aa974b29bdb8c79e (diff)
src/superio: Remove unnecessary space after casts
Change-Id: Iab76316f345fb0cf2ca2a3eaf40f64a1f1b7fc13 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69814 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio/aspeed/common/aspeed.h')
-rw-r--r--src/superio/aspeed/common/aspeed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/aspeed/common/aspeed.h b/src/superio/aspeed/common/aspeed.h
index 3673a71c84..f41ca0f65c 100644
--- a/src/superio/aspeed/common/aspeed.h
+++ b/src/superio/aspeed/common/aspeed.h
@@ -408,7 +408,7 @@
#define ASPEED_EXIT_KEY 0xAA
#define TO_BE_UPDATE 0
-#define AndMask32(HighBit, LowBit) ~((((uint32_t) 1 << (HighBit - LowBit + 1)) - 1) << LowBit)
+#define AndMask32(HighBit, LowBit) ~((((uint32_t)1 << (HighBit - LowBit + 1)) - 1) << LowBit)
typedef enum {
GPIOA = 0,