diff options
author | Martin Roth <martinroth@google.com> | 2016-07-28 16:32:56 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-08-01 21:43:56 +0200 |
commit | bb9722bd775d575401edff14a9b80406ecbd974a (patch) | |
tree | 7e16eb11f2681aeccbce658d4cac6a3510578528 /src/soc | |
parent | 049b46270d63c47db75b27246555c904e42fe9e2 (diff) |
Add newlines at the end of all coreboot files
Change-Id: I7930d5cded290f2605d0c92a9c465a3f0c1291a2
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/15974
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/northcluster.c | 2 | ||||
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc | 2 | ||||
-rw-r--r-- | src/soc/intel/skylake/acpi/scs.asl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/northcluster.c b/src/soc/intel/fsp_broadwell_de/northcluster.c index 307137bd6a..38872b4435 100644 --- a/src/soc/intel/fsp_broadwell_de/northcluster.c +++ b/src/soc/intel/fsp_broadwell_de/northcluster.c @@ -153,4 +153,4 @@ static const struct pci_driver nc_driver_es2 __pci_driver = { .ops = &nc_ops, .vendor = PCI_VENDOR_ID_INTEL, .device = SOC_DEVID_ES2, -};
\ No newline at end of file +}; diff --git a/src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc b/src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc index 436f038611..5ef9a9251d 100644 --- a/src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc +++ b/src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc @@ -1,3 +1,3 @@ romstage-y += romstage.c -$(obj)/soc/intel/fsp_broadwell_de/romstage/romstage.romstage.o : $(obj)/build.h
\ No newline at end of file +$(obj)/soc/intel/fsp_broadwell_de/romstage/romstage.romstage.o : $(obj)/build.h diff --git a/src/soc/intel/skylake/acpi/scs.asl b/src/soc/intel/skylake/acpi/scs.asl index 69bc82a143..45591cb4c6 100644 --- a/src/soc/intel/skylake/acpi/scs.asl +++ b/src/soc/intel/skylake/acpi/scs.asl @@ -140,4 +140,4 @@ Device (SDXC) } } } -#endif
\ No newline at end of file +#endif |