[coreboot-gerrit] New patch to review for coreboot: soc/intel/common: Indent code with tabs

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Fri Mar 10 22:51:40 CET 2017


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18754

-gerrit

commit 6618f2213f83dfb0c994e1ebfba034db3a0cbec7
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Fri Mar 10 13:33:21 2017 -0800

    soc/intel/common: Indent code with tabs
    
    Fix the following error detected by checkpatch.pl:
    
    ERROR: code indent should use tabs where possible
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: I61c4f01216cb6c788cf6da988c414bbb9648d502
    Signed-off-by: Lee Leahy <Leroy.P.Leahy at intel.com>
---
 src/soc/intel/common/acpi/acpi.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/soc/intel/common/acpi/acpi.c b/src/soc/intel/common/acpi/acpi.c
index 0c5746c..366c465 100644
--- a/src/soc/intel/common/acpi/acpi.c
+++ b/src/soc/intel/common/acpi/acpi.c
@@ -162,16 +162,16 @@ static void generate_p_state_entries(int core, int cores_per_package)
 	/* Calculate CPU TDP in mW */
 	power_max = cpu_get_power_max();
 
-        /* Write _PCT indicating use of FFixedHW */
+	/* Write _PCT indicating use of FFixedHW */
 	acpigen_write_empty_PCT();
 
-        /* Write _PPC with no limit on supported P-state */
+	/* Write _PPC with no limit on supported P-state */
 	acpigen_write_PPC_NVS();
-       /* Write PSD indicating configured coordination type */
+	/* Write PSD indicating configured coordination type */
 	acpigen_write_PSD_package(core, 1, coord_type);
 
-        /* Add P-state entries in _PSS table */
-        acpigen_write_name("_PSS");
+	/* Add P-state entries in _PSS table */
+	acpigen_write_name("_PSS");
 
 	/* Determine ratio points */
 	ratio_step = PSS_RATIO_STEP;



More information about the coreboot-gerrit mailing list