Paul Menzel ([email protected]) just uploaded a new patch set 
to gerrit, which you can find at http://review.coreboot.org/2492

-gerrit

commit 8286efa4101e9de174fffb8faf4c07cbbe985585
Author: Paul Menzel <[email protected]>
Date:   Sat Feb 23 21:11:15 2013 +0100

    Technologic TS5300: mainboard.c: Move { to next line
    
    This is coreboot’s coding style.
    
    Change-Id: I7441f2c1927a49a3b7171112b7798dae6b56cfb5
    Signed-off-by: Paul Menzel <[email protected]>
---
 src/mainboard/technologic/ts5300/mainboard.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/technologic/ts5300/mainboard.c 
b/src/mainboard/technologic/ts5300/mainboard.c
index 7dcac68..1b7d023 100644
--- a/src/mainboard/technologic/ts5300/mainboard.c
+++ b/src/mainboard/technologic/ts5300/mainboard.c
@@ -35,7 +35,8 @@ static void irqdump(void)
 /* TODO: finish up mmcr struct in sc520.h, and;
    - set ADDDECTL (now done in raminit.c in cpu/amd/sc520
 */
-static void enable_dev(struct device *dev) {
+static void enable_dev(struct device *dev)
+{
        volatile struct mmcr *mmcr = MMCRDEFAULT;
 
        /* currently, nothing in the device to use, so ignore it. */

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to