soc/intel/apollolake: Fix space between type, * and variable name
commit68571c144e506379bcc0561278e1f9adc28da6ef
authorLee Leahy <leroy.p.leahy@intel.com>
Thu, 9 Mar 2017 17:26:05 +0000 (9 09:26 -0800)
committerMartin Roth <martinroth@google.com>
Mon, 13 Mar 2017 16:41:25 +0000 (13 17:41 +0100)
tree8dfda700c8366a0493971c602bf109ff4ca0a1ab
parentbab8be229a0631a00a9680485bd6c200c3b290af
soc/intel/apollolake: Fix space between type, * and variable name

Fix the following errors detected by checkpatch.pl:

ERROR: "foo * bar" should be "foo *bar"
ERROR: "(foo*)" should be "(foo *)"

TEST=Build for reef

Change-Id: I4a762d8fa762057a06e601dfed10538adc5d8bc8
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/18719
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
src/soc/intel/apollolake/acpi.c
src/soc/intel/apollolake/flash_ctrlr.c
src/soc/intel/apollolake/gpio.c
src/soc/intel/apollolake/include/soc/gpio.h
src/soc/intel/apollolake/include/soc/iosf.h