[coreboot-gerrit] New patch to review for coreboot: sb/broadcom/bcm5785/reset.c: Use tab for indents

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Wed Nov 23 19:02:07 CET 2016


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

-gerrit

commit 2a6cfa413bbe518c40d04ffb84bc38789dff3e93
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Wed Nov 23 19:00:14 2016 +0100

    sb/broadcom/bcm5785/reset.c: Use tab for indents
    
    Change-Id: If4350da1c9a7af5228be01a063486433860781e0
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/southbridge/broadcom/bcm5785/reset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/southbridge/broadcom/bcm5785/reset.c b/src/southbridge/broadcom/bcm5785/reset.c
index 8140e01..82ff0fd 100644
--- a/src/southbridge/broadcom/bcm5785/reset.c
+++ b/src/southbridge/broadcom/bcm5785/reset.c
@@ -46,5 +46,5 @@ void hard_reset(void)
 	/* Try rebooting through port 0xcf9 */
 	/* Actually it is not a real hard_reset --- it only reset coherent link table, but not reset link freq and width */
 	outb((0 <<3)|(0<<2)|(1<<1), 0xcf9);
-      	outb((0 <<3)|(1<<2)|(1<<1), 0xcf9);
+	outb((0 <<3)|(1<<2)|(1<<1), 0xcf9);
 }



More information about the coreboot-gerrit mailing list