summaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/gpio.c
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2017-03-16 17:30:09 -0700
committerLee Leahy <leroy.p.leahy@intel.com>2017-03-17 02:35:47 +0100
commit6598b91fe34fe9e6e6fbea592ead5e4fc2900551 (patch)
tree42b70feec4183be3a87249d73565bb1a56c1c5e6 /src/soc/intel/braswell/gpio.c
parentf4c4ab9826b521666d5ba887e69a636428ac9eb2 (diff)
downloadcoreboot-6598b91fe34fe9e6e6fbea592ead5e4fc2900551.tar.xz
soc/intel/braswell: Fix spacing issues detected by checkpatch
Fix the following errors and warnings detected by checkpatch.pl: ERROR: space required after that ',' (ctx:VxV) ERROR: space prohibited before that ',' (ctx:WxE) ERROR: spaces required around that '=' (ctx:WxV) ERROR: code indent should use tabs where possible WARNING: space prohibited between function name and open parenthesis '(' WARNING: please, no spaces at the start of a line TEST=Build for cyan Change-Id: I84d4204585b498b695608c5008fdfb7961e2416f Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Reviewed-on: https://review.coreboot.org/18869 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc/intel/braswell/gpio.c')
-rw-r--r--src/soc/intel/braswell/gpio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/braswell/gpio.c b/src/soc/intel/braswell/gpio.c
index b85cde3e73..a742f73119 100644
--- a/src/soc/intel/braswell/gpio.c
+++ b/src/soc/intel/braswell/gpio.c
@@ -59,9 +59,9 @@ static const u8 gpecommunity_gpio_to_pad[GP_EAST_COUNT] = {
/* GPIO Community descriptions */
static const struct gpio_bank gpnorth_community = {
.gpio_count = GP_NORTH_COUNT,
- .gpio_to_pad = gpncommunity_gpio_to_pad ,
- .pad_base = COMMUNITY_GPNORTH_BASE ,
- .has_gpe_en = GPE_CAPABLE ,
+ .gpio_to_pad = gpncommunity_gpio_to_pad,
+ .pad_base = COMMUNITY_GPNORTH_BASE,
+ .has_gpe_en = GPE_CAPABLE,
.has_wake_en = 1,
};