From 6598b91fe34fe9e6e6fbea592ead5e4fc2900551 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Thu, 16 Mar 2017 17:30:09 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/18869 Reviewed-by: Duncan Laurie Tested-by: build bot (Jenkins) --- src/soc/intel/braswell/gpio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/soc/intel/braswell/gpio.c') 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, }; -- cgit v1.2.3