[coreboot-gerrit] New patch to review for coreboot: cd53755 lenovo/x2x0, t530 hda_verb.c: codestyle - remove some spaces

Nicolas Reinecke (nr@das-labor.org) gerrit at coreboot.org
Thu Oct 30 11:37:18 CET 2014


Nicolas Reinecke (nr at das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7274

-gerrit

commit cd5375538169c121dc7e3f0fcb3e67746f116553
Author: Nicolas Reinecke <nr at das-labor.org>
Date:   Thu Oct 30 11:30:36 2014 +0100

    lenovo/x2x0,t530 hda_verb.c: codestyle - remove some spaces
    
    Change-Id: Ieee54e28641f88497503d6d91ddeb52ad091d78d
    Signed-off-by: Nicolas Reinecke <nr at das-labor.org>
---
 src/mainboard/lenovo/t530/hda_verb.c | 4 ++--
 src/mainboard/lenovo/x220/hda_verb.c | 6 +++---
 src/mainboard/lenovo/x230/hda_verb.c | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/mainboard/lenovo/t530/hda_verb.c b/src/mainboard/lenovo/t530/hda_verb.c
index bd176c1..880a6f7 100644
--- a/src/mainboard/lenovo/t530/hda_verb.c
+++ b/src/mainboard/lenovo/t530/hda_verb.c
@@ -29,8 +29,8 @@
 
 const u32 cim_verb_data[] = {
 	/* coreboot specific header */
-  	0x10ec0269,	// Codec Vendor / Device ID: Realtek ALC269VC
-  	0x17aa21fa,	// Subsystem ID
+	0x10ec0269,	// Codec Vendor / Device ID: Realtek ALC269VC
+	0x17aa21fa,	// Subsystem ID
 	0x00000012,	// Number of 4 dword sets
 
 /* Bits 31:28 - Codec Address */
diff --git a/src/mainboard/lenovo/x220/hda_verb.c b/src/mainboard/lenovo/x220/hda_verb.c
index 6495fd6..54f756e 100644
--- a/src/mainboard/lenovo/x220/hda_verb.c
+++ b/src/mainboard/lenovo/x220/hda_verb.c
@@ -29,9 +29,9 @@
 
 const u32 cim_verb_data[] = {
 	/* coreboot specific header */
-  	0x14f1506e,	// Codec Vendor / Device ID: Conexant CX20590
-  	0x17aa21db,	// Subsystem ID
-	0x0000000d    ,	// Number of 4 dword sets
+	0x14f1506e,	// Codec Vendor / Device ID: Conexant CX20590
+	0x17aa21db,	// Subsystem ID
+	0x0000000d,	// Number of 4 dword sets
 
 /* Bits 31:28 - Codec Address */
 /* Bits 27:20 - NID */
diff --git a/src/mainboard/lenovo/x230/hda_verb.c b/src/mainboard/lenovo/x230/hda_verb.c
index bd176c1..880a6f7 100644
--- a/src/mainboard/lenovo/x230/hda_verb.c
+++ b/src/mainboard/lenovo/x230/hda_verb.c
@@ -29,8 +29,8 @@
 
 const u32 cim_verb_data[] = {
 	/* coreboot specific header */
-  	0x10ec0269,	// Codec Vendor / Device ID: Realtek ALC269VC
-  	0x17aa21fa,	// Subsystem ID
+	0x10ec0269,	// Codec Vendor / Device ID: Realtek ALC269VC
+	0x17aa21fa,	// Subsystem ID
 	0x00000012,	// Number of 4 dword sets
 
 /* Bits 31:28 - Codec Address */



More information about the coreboot-gerrit mailing list