src/include: Open brace on same line as enum or struct
commit6625ecc3448b59b6adde3f10674cd578f06f786f
authorLee Leahy <leroy.p.leahy@intel.com>
Tue, 7 Mar 2017 23:11:07 +0000 (7 15:11 -0800)
committerMartin Roth <martinroth@google.com>
Sun, 12 Mar 2017 14:46:23 +0000 (12 15:46 +0100)
tree489719e94b16ce5fd9659d2d3fad5b85864f84df
parent84d20d0eb3869d7babaeed7cfbe53f9edad48850
src/include: Open brace on same line as enum or struct

Fix the following errors and warning detected by checkpatch.pl:

ERROR: open brace '{' following enum go on the same line
ERROR: open brace '{' following struct go on the same line
ERROR: that open brace { should be on the previous line
WARNING: missing space after struct definition

TEST=Build and run on Galileo Gen2

Change-Id: I856235d0cc3a3e59376df52561b17b872b3416b2
Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Reviewed-on: https://review.coreboot.org/18653
Tested-by: build bot (Jenkins)
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
src/include/cpu/x86/msr.h
src/include/device/i2c.h
src/include/device/path.h
src/include/rtc.h
src/include/smbios.h
src/include/tpm_lite/tss_constants.h