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/southbridge | |
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/southbridge')
-rw-r--r-- | src/southbridge/amd/sb700/spi.c | 2 | ||||
-rw-r--r-- | src/southbridge/amd/sb700/spi.h | 2 | ||||
-rw-r--r-- | src/southbridge/intel/lynxpoint/acpi/lpt_lp.asl | 2 | ||||
-rw-r--r-- | src/southbridge/nvidia/ck804/early_setup_car.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/amd/sb700/spi.c b/src/southbridge/amd/sb700/spi.c index 4298b7bd23..0641ff9ebd 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 d015835980..ed5b8588fe 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 6997c07422..431c61e74e 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 c75b604f85..ae8b6a0ad3 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 +} |