[coreboot-gerrit] New patch to review for coreboot: e963b61 intel/nehalem/raminit.c: Remove space in `timestamp_add_now(104)`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu May 28 07:36:03 CEST 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10347

-gerrit

commit e963b61f04e6ad8659f89925ad54cb8d995ff587
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Thu May 28 07:32:48 2015 +0200

    intel/nehalem/raminit.c: Remove space in `timestamp_add_now(104)`
    
    Fix up commit c6f6be09 (Support for nehalem northbridge) to follow the
    coreboot/Linux kernel coding style.
    
    Change-Id: Ibf4f272ad54e6fef0b297189651f2bcf888b5b26
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/northbridge/intel/nehalem/raminit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/nehalem/raminit.c b/src/northbridge/intel/nehalem/raminit.c
index 54a0d65..c41310a 100644
--- a/src/northbridge/intel/nehalem/raminit.c
+++ b/src/northbridge/intel/nehalem/raminit.c
@@ -4784,7 +4784,7 @@ void raminit(const int s3resume, const u8 *spd_addrmap)
 		ram_training(&info);
 
 	/* After training. */
-	timestamp_add_now (104);
+	timestamp_add_now(104);
 
 	dump_timings(&info);
 



More information about the coreboot-gerrit mailing list