[coreboot-gerrit] New patch to review for coreboot: intel/fsp_baytrail: change indent to use tabs

Ben Gardner (gardner.ben@gmail.com) gerrit at coreboot.org
Wed Dec 9 18:37:38 CET 2015


Ben Gardner (gardner.ben at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12698

-gerrit

commit 160df61111eb05dc82e9d67e433819e2b9339566
Author: Ben Gardner <gardner.ben at gmail.com>
Date:   Wed Dec 9 11:33:39 2015 -0600

    intel/fsp_baytrail: change indent to use tabs
    
    Change-Id: If0d0a15442738bab0e34f1b05513e7f8e8fa9afc
    Signed-off-by: Ben Gardner <gardner.ben at gmail.com>
---
 src/soc/intel/fsp_baytrail/cpu.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/soc/intel/fsp_baytrail/cpu.c b/src/soc/intel/fsp_baytrail/cpu.c
index 5f9fc4b..6ede926 100644
--- a/src/soc/intel/fsp_baytrail/cpu.c
+++ b/src/soc/intel/fsp_baytrail/cpu.c
@@ -149,13 +149,13 @@ static void asmlinkage cpu_smm_do_relocation(void *arg)
 {
 	msr_t smrr;
 	em64t100_smm_state_save_area_t *smm_state;
-        const struct smm_module_params *p;
-        const struct smm_runtime *runtime;
-        int cpu;
+	const struct smm_module_params *p;
+	const struct smm_runtime *runtime;
+	int cpu;
 
-        p = arg;
-        runtime = p->runtime;
-        cpu = p->cpu;
+	p = arg;
+	runtime = p->runtime;
+	cpu = p->cpu;
 
 	if (cpu >= CONFIG_MAX_CPUS) {
 		printk(BIOS_CRIT,



More information about the coreboot-gerrit mailing list