summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-07-28 16:32:56 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-08-01 21:43:56 +0200
commitbb9722bd775d575401edff14a9b80406ecbd974a (patch)
tree7e16eb11f2681aeccbce658d4cac6a3510578528
parent049b46270d63c47db75b27246555c904e42fe9e2 (diff)
downloadcoreboot-bb9722bd775d575401edff14a9b80406ecbd974a.tar.gz
coreboot-bb9722bd775d575401edff14a9b80406ecbd974a.tar.bz2
coreboot-bb9722bd775d575401edff14a9b80406ecbd974a.zip
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>
-rw-r--r--payloads/libpayload/arch/arm64/lib/Makefile.inc2
-rw-r--r--src/drivers/intel/gma/Makefile.inc2
-rw-r--r--src/drivers/spi/tpm/Makefile.inc2
-rw-r--r--src/drivers/xgi/common/XGI_main.c2
-rw-r--r--src/drivers/xgi/common/xgi_coreboot.h2
-rw-r--r--src/drivers/xgi/z9s/Makefile.inc2
-rw-r--r--src/mainboard/asus/kcma-d8/acpi_tables.c2
-rw-r--r--src/mainboard/asus/kcma-d8/spd_notes.txt2
-rw-r--r--src/mainboard/asus/kfsn4-dre/bootblock.c2
-rw-r--r--src/mainboard/asus/kfsn4-dre_k8/bootblock.c2
-rw-r--r--src/mainboard/asus/kgpe-d16/acpi_tables.c2
-rw-r--r--src/mainboard/asus/kgpe-d16/spd_notes.txt2
-rw-r--r--src/mainboard/google/ninja/acpi_tables.c2
-rw-r--r--src/mainboard/google/veyron/sdram_inf/sdram-unused.inc2
-rw-r--r--src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc2
-rw-r--r--src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc2
-rw-r--r--src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc2
-rw-r--r--src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc2
-rw-r--r--src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc2
-rw-r--r--src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc2
-rw-r--r--src/mainboard/intel/camelbackmountain_fsp/Makefile.inc2
-rw-r--r--src/mainboard/intel/stargo2/acpi/ec.asl2
-rw-r--r--src/mainboard/lenovo/t400/cmos.default2
-rw-r--r--src/mainboard/lenovo/t420/cmos.default2
-rw-r--r--src/mainboard/lenovo/t420s/cmos.default2
-rw-r--r--src/mainboard/lenovo/t520/cmos.default2
-rw-r--r--src/mainboard/lenovo/t530/cmos.default2
-rw-r--r--src/mainboard/lenovo/x200/cmos.default2
-rw-r--r--src/mainboard/siemens/mc_bdx1/Makefile.inc2
-rw-r--r--src/northbridge/amd/amdk8/thermal_mixin.asl2
-rw-r--r--src/soc/intel/fsp_broadwell_de/northcluster.c2
-rw-r--r--src/soc/intel/fsp_broadwell_de/romstage/Makefile.inc2
-rw-r--r--src/soc/intel/skylake/acpi/scs.asl2
-rw-r--r--src/southbridge/amd/sb700/spi.c2
-rw-r--r--src/southbridge/amd/sb700/spi.h2
-rw-r--r--src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl2
-rw-r--r--src/southbridge/nvidia/ck804/early_setup_car.c2
-rw-r--r--util/broadcom/Makefile.inc2
38 files changed, 38 insertions, 38 deletions
diff --git a/payloads/libpayload/arch/arm64/lib/Makefile.inc b/payloads/libpayload/arch/arm64/lib/Makefile.inc
index a7b7f576b430..c65700865ecf 100644
--- a/payloads/libpayload/arch/arm64/lib/Makefile.inc
+++ b/payloads/libpayload/arch/arm64/lib/Makefile.inc
@@ -30,4 +30,4 @@
lib_access = pstate.c sysctrl.c cache.c tlb.c clock.c
-libc-y += $(lib_access) \ No newline at end of file
+libc-y += $(lib_access)
diff --git a/src/drivers/intel/gma/Makefile.inc b/src/drivers/intel/gma/Makefile.inc
index 2ce83ebf9e10..88b91f6a2009 100644
--- a/src/drivers/intel/gma/Makefile.inc
+++ b/src/drivers/intel/gma/Makefile.inc
@@ -19,4 +19,4 @@ ramstage-$(CONFIG_INTEL_EDID) += edid.c vbt.c
ifeq ($(CONFIG_VGA_ROM_RUN),y)
ramstage-$(CONFIG_INTEL_INT15) += int15.c
endif
-ramstage-$(CONFIG_INTEL_GMA_ACPI) += acpi.c \ No newline at end of file
+ramstage-$(CONFIG_INTEL_GMA_ACPI) += acpi.c
diff --git a/src/drivers/spi/tpm/Makefile.inc b/src/drivers/spi/tpm/Makefile.inc
index 66118be1b903..7d1b390f08cf 100644
--- a/src/drivers/spi/tpm/Makefile.inc
+++ b/src/drivers/spi/tpm/Makefile.inc
@@ -4,4 +4,4 @@ ifneq ($(CONFIG_CHROMEOS),y)
bootblock-$(CONFIG_SPI_TPM) += tis.c tpm.c
romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
-endif \ No newline at end of file
+endif
diff --git a/src/drivers/xgi/common/XGI_main.c b/src/drivers/xgi/common/XGI_main.c
index 61bb63758fc8..8978607d0416 100644
--- a/src/drivers/xgi/common/XGI_main.c
+++ b/src/drivers/xgi/common/XGI_main.c
@@ -864,4 +864,4 @@ static void XGIfb_post_setmode(struct xgifb_video_info *xgifb_info)
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/drivers/xgi/common/xgi_coreboot.h b/src/drivers/xgi/common/xgi_coreboot.h
index cfa9372a1ff7..57475d2450b1 100644
--- a/src/drivers/xgi/common/xgi_coreboot.h
+++ b/src/drivers/xgi/common/xgi_coreboot.h
@@ -284,4 +284,4 @@ void pci_set_drvdata(struct pci_dev *pdev, struct xgifb_video_info *data);
int xgifb_probe(struct pci_dev *pdev, struct xgifb_video_info *xgifb_info);
int xgifb_modeset(struct pci_dev *pdev, struct xgifb_video_info *xgifb_info);
-#endif \ No newline at end of file
+#endif
diff --git a/src/drivers/xgi/z9s/Makefile.inc b/src/drivers/xgi/z9s/Makefile.inc
index c7ee85c2a5d2..995543325f4c 100644
--- a/src/drivers/xgi/z9s/Makefile.inc
+++ b/src/drivers/xgi/z9s/Makefile.inc
@@ -1 +1 @@
-ramstage-$(CONFIG_DRIVERS_XGI_Z9S) += z9s.c \ No newline at end of file
+ramstage-$(CONFIG_DRIVERS_XGI_Z9S) += z9s.c
diff --git a/src/mainboard/asus/kcma-d8/acpi_tables.c b/src/mainboard/asus/kcma-d8/acpi_tables.c
index f20e837556da..8395b9d460b7 100644
--- a/src/mainboard/asus/kcma-d8/acpi_tables.c
+++ b/src/mainboard/asus/kcma-d8/acpi_tables.c
@@ -106,4 +106,4 @@ unsigned long acpi_fill_ivrs_ioapic(acpi_ivrs_t* ivrs, unsigned long current)
current += 8;
return current;
-} \ No newline at end of file
+}
diff --git a/src/mainboard/asus/kcma-d8/spd_notes.txt b/src/mainboard/asus/kcma-d8/spd_notes.txt
index ddd5cc84d68f..d944229f00f7 100644
--- a/src/mainboard/asus/kcma-d8/spd_notes.txt
+++ b/src/mainboard/asus/kcma-d8/spd_notes.txt
@@ -43,4 +43,4 @@ After that, there's a cascade of small FETs and resistors in that region, eventu
SuperIO pin 81 (VSBGATE#) enables the standby voltage rails when set LOW.
VSBGATE# is reset on every assertion of PWRGOOD.
-Setting SuperIO LDN 9 CRF4 bits 1 or 0 (or both) to 0 disables NICB. \ No newline at end of file
+Setting SuperIO LDN 9 CRF4 bits 1 or 0 (or both) to 0 disables NICB.
diff --git a/src/mainboard/asus/kfsn4-dre/bootblock.c b/src/mainboard/asus/kfsn4-dre/bootblock.c
index 1542b9f1310c..b25b34f1a487 100644
--- a/src/mainboard/asus/kfsn4-dre/bootblock.c
+++ b/src/mainboard/asus/kfsn4-dre/bootblock.c
@@ -78,4 +78,4 @@ void bootblock_mainboard_init(void)
*/
#endif
}
-} \ No newline at end of file
+}
diff --git a/src/mainboard/asus/kfsn4-dre_k8/bootblock.c b/src/mainboard/asus/kfsn4-dre_k8/bootblock.c
index 1542b9f1310c..b25b34f1a487 100644
--- a/src/mainboard/asus/kfsn4-dre_k8/bootblock.c
+++ b/src/mainboard/asus/kfsn4-dre_k8/bootblock.c
@@ -78,4 +78,4 @@ void bootblock_mainboard_init(void)
*/
#endif
}
-} \ No newline at end of file
+}
diff --git a/src/mainboard/asus/kgpe-d16/acpi_tables.c b/src/mainboard/asus/kgpe-d16/acpi_tables.c
index f20e837556da..8395b9d460b7 100644
--- a/src/mainboard/asus/kgpe-d16/acpi_tables.c
+++ b/src/mainboard/asus/kgpe-d16/acpi_tables.c
@@ -106,4 +106,4 @@ unsigned long acpi_fill_ivrs_ioapic(acpi_ivrs_t* ivrs, unsigned long current)
current += 8;
return current;
-} \ No newline at end of file
+}
diff --git a/src/mainboard/asus/kgpe-d16/spd_notes.txt b/src/mainboard/asus/kgpe-d16/spd_notes.txt
index ddd5cc84d68f..d944229f00f7 100644
--- a/src/mainboard/asus/kgpe-d16/spd_notes.txt
+++ b/src/mainboard/asus/kgpe-d16/spd_notes.txt
@@ -43,4 +43,4 @@ After that, there's a cascade of small FETs and resistors in that region, eventu
SuperIO pin 81 (VSBGATE#) enables the standby voltage rails when set LOW.
VSBGATE# is reset on every assertion of PWRGOOD.
-Setting SuperIO LDN 9 CRF4 bits 1 or 0 (or both) to 0 disables NICB. \ No newline at end of file
+Setting SuperIO LDN 9 CRF4 bits 1 or 0 (or both) to 0 disables NICB.
diff --git a/src/mainboard/google/ninja/acpi_tables.c b/src/mainboard/google/ninja/acpi_tables.c
index caff8a9656fb..c647c9b9dc06 100644
--- a/src/mainboard/google/ninja/acpi_tables.c
+++ b/src/mainboard/google/ninja/acpi_tables.c
@@ -61,4 +61,4 @@ unsigned long acpi_fill_madt(unsigned long current)
current = acpi_madt_irq_overrides(current);
return current;
-} \ No newline at end of file
+}
diff --git a/src/mainboard/google/veyron/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron/sdram_inf/sdram-unused.inc
index 06498f7f14f8..0edcb70aa34e 100644
--- a/src/mainboard/google/veyron/sdram_inf/sdram-unused.inc
+++ b/src/mainboard/google/veyron/sdram_inf/sdram-unused.inc
@@ -1,3 +1,3 @@
{
.dramtype= UNUSED
-}, \ No newline at end of file
+},
diff --git a/src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc
index 06498f7f14f8..0edcb70aa34e 100644
--- a/src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc
+++ b/src/mainboard/google/veyron_brain/sdram_inf/sdram-unused.inc
@@ -1,3 +1,3 @@
{
.dramtype= UNUSED
-}, \ No newline at end of file
+},
diff --git a/src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc
index 06498f7f14f8..0edcb70aa34e 100644
--- a/src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc
+++ b/src/mainboard/google/veyron_danger/sdram_inf/sdram-unused.inc
@@ -1,3 +1,3 @@
{
.dramtype= UNUSED
-}, \ No newline at end of file
+},
diff --git a/src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc
index 06498f7f14f8..0edcb70aa34e 100644
--- a/src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc
+++ b/src/mainboard/google/veyron_emile/sdram_inf/sdram-unused.inc
@@ -1,3 +1,3 @@
{
.dramtype= UNUSED
-}, \ No newline at end of file
+},
diff --git a/src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc
index 06498f7f14f8..0edcb70aa34e 100644
--- a/src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc
+++ b/src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc
@@ -1,3 +1,3 @@
{
.dramtype= UNUSED
-}, \ No newline at end of file
+},
diff --git a/src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc
index 06498f7f14f8..0edcb70aa34e 100644
--- a/src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc
+++ b/src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc
@@ -1,3 +1,3 @@
{
.dramtype= UNUSED
-}, \ No newline at end of file
+},
diff --git a/src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc b/src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc
index 06498f7f14f8..0edcb70aa34e 100644
--- a/src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc
+++ b/src/mainboard/google/veyron_romy/sdram_inf/sdram-unused.inc
@@ -1,3 +1,3 @@
{
.dramtype= UNUSED
-}, \ No newline at end of file
+},
diff --git a/src/mainboard/intel/camelbackmountain_fsp/Makefile.inc b/src/mainboard/intel/camelbackmountain_fsp/Makefile.inc
index e7de261aa2a4..1606476d805a 100644
--- a/src/mainboard/intel/camelbackmountain_fsp/Makefile.inc
+++ b/src/mainboard/intel/camelbackmountain_fsp/Makefile.inc
@@ -13,4 +13,4 @@
## GNU General Public License for more details.
##
-ramstage-y += irqroute.c \ No newline at end of file
+ramstage-y += irqroute.c
diff --git a/src/mainboard/intel/stargo2/acpi/ec.asl b/src/mainboard/intel/stargo2/acpi/ec.asl
index a307279f2500..b2fed9af981b 100644
--- a/src/mainboard/intel/stargo2/acpi/ec.asl
+++ b/src/mainboard/intel/stargo2/acpi/ec.asl
@@ -6,4 +6,4 @@
* This file is included by lpc.asl in the southbridge directory.
* It is intended to be used to include any embedded controller
* specific ASL.
- */ \ No newline at end of file
+ */
diff --git a/src/mainboard/lenovo/t400/cmos.default b/src/mainboard/lenovo/t400/cmos.default
index 5cf3e63aea72..8955b18bc7cd 100644
--- a/src/mainboard/lenovo/t400/cmos.default
+++ b/src/mainboard/lenovo/t400/cmos.default
@@ -14,4 +14,4 @@ power_management_beeps=Enable
low_battery_beep=Enable
sata_mode=AHCI
hybrid_graphics_mode=Integrated Only
-gfx_uma_size=32M \ No newline at end of file
+gfx_uma_size=32M
diff --git a/src/mainboard/lenovo/t420/cmos.default b/src/mainboard/lenovo/t420/cmos.default
index 3a82c979dc62..cfb75523bda1 100644
--- a/src/mainboard/lenovo/t420/cmos.default
+++ b/src/mainboard/lenovo/t420/cmos.default
@@ -14,4 +14,4 @@ fn_ctrl_swap=Disable
sticky_fn=Disable
trackpoint=Enable
hyper_threading=Enable
-hybrid_graphics_mode=Integrated Only \ No newline at end of file
+hybrid_graphics_mode=Integrated Only
diff --git a/src/mainboard/lenovo/t420s/cmos.default b/src/mainboard/lenovo/t420s/cmos.default
index 3a82c979dc62..cfb75523bda1 100644
--- a/src/mainboard/lenovo/t420s/cmos.default
+++ b/src/mainboard/lenovo/t420s/cmos.default
@@ -14,4 +14,4 @@ fn_ctrl_swap=Disable
sticky_fn=Disable
trackpoint=Enable
hyper_threading=Enable
-hybrid_graphics_mode=Integrated Only \ No newline at end of file
+hybrid_graphics_mode=Integrated Only
diff --git a/src/mainboard/lenovo/t520/cmos.default b/src/mainboard/lenovo/t520/cmos.default
index ad7dcf54d347..526a6d6423ae 100644
--- a/src/mainboard/lenovo/t520/cmos.default
+++ b/src/mainboard/lenovo/t520/cmos.default
@@ -15,4 +15,4 @@ sticky_fn=Disable
trackpoint=Enable
hyper_threading=Enable
backlight=Both
-hybrid_graphics_mode=Integrated Only \ No newline at end of file
+hybrid_graphics_mode=Integrated Only
diff --git a/src/mainboard/lenovo/t530/cmos.default b/src/mainboard/lenovo/t530/cmos.default
index ad7dcf54d347..526a6d6423ae 100644
--- a/src/mainboard/lenovo/t530/cmos.default
+++ b/src/mainboard/lenovo/t530/cmos.default
@@ -15,4 +15,4 @@ sticky_fn=Disable
trackpoint=Enable
hyper_threading=Enable
backlight=Both
-hybrid_graphics_mode=Integrated Only \ No newline at end of file
+hybrid_graphics_mode=Integrated Only
diff --git a/src/mainboard/lenovo/x200/cmos.default b/src/mainboard/lenovo/x200/cmos.default
index 1d7b420b5ab3..b484b6a77b36 100644
--- a/src/mainboard/lenovo/x200/cmos.default
+++ b/src/mainboard/lenovo/x200/cmos.default
@@ -13,4 +13,4 @@ sticky_fn=Disable
power_management_beeps=Enable
low_battery_beep=Enable
sata_mode=AHCI
-gfx_uma_size=32M \ No newline at end of file
+gfx_uma_size=32M
diff --git a/src/mainboard/siemens/mc_bdx1/Makefile.inc b/src/mainboard/siemens/mc_bdx1/Makefile.inc
index e7de261aa2a4..1606476d805a 100644
--- a/src/mainboard/siemens/mc_bdx1/Makefile.inc
+++ b/src/mainboard/siemens/mc_bdx1/Makefile.inc
@@ -13,4 +13,4 @@
## GNU General Public License for more details.
##
-ramstage-y += irqroute.c \ No newline at end of file
+ramstage-y += irqroute.c
diff --git a/src/northbridge/amd/amdk8/thermal_mixin.asl b/src/northbridge/amd/amdk8/thermal_mixin.asl
index f096e5d5fe7e..b738d965c8ba 100644
--- a/src/northbridge/amd/amdk8/thermal_mixin.asl
+++ b/src/northbridge/amd/amdk8/thermal_mixin.asl
@@ -282,4 +282,4 @@ ThermalZone (K8T3) {
Add(Local0, K8TEMP_CRITICAL_ADD, Local0)
Return (Multiply(Local0, 10))
}
-} \ No newline at end of file
+}
diff --git a/src/soc/intel/fsp_broadwell_de/northcluster.c b/src/soc/intel/fsp_broadwell_de/northcluster.c
index 307137bd6aef..38872b44358a 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 436f03861127..5ef9a9251d2b 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 69bc82a143bb..45591cb4c61e 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
diff --git a/src/southbridge/amd/sb700/spi.c b/src/southbridge/amd/sb700/spi.c
index 4298b7bd23d1..0641ff9ebdb2 100644
--- a/src/southbridge/amd/sb700/spi.c
+++ b/src/southbridge/amd/sb700/spi.c
@@ -141,4 +141,4 @@ int spi_xfer(struct spi_slave *slave, const void *dout,
}
return 0;
-} \ No newline at end of file
+}
diff --git a/src/southbridge/amd/sb700/spi.h b/src/southbridge/amd/sb700/spi.h
index d015835980e2..ed5b8588fee7 100644
--- a/src/southbridge/amd/sb700/spi.h
+++ b/src/southbridge/amd/sb700/spi.h
@@ -14,4 +14,4 @@
*/
int spi_claim_bus(struct spi_slave *slave);
-void spi_release_bus(struct spi_slave *slave); \ No newline at end of file
+void spi_release_bus(struct spi_slave *slave);
diff --git a/src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl b/src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl
index 6997c0742290..431c61e74eee 100644
--- a/src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl
+++ b/src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl
@@ -86,4 +86,4 @@ Scope (\_SB.PCI0.LPCB)
Store (0x1, GIOS) // INPUT
Store (0x1, GINV) // INVERT
}
-} \ No newline at end of file
+}
diff --git a/src/southbridge/nvidia/ck804/early_setup_car.c b/src/southbridge/nvidia/ck804/early_setup_car.c
index c75b604f85e7..ae8b6a0ad3a8 100644
--- a/src/southbridge/nvidia/ck804/early_setup_car.c
+++ b/src/southbridge/nvidia/ck804/early_setup_car.c
@@ -379,4 +379,4 @@ void enable_fid_change_on_sb(unsigned sbbusn, unsigned sbdn)
{
/* The default value for CK804 is good. */
/* Set VFSMAF (VID/FID System Management Action Field) to 2. */
-} \ No newline at end of file
+}
diff --git a/util/broadcom/Makefile.inc b/util/broadcom/Makefile.inc
index eaf51a454977..4ec8a5275e98 100644
--- a/util/broadcom/Makefile.inc
+++ b/util/broadcom/Makefile.inc
@@ -1 +1 @@
-subdirs-$(CONFIG_SOC_BROADCOM_CYGNUS) += secimage \ No newline at end of file
+subdirs-$(CONFIG_SOC_BROADCOM_CYGNUS) += secimage