[coreboot-gerrit] New patch to review for coreboot: ae374a6 southbridge/intel/i82801ex: Remove a trailing whitespace

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Tue Jul 22 19:47:24 CEST 2014


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6338

-gerrit

commit ae374a619b4b26f7df18ccde30b4d8c04e318be5
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Tue Jul 22 19:47:50 2014 +0200

    southbridge/intel/i82801ex: Remove a trailing whitespace
    
    Change-Id: Ia69d971bfad2639dcfb196f9ff5978d54c474010
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/southbridge/intel/i82801ex/i82801ex.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/southbridge/intel/i82801ex/i82801ex.h b/src/southbridge/intel/i82801ex/i82801ex.h
index 3c7321a..a3ea368 100644
--- a/src/southbridge/intel/i82801ex/i82801ex.h
+++ b/src/southbridge/intel/i82801ex/i82801ex.h
@@ -14,9 +14,9 @@ extern void i82801ex_enable(device_t dev);
 
 #define PMBASE          0x40
 #define ACPI_CNTL       0x44
-#define   ACPI_EN	(1 << 4)
+#define ACPI_EN	(1 << 4)
 #define GPIO_BASE       0x58
 #define GPIO_CNTL       0x5C
-#define   GPIO_EN	(1 << 4)
+#define GPIO_EN	(1 << 4)
 
 #endif /* I82801EX_H */



More information about the coreboot-gerrit mailing list