coreboot-kgpe-d16/src/soc/intel/braswell
Lee Leahy d94cff6ab2 soc/intel/braswell: Fix most of the issues detected by checkpatch
Fix the following errors and warnings detected by checkpatch.pl:

ERROR: that open brace { should be on the previous line
ERROR: return is not a function, parentheses are not required
WARNING: braces {} are not necessary for any arm of this statement
WARNING: line over 80 characters
WARNING: braces {} are not necessary for single statement blocks
WARNING: Avoid unnecessary line continuations
WARNING: break is not useful after a goto or return
WARNING: else is not generally useful after a break or return

False positives are generated by checkpatch for the following test:
ERROR: Macros with complex values should be enclosed in parentheses

TEST=Build for cyan

Change-Id: I19048895145b138a63100b29f829ff446ff71b58
Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Reviewed-on: https://review.coreboot.org/18871
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Tested-by: build bot (Jenkins)
2017-03-17 02:36:36 +01:00
..
acpi Remove extra newlines from the end of all coreboot files. 2016-07-31 18:19:33 +02:00
bootblock intel: Fix copy/paste error in license text 2017-01-16 12:57:05 +01:00
include/soc soc/intel/braswell: Fix spacing issues detected by checkpatch 2017-03-17 02:35:47 +01:00
romstage lib: put romstage_handoff implementation in own compilation unit 2016-12-01 08:16:47 +01:00
acpi.c soc/intel/braswell: Fix most of the issues detected by checkpatch 2017-03-17 02:36:36 +01:00
chip.c soc/intel/braswell: Add int to unsigned 2017-03-17 02:36:16 +01:00
chip.h soc/intel/braswell: Fix most of the issues detected by checkpatch 2017-03-17 02:36:36 +01:00
cpu.c soc/intel/braswell: Fix most of the issues detected by checkpatch 2017-03-17 02:36:36 +01:00
elog.c soc/intel/braswell: use common Intel ACPI hardware definitions 2016-07-15 08:32:09 +02:00
emmc.c
gfx.c
gpio.c soc/intel/braswell: Fix spacing issues detected by checkpatch 2017-03-17 02:35:47 +01:00
gpio_support.c soc/intel/braswell: Fix spacing issues detected by checkpatch 2017-03-17 02:35:47 +01:00
hda.c
iosf.c intel: Fix copy/paste error in license text 2017-01-16 12:57:05 +01:00
Kconfig MMCONF_SUPPORT: Flip default to enabled 2016-12-07 13:00:31 +01:00
lpc_init.c soc/intel/braswell: use common Intel ACPI hardware definitions 2016-07-15 08:32:09 +02:00
lpe.c soc/intel/braswell: Fix most of the issues detected by checkpatch 2017-03-17 02:36:36 +01:00
lpss.c
Makefile.inc Makefile.inc: Use $(MAINBOARDDIR) 2016-09-04 05:33:25 +02:00
memmap.c
northcluster.c
pcie.c soc/intel/braswell: Add int to unsigned 2017-03-17 02:36:16 +01:00
placeholders.c
pmutil.c
ramstage.c
sata.c
scc.c
sd.c
smihandler.c soc/intel/braswell: use common Intel ACPI hardware definitions 2016-07-15 08:32:09 +02:00
smm.c
southcluster.c soc/intel/braswell: Fix most of the issues detected by checkpatch 2017-03-17 02:36:36 +01:00
spi.c soc/intel/braswell: Fix most of the issues detected by checkpatch 2017-03-17 02:36:36 +01:00
spi_loading.c
tsc_freq.c soc/intel/braswell: Fix most of the issues detected by checkpatch 2017-03-17 02:36:36 +01:00
xhci.c soc/intel/braswell: Fix most of the issues detected by checkpatch 2017-03-17 02:36:36 +01:00