coreboot-kgpe-d16/src/arch/x86
Lee Leahy 9c7c6f7213 arch/x86: Fix issues with braces detected by checkpatch
Fix the following errors and warnings detected by checkpatch.pl:

ERROR: open brace '{' following function declarations go on the next line
ERROR: that open brace { should be on the previous line
ERROR: else should follow close brace '}'
WARNING: braces {} are not necessary for any arm of this statement
WARNING: braces {} are not necessary for single statement blocks

TEST=Build and run on Galileo Gen2

Change-Id: I13d1967757e106c8300a15baed25d920c52a1a95
Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Reviewed-on: https://review.coreboot.org/18861
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-03-17 03:12:39 +01:00
..
acpi
include arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
Kconfig src/Kconfig: Move bootblock behavior to arch/x86 as TODO suggested 2017-02-14 19:03:42 +01:00
Makefile.inc arch/x86: add functions to generate random numbers 2017-02-20 04:46:10 +01:00
acpi.c arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
acpi_device.c arch/x86/acpigen: Provide helper functions for enabling/disabling GPIO 2017-02-22 22:19:29 +01:00
acpi_s3.c ACPI S3: Signal successful boot 2016-12-18 20:38:09 +01:00
acpigen.c arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
acpigen_dsm.c arch/x86/acpigen: Fix acpigen for If (Lequal (...)) 2016-11-16 01:08:06 +01:00
assembly_entry.S
boot.c
bootblock.ld
bootblock_crt0.S
bootblock_normal.c arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
bootblock_romcc.S
bootblock_simple.c
c_start.S
car.ld x86: Configure premem cbmem console size 2016-12-16 18:30:14 +01:00
cbfs_and_run.c
cbmem.c
cpu.c arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
cpu_common.c
crt0_romcc_epilogue.inc
ebda.c
exception.c arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
exit_car.S soc/intel/apollolake: allow ApolloLake SoC to use FSP CAR Init 2016-12-21 00:11:24 +01:00
failover.ld
gdt.c arch/x86: don't create new gdt in cbmem for relocatable ramstage 2016-11-21 16:45:10 +01:00
id.S
id.ld
ioapic.c
memcpy.c
memlayout.ld
memmove.c
memset.c
mmap_boot.c
mpspec.c arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
pci_ops_conf1.c
pci_ops_mmconf.c
pirq_routing.c arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
postcar.c drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API support 2016-12-21 00:10:22 +01:00
postcar_loader.c postcar_loader: Support LATE_CBMEM_INIT boards 2016-12-09 23:54:34 +01:00
prologue.inc
rdrand.c arch/x86: add functions to generate random numbers 2017-02-20 04:46:10 +01:00
romcc_console.c
smbios.c arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
stages.c
tables.c arch/x86: Fix issues with braces detected by checkpatch 2017-03-17 03:12:39 +01:00
thread.c
thread_switch.S tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
timestamp.c
verstage.c
wakeup.S
walkcbfs.S