From 76b46e093a17ac246d2c10267e42a4109a84832f Mon Sep 17 00:00:00 2001 From: Nicolas Reinecke Date: Thu, 30 Oct 2014 11:30:36 +0100 Subject: lenovo/x2x0,t530 hda_verb.c: codestyle - remove some spaces Change-Id: Ieee54e28641f88497503d6d91ddeb52ad091d78d Signed-off-by: Nicolas Reinecke Reviewed-on: http://review.coreboot.org/7274 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- 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 bd176c1292..880a6f71a5 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 6495fd6206..54f756e01e 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 bd176c1292..880a6f71a5 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 */ -- cgit v1.2.3