aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-09-13 07:57:49 +0300
committerPatrick Georgi <patrick@georgi-clan.de>2013-09-17 21:04:35 +0200
commitecd842491972a523a704faef3badd74d9a70a490 (patch)
tree6a32dd34119cc1b61e6ef8e357d122ccb54e1272 /src
parent370ff4af113e698aace3adfa393c76cfc9016d38 (diff)
Fix whitespace leaked into tree
Clean whitespace errors that have gotten past lint-stable-003-whitespace and gerrit review. Change-Id: Id76fc68e9d32d1b2b672d519b75cdc80cc4f1ad9 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3920 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/Kconfig2
-rw-r--r--src/drivers/Makefile.inc2
-rw-r--r--src/lib/libgcov.c2
-rw-r--r--src/mainboard/amd/inagua/dsdt.asl4
-rw-r--r--src/mainboard/amd/olivehill/dsdt.asl2
-rw-r--r--src/mainboard/amd/persimmon/dsdt.asl2
-rw-r--r--src/mainboard/amd/south_station/dsdt.asl4
-rw-r--r--src/mainboard/amd/union_station/dsdt.asl4
-rw-r--r--src/mainboard/asrock/e350m1/dsdt.asl4
-rw-r--r--src/mainboard/google/snow/memory.c2
-rw-r--r--src/mainboard/lenovo/x60/i915.c2
-rw-r--r--src/mainboard/supermicro/h8qgi/devicetree.cb2
-rw-r--r--src/southbridge/amd/cs5536/smbus.c2
13 files changed, 17 insertions, 17 deletions
diff --git a/src/Kconfig b/src/Kconfig
index be2cb249c1..127887ccb6 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -334,7 +334,7 @@ config TIMER_QUEUE
def_bool n
depends on HAVE_MONOTONIC_TIMER
help
- Provide a timer queue for performing time-based callbacks.
+ Provide a timer queue for performing time-based callbacks.
config COOP_MULTITASKING
def_bool n
diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc
index 9a1be720dc..da397d0c8d 100644
--- a/src/drivers/Makefile.inc
+++ b/src/drivers/Makefile.inc
@@ -30,7 +30,7 @@ subdirs-y += sil
subdirs-y += trident
subdirs-y += ics
subdirs-y += spi
-subdirs-y += ti
+subdirs-y += ti
subdirs-y += ipmi
subdirs-y += elog
subdirs-$(CONFIG_ARCH_X86) += pc80
diff --git a/src/lib/libgcov.c b/src/lib/libgcov.c
index f37d0d2cde..dbbd70962a 100644
--- a/src/lib/libgcov.c
+++ b/src/lib/libgcov.c
@@ -334,7 +334,7 @@ gcov_exit (void)
{
crc32 = crc32_unsigned (crc32, gi_ptr->stamp);
crc32 = crc32_unsigned (crc32, gi_ptr->n_functions);
-
+
for (f_ix = 0; (unsigned)f_ix != gi_ptr->n_functions; f_ix++)
{
gfi_ptr = gi_ptr->functions[f_ix];
diff --git a/src/mainboard/amd/inagua/dsdt.asl b/src/mainboard/amd/inagua/dsdt.asl
index f0cfc275fb..f7c7bb2de3 100644
--- a/src/mainboard/amd/inagua/dsdt.asl
+++ b/src/mainboard/amd/inagua/dsdt.asl
@@ -28,13 +28,13 @@ DefinitionBlock (
)
{ /* Start of ASL file */
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
-
+
#include "acpi/mainboard.asl"
#include <cpu/amd/agesa/family14/acpi/cpu.asl>
#include "acpi/routing.asl"
-
+
Scope(\_SB) {
/* global utility methods expected within the \_SB scope */
#include <arch/x86/acpi/globutil.asl>
diff --git a/src/mainboard/amd/olivehill/dsdt.asl b/src/mainboard/amd/olivehill/dsdt.asl
index cba800c550..78d9bcacd5 100644
--- a/src/mainboard/amd/olivehill/dsdt.asl
+++ b/src/mainboard/amd/olivehill/dsdt.asl
@@ -29,7 +29,7 @@ DefinitionBlock (
)
{ /* Start of ASL file */
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
-
+
/* Globals for the platform */
#include "acpi/mainboard.asl"
diff --git a/src/mainboard/amd/persimmon/dsdt.asl b/src/mainboard/amd/persimmon/dsdt.asl
index 1288929a1b..f7c7bb2de3 100644
--- a/src/mainboard/amd/persimmon/dsdt.asl
+++ b/src/mainboard/amd/persimmon/dsdt.asl
@@ -28,7 +28,7 @@ DefinitionBlock (
)
{ /* Start of ASL file */
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
-
+
#include "acpi/mainboard.asl"
#include <cpu/amd/agesa/family14/acpi/cpu.asl>
diff --git a/src/mainboard/amd/south_station/dsdt.asl b/src/mainboard/amd/south_station/dsdt.asl
index f0cfc275fb..f7c7bb2de3 100644
--- a/src/mainboard/amd/south_station/dsdt.asl
+++ b/src/mainboard/amd/south_station/dsdt.asl
@@ -28,13 +28,13 @@ DefinitionBlock (
)
{ /* Start of ASL file */
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
-
+
#include "acpi/mainboard.asl"
#include <cpu/amd/agesa/family14/acpi/cpu.asl>
#include "acpi/routing.asl"
-
+
Scope(\_SB) {
/* global utility methods expected within the \_SB scope */
#include <arch/x86/acpi/globutil.asl>
diff --git a/src/mainboard/amd/union_station/dsdt.asl b/src/mainboard/amd/union_station/dsdt.asl
index f0cfc275fb..f7c7bb2de3 100644
--- a/src/mainboard/amd/union_station/dsdt.asl
+++ b/src/mainboard/amd/union_station/dsdt.asl
@@ -28,13 +28,13 @@ DefinitionBlock (
)
{ /* Start of ASL file */
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
-
+
#include "acpi/mainboard.asl"
#include <cpu/amd/agesa/family14/acpi/cpu.asl>
#include "acpi/routing.asl"
-
+
Scope(\_SB) {
/* global utility methods expected within the \_SB scope */
#include <arch/x86/acpi/globutil.asl>
diff --git a/src/mainboard/asrock/e350m1/dsdt.asl b/src/mainboard/asrock/e350m1/dsdt.asl
index 0620360edd..626943532a 100644
--- a/src/mainboard/asrock/e350m1/dsdt.asl
+++ b/src/mainboard/asrock/e350m1/dsdt.asl
@@ -28,13 +28,13 @@ DefinitionBlock (
)
{ /* Start of ASL file */
/* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */
-
+
#include "acpi/mainboard.asl"
#include <cpu/amd/agesa/family14/acpi/cpu.asl>
#include "acpi/routing.asl"
-
+
Scope(\_SB) {
/* global utility methods expected within the \_SB scope */
#include <arch/x86/acpi/globutil.asl>
diff --git a/src/mainboard/google/snow/memory.c b/src/mainboard/google/snow/memory.c
index af04cbdb77..977dbbc79d 100644
--- a/src/mainboard/google/snow/memory.c
+++ b/src/mainboard/google/snow/memory.c
@@ -509,7 +509,7 @@ struct mem_timings *get_mem_timings(void)
unsigned int frequency_mhz;
enum mem_manuf mem_manuf;
const struct mem_timings *mem;
-
+
config = board_get_config();
switch (config) {
case SNOW_CONFIG_ELPIDA_EVT:
diff --git a/src/mainboard/lenovo/x60/i915.c b/src/mainboard/lenovo/x60/i915.c
index ef266451ae..837c8b490c 100644
--- a/src/mainboard/lenovo/x60/i915.c
+++ b/src/mainboard/lenovo/x60/i915.c
@@ -375,7 +375,7 @@ int i915lightup(unsigned int pphysbase, unsigned int piobase,
setgtt(0, 800 , physbase, 4096);
- temp = READ32(PGETLB_CTL);
+ temp = READ32(PGETLB_CTL);
printk(BIOS_INFO, "GTT PGETLB_CTL register: 0x%lx\n", temp);
if (temp & 1)
diff --git a/src/mainboard/supermicro/h8qgi/devicetree.cb b/src/mainboard/supermicro/h8qgi/devicetree.cb
index be9e56427e..d99a6ba420 100644
--- a/src/mainboard/supermicro/h8qgi/devicetree.cb
+++ b/src/mainboard/supermicro/h8qgi/devicetree.cb
@@ -111,7 +111,7 @@ chip northbridge/amd/agesa/family15/root_complex
end
end #drivers/i2c/w83795
end # LPC
- device pci 14.4 on
+ device pci 14.4 on
device pci 4.0 on end # onboard VGA
end # PCI 0x4384
device pci 14.5 on end # USB 3
diff --git a/src/southbridge/amd/cs5536/smbus.c b/src/southbridge/amd/cs5536/smbus.c
index 5373824587..bdc089d8e4 100644
--- a/src/southbridge/amd/cs5536/smbus.c
+++ b/src/southbridge/amd/cs5536/smbus.c
@@ -193,4 +193,4 @@ err:
outb(0x0, smbus_io_base + SMB_STS);
return 0xFF;
}
-
+