From ae8d06969bdde9b1250bc3c4ad93f5db408dae98 Mon Sep 17 00:00:00 2001 From: Andrew Wu Date: Fri, 2 Aug 2013 19:29:17 +0800 Subject: Remove unnecessary space characters. Change-Id: I4ed9329126b216eb4ae58355672603ce79a6d4ef Signed-off-by: Andrew Wu Reviewed-on: http://review.coreboot.org/3847 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov --- src/southbridge/intel/bd82x6x/azalia.c | 4 ++-- src/southbridge/intel/i82801gx/azalia.c | 4 ++-- src/southbridge/intel/i82801ix/hdaudio.c | 4 ++-- src/southbridge/intel/lynxpoint/azalia.c | 4 ++-- src/southbridge/intel/sch/audio.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/southbridge/intel') diff --git a/src/southbridge/intel/bd82x6x/azalia.c b/src/southbridge/intel/bd82x6x/azalia.c index 2d854a4f23..f3a2b2a52d 100644 --- a/src/southbridge/intel/bd82x6x/azalia.c +++ b/src/southbridge/intel/bd82x6x/azalia.c @@ -29,8 +29,8 @@ #include "pch.h" #define HDA_ICII_REG 0x68 -#define HDA_ICII_BUSY (1 << 0) -#define HDA_ICII_VALID (1 << 1) +#define HDA_ICII_BUSY (1 << 0) +#define HDA_ICII_VALID (1 << 1) typedef struct southbridge_intel_bd82x6x_config config_t; diff --git a/src/southbridge/intel/i82801gx/azalia.c b/src/southbridge/intel/i82801gx/azalia.c index 26859c5b73..ad9faa5a9f 100644 --- a/src/southbridge/intel/i82801gx/azalia.c +++ b/src/southbridge/intel/i82801gx/azalia.c @@ -28,8 +28,8 @@ #include "i82801gx.h" #define HDA_ICII_REG 0x68 -#define HDA_ICII_BUSY (1 << 0) -#define HDA_ICII_VALID (1 << 1) +#define HDA_ICII_BUSY (1 << 0) +#define HDA_ICII_VALID (1 << 1) typedef struct southbridge_intel_i82801gx_config config_t; diff --git a/src/southbridge/intel/i82801ix/hdaudio.c b/src/southbridge/intel/i82801ix/hdaudio.c index 2d75d119f1..13923140dc 100644 --- a/src/southbridge/intel/i82801ix/hdaudio.c +++ b/src/southbridge/intel/i82801ix/hdaudio.c @@ -29,8 +29,8 @@ #include "i82801ix.h" #define HDA_ICII_REG 0x68 -#define HDA_ICII_BUSY (1 << 0) -#define HDA_ICII_VALID (1 << 1) +#define HDA_ICII_BUSY (1 << 0) +#define HDA_ICII_VALID (1 << 1) typedef struct southbridge_intel_i82801ix_config config_t; diff --git a/src/southbridge/intel/lynxpoint/azalia.c b/src/southbridge/intel/lynxpoint/azalia.c index ad78e833dd..0e626769a6 100644 --- a/src/southbridge/intel/lynxpoint/azalia.c +++ b/src/southbridge/intel/lynxpoint/azalia.c @@ -29,8 +29,8 @@ #include "pch.h" #define HDA_ICII_REG 0x68 -#define HDA_ICII_BUSY (1 << 0) -#define HDA_ICII_VALID (1 << 1) +#define HDA_ICII_BUSY (1 << 0) +#define HDA_ICII_VALID (1 << 1) typedef struct southbridge_intel_bd82x6x_config config_t; diff --git a/src/southbridge/intel/sch/audio.c b/src/southbridge/intel/sch/audio.c index 701c9442c5..4cb7af2c52 100644 --- a/src/southbridge/intel/sch/audio.c +++ b/src/southbridge/intel/sch/audio.c @@ -27,8 +27,8 @@ #include #define HDA_ICII_REG 0x68 -#define HDA_ICII_BUSY (1 << 0) -#define HDA_ICII_VALID (1 << 1) +#define HDA_ICII_BUSY (1 << 0) +#define HDA_ICII_VALID (1 << 1) typedef struct southbridge_intel_sch_config config_t; -- cgit v1.2.3