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>
This commit is contained in:
Kyösti Mälkki
2013-09-13 07:57:49 +03:00
committed by Patrick Georgi
parent 370ff4af11
commit ecd8424919
20 changed files with 56 additions and 56 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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];

View File

@@ -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>

View File

@@ -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"

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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:

View File

@@ -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)

View File

@@ -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

View File

@@ -193,4 +193,4 @@ err:
outb(0x0, smbus_io_base + SMB_STS);
return 0xFF;
}