mb/lenovo: Remove unnecessary whitespace in comments

This makes diff between boards even smaller in some cases.

Change-Id: I42ecaf5de657275708ddaf2c926fe31fe16a7220
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38515
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
diff --git a/src/mainboard/lenovo/g505s/acpi/gpe.asl b/src/mainboard/lenovo/g505s/acpi/gpe.asl
index ace1d26..f28ad50 100644
--- a/src/mainboard/lenovo/g505s/acpi/gpe.asl
+++ b/src/mainboard/lenovo/g505s/acpi/gpe.asl
@@ -15,18 +15,18 @@
 
 Scope(\_GPE) {	/* Start Scope GPE */
 
-	/*  Legacy PM event  */
+	/* Legacy PM event */
 	Method(_L08) {
 		/* DBGO("\\_GPE\\_L08\n") */
 	}
 
-	/*  Temp warning (TWarn) event  */
+	/* Temp warning (TWarn) event */
 	Method(_L09) {
 		/* DBGO("\\_GPE\\_L09\n") */
 		/* Notify (\_TZ.TZ00, 0x80) */
 	}
 
-	/*  USB controller PME#  */
+	/* USB controller PME# */
 	Method(_L0B) {
 		Store("USB PME", Debug)
 		/* Notify devices of wake event */
@@ -39,13 +39,13 @@
 		Notify(\_SB.PWRB, 0x02)
 	}
 
-	/*  ExtEvent0 SCI event  */
+	/* ExtEvent0 SCI event */
 	Method(_L10) {
 		/* DBGO("\\_GPE\\_L10\n") */
 	}
 
 
-	/*  ExtEvent1 SCI event  */
+	/* ExtEvent1 SCI event */
 	Method(_L11) {
 		/* DBGO("\\_GPE\\_L11\n") */
 	}
@@ -59,7 +59,7 @@
 		Notify(\_SB.LID, 0x80)
 	}
 
-	/*  GPIO0 or GEvent8 event  */
+	/* GPIO0 or GEvent8 event */
 	Method(_L18) {
 		Store("PCI bridge wake event", Debug)
 		/* Notify PCI bridges of wake event */
@@ -67,7 +67,7 @@
 		Notify(\_SB.PCI0.PBR5, 0x02)
 	}
 
-	/*  Azalia SCI event  */
+	/* Azalia SCI event */
 	Method(_L1B) {
 		/* DBGO("\\_GPE\\_L1B\n") */
 		Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
diff --git a/src/mainboard/lenovo/g505s/acpi/usb_oc.asl b/src/mainboard/lenovo/g505s/acpi/usb_oc.asl
index f5d6980..ae064fe 100644
--- a/src/mainboard/lenovo/g505s/acpi/usb_oc.asl
+++ b/src/mainboard/lenovo/g505s/acpi/usb_oc.asl
@@ -14,7 +14,7 @@
  * GNU General Public License for more details.
  */
 
-/* USB overcurrent mapping pins.   */
+/* USB overcurrent mapping pins. */
 Name(UOM0, 0)
 Name(UOM1, 2)
 Name(UOM2, 0)
diff --git a/src/mainboard/lenovo/g505s/buildOpts.c b/src/mainboard/lenovo/g505s/buildOpts.c
index 3adf20d9..66cdefd 100644
--- a/src/mainboard/lenovo/g505s/buildOpts.c
+++ b/src/mainboard/lenovo/g505s/buildOpts.c
@@ -30,7 +30,7 @@
 
 #include <vendorcode/amd/agesa/f15tn/AGESA.h>
 
-/*  Include the files that instantiate the configuration definitions.  */
+/* Include the files that instantiate the configuration definitions. */
 #include <vendorcode/amd/agesa/f15tn/Include/AdvancedApi.h>
 #include <vendorcode/amd/agesa/f15tn/Proc/CPU/cpuFamilyTranslation.h>
 #include <vendorcode/amd/agesa/f15tn/Proc/CPU/Feature/cpuFeatures.h>
@@ -43,13 +43,13 @@
 #include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h>
 
 
-/*  Select the CPU family.  */
+/* Select the CPU family. */
 #define INSTALL_FAMILY_10_SUPPORT FALSE
 #define INSTALL_FAMILY_12_SUPPORT FALSE
 #define INSTALL_FAMILY_14_SUPPORT FALSE
 #define INSTALL_FAMILY_15_MODEL_1x_SUPPORT TRUE
 
-/*  Select the CPU socket type.  */
+/* Select the CPU socket type. */
 #define INSTALL_G34_SOCKET_SUPPORT  FALSE
 #define INSTALL_C32_SOCKET_SUPPORT  FALSE
 #define INSTALL_S1G3_SOCKET_SUPPORT FALSE
@@ -182,7 +182,7 @@
 //#define BLDCFG_IGPU_HD_AUDIO_SUBSYSTEM_ID   OEM_IGPU_HD_AUDIO_SSID
 //#define BLFCFG_APU_PCIE_PORTS_SUBSYSTEM_ID  OEM_APU_PCIE_PORTS_SSID
 
-/*  Process the options...
+/* Process the options...
  * This file include MUST occur AFTER the user option selection settings
  */
 /*
diff --git a/src/mainboard/lenovo/g505s/dsdt.asl b/src/mainboard/lenovo/g505s/dsdt.asl
index bc9a13f..ce11be8 100644
--- a/src/mainboard/lenovo/g505s/dsdt.asl
+++ b/src/mainboard/lenovo/g505s/dsdt.asl
@@ -66,7 +66,7 @@
 		/* Describe PCI INT[A-H] for the Southbridge */
 		#include <southbridge/amd/agesa/hudson/acpi/pci_int.asl>
 
-	}   /* End Scope(_SB)  */
+	}   /* End Scope(_SB) */
 
 	Scope(\_SB.PCI0.LIBR) {
 		#include "acpi/ec.asl"
diff --git a/src/mainboard/lenovo/g505s/ec.h b/src/mainboard/lenovo/g505s/ec.h
index 52a3ab7..63579b1 100644
--- a/src/mainboard/lenovo/g505s/ec.h
+++ b/src/mainboard/lenovo/g505s/ec.h
@@ -21,4 +21,4 @@
 
 void lenovo_g505s_ec_init(void);
 
-#endif /* _MAINBOARD_LENOVO_G505S_EC_H   */
+#endif /* _MAINBOARD_LENOVO_G505S_EC_H */
diff --git a/src/mainboard/lenovo/g505s/mainboard.h b/src/mainboard/lenovo/g505s/mainboard.h
index 0a7ccd7..ebae80c 100644
--- a/src/mainboard/lenovo/g505s/mainboard.h
+++ b/src/mainboard/lenovo/g505s/mainboard.h
@@ -38,4 +38,4 @@
 /* Enable PS/2 Keyboard and Mouse */
 #define SIO_EC_ENABLE_PS2K
 
-#endif /* _MAINBOARD_LENOVO_G505S_MAINBOARD_H   */
+#endif /* _MAINBOARD_LENOVO_G505S_MAINBOARD_H */
diff --git a/src/mainboard/lenovo/g505s/mptable.c b/src/mainboard/lenovo/g505s/mptable.c
index f3c2f0a5..3b2c4a2 100644
--- a/src/mainboard/lenovo/g505s/mptable.c
+++ b/src/mainboard/lenovo/g505s/mptable.c
@@ -138,7 +138,7 @@
 	PCI_INT(0x0, 0x11, 0x0, intr_data[0x40]);
 	PCI_INT(0x0, 0x11, 0x0, intr_data[0x41]);
 
-	/* on board NIC & Slot PCIE.  */
+	/* on board NIC & Slot PCIE. */
 
 	/* PCI slots */
 	struct device *dev = pcidev_on_root(0x14, 4);
diff --git a/src/mainboard/lenovo/l520/acpi/platform.asl b/src/mainboard/lenovo/l520/acpi/platform.asl
index 2d016fa..534408e 100644
--- a/src/mainboard/lenovo/l520/acpi/platform.asl
+++ b/src/mainboard/lenovo/l520/acpi/platform.asl
@@ -16,14 +16,14 @@
 
 Method(_WAK,1)
 {
-	/* ME may not be up yet.  */
+	/* ME may not be up yet. */
 	Store (0, \_TZ.MEB1)
 	Store (0, \_TZ.MEB2)
 
 	/* Wake the HKEY to init BT/WWAN */
 	\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
 
-	/* Not implemented.  */
+	/* Not implemented. */
 	Return(Package(){0,0})
 }
 
diff --git a/src/mainboard/lenovo/l520/dsdt.asl b/src/mainboard/lenovo/l520/dsdt.asl
index 4fefb5e..08b38d2 100644
--- a/src/mainboard/lenovo/l520/dsdt.asl
+++ b/src/mainboard/lenovo/l520/dsdt.asl
@@ -30,7 +30,7 @@
 	#include "acpi/platform.asl"
 	#include <cpu/intel/common/acpi/cpu.asl>
 	#include <southbridge/intel/common/acpi/platform.asl>
-	/* global NVS and variables.  */
+	/* global NVS and variables. */
 	#include <southbridge/intel/bd82x6x/acpi/globalnvs.asl>
 	#include <southbridge/intel/common/acpi/sleepstates.asl>
 
diff --git a/src/mainboard/lenovo/l520/smihandler.c b/src/mainboard/lenovo/l520/smihandler.c
index 982233d..425c05d 100644
--- a/src/mainboard/lenovo/l520/smihandler.c
+++ b/src/mainboard/lenovo/l520/smihandler.c
@@ -75,9 +75,9 @@
 {
 	if (slp_typ == 3) {
 		u8 ec_wake = ec_read(0x32);
-		/* If EC wake events are enabled, enable wake on EC WAKE GPE.  */
+		/* If EC wake events are enabled, enable wake on EC WAKE GPE. */
 		if (ec_wake & 0x14) {
-			/* Redirect EC WAKE GPE to SCI.  */
+			/* Redirect EC WAKE GPE to SCI. */
 			gpi_route_interrupt(GPE_EC_WAKE, GPI_IS_SCI);
 		}
 	}
diff --git a/src/mainboard/lenovo/s230u/early_init.c b/src/mainboard/lenovo/s230u/early_init.c
index 10ce300..a0fc2ec 100644
--- a/src/mainboard/lenovo/s230u/early_init.c
+++ b/src/mainboard/lenovo/s230u/early_init.c
@@ -83,7 +83,7 @@
 	printk(BIOS_INFO, "SPD index %d (%s)\n",
 		spd_index, mainboard_spd_names[spd_index]);
 
-	/* C0S0 is a soldered RAM with no real SPD. Use stored SPD.  */
+	/* C0S0 is a soldered RAM with no real SPD. Use stored SPD. */
 	spd_file = cbfs_boot_map_with_leak("spd.bin", CBFS_TYPE_SPD,
 		&spd_file_len);
 
diff --git a/src/mainboard/lenovo/s230u/ec.h b/src/mainboard/lenovo/s230u/ec.h
index a5bc423..d65b2e1 100644
--- a/src/mainboard/lenovo/s230u/ec.h
+++ b/src/mainboard/lenovo/s230u/ec.h
@@ -25,4 +25,4 @@
 #define ec_mm_set_bit(addr, bit) (ECMM(0x100 + addr) |= 1 << bit)
 #define ec_mm_clr_bit(addr, bit) (ECMM(0x100 + addr) &= ~(1 << bit))
 
-#endif /* _MAINBOARD_LENOVO_S230U_EC_H   */
+#endif /* _MAINBOARD_LENOVO_S230U_EC_H */
diff --git a/src/mainboard/lenovo/t400/acpi/gpe.asl b/src/mainboard/lenovo/t400/acpi/gpe.asl
index 5c900ca..3b45262 100644
--- a/src/mainboard/lenovo/t400/acpi/gpe.asl
+++ b/src/mainboard/lenovo/t400/acpi/gpe.asl
@@ -20,7 +20,7 @@
 	{
 		/* Read EC register to clear wake status */
 		Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
-		/* So that we don't get a warning that Local0 is unused.  */
+		/* So that we don't get a warning that Local0 is unused. */
 		Increment (Local0)
 	}
 }
diff --git a/src/mainboard/lenovo/t410/acpi/gpe.asl b/src/mainboard/lenovo/t410/acpi/gpe.asl
index 5c900ca..3b45262 100644
--- a/src/mainboard/lenovo/t410/acpi/gpe.asl
+++ b/src/mainboard/lenovo/t410/acpi/gpe.asl
@@ -20,7 +20,7 @@
 	{
 		/* Read EC register to clear wake status */
 		Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
-		/* So that we don't get a warning that Local0 is unused.  */
+		/* So that we don't get a warning that Local0 is unused. */
 		Increment (Local0)
 	}
 }
diff --git a/src/mainboard/lenovo/t410/hda_verb.c b/src/mainboard/lenovo/t410/hda_verb.c
index 70e8a6d..7f60c0d 100644
--- a/src/mainboard/lenovo/t410/hda_verb.c
+++ b/src/mainboard/lenovo/t410/hda_verb.c
@@ -18,7 +18,7 @@
 
 const u32 cim_verb_data[] = {
 	0x14f15069,	/* Codec Vendor / Device ID: Conexant CX20585 */
-	0x17aa214c,	/* Subsystem ID  */
+	0x17aa214c,	/* Subsystem ID */
 	11,		/* Number of 4 dword sets */
 	AZALIA_SUBVENDOR(0, 0x17aa214c),
 	AZALIA_PIN_CFG(0, 0x19, 0x042110f0),
@@ -32,8 +32,8 @@
 	AZALIA_PIN_CFG(0, 0x22, 0x40f001f0),
 	AZALIA_PIN_CFG(0, 0x23, 0x90a601f0),
 
-	0x80862804,	/* Codec Vendor / Device ID: Intel Ibexpeak HDMI.  */
-	0x17aa21b5,	/* Subsystem ID  */
+	0x80862804,	/* Codec Vendor / Device ID: Intel Ibexpeak HDMI. */
+	0x17aa21b5,	/* Subsystem ID */
 	4,		/* Number of 4 dword sets */
 	AZALIA_SUBVENDOR(3, 0x17aa21b5),
 	AZALIA_PIN_CFG(3, 0x04, 0x18560010),
diff --git a/src/mainboard/lenovo/t420s/smihandler.c b/src/mainboard/lenovo/t420s/smihandler.c
index bc72a12..044da44 100644
--- a/src/mainboard/lenovo/t420s/smihandler.c
+++ b/src/mainboard/lenovo/t420s/smihandler.c
@@ -76,7 +76,7 @@
 		u8 ec_wake = ec_read(0x32);
 		/* If EC wake events are enabled, enable wake on EC WAKE GPE. */
 		if (ec_wake & 0x14) {
-			/* Redirect EC WAKE GPE to SCI.  */
+			/* Redirect EC WAKE GPE to SCI. */
 			gpi_route_interrupt(GPE_EC_WAKE, GPI_IS_SCI);
 		}
 	}
diff --git a/src/mainboard/lenovo/t430/acpi/platform.asl b/src/mainboard/lenovo/t430/acpi/platform.asl
index 13ea2c1b..ed8e16c 100644
--- a/src/mainboard/lenovo/t430/acpi/platform.asl
+++ b/src/mainboard/lenovo/t430/acpi/platform.asl
@@ -15,7 +15,7 @@
 
 Method(_WAK,1)
 {
-	/* ME may not be up yet.  */
+	/* ME may not be up yet. */
 	Store (0, \_TZ.MEB1)
 	Store (0, \_TZ.MEB2)
 
diff --git a/src/mainboard/lenovo/t430/dsdt.asl b/src/mainboard/lenovo/t430/dsdt.asl
index 68f91e9..b22dc37 100644
--- a/src/mainboard/lenovo/t430/dsdt.asl
+++ b/src/mainboard/lenovo/t430/dsdt.asl
@@ -34,7 +34,7 @@
 	#include "acpi/platform.asl"
 	#include <cpu/intel/common/acpi/cpu.asl>
 	#include <southbridge/intel/common/acpi/platform.asl>
-	/* global NVS and variables.  */
+	/* global NVS and variables. */
 	#include <southbridge/intel/bd82x6x/acpi/globalnvs.asl>
 	#include <southbridge/intel/common/acpi/sleepstates.asl>
 
diff --git a/src/mainboard/lenovo/t430/smihandler.c b/src/mainboard/lenovo/t430/smihandler.c
index 9a567ab..6c887d6 100644
--- a/src/mainboard/lenovo/t430/smihandler.c
+++ b/src/mainboard/lenovo/t430/smihandler.c
@@ -76,7 +76,7 @@
 		u8 ec_wake = ec_read(0x32);
 		/* If EC wake events are enabled, enable wake on EC WAKE GPE. */
 		if (ec_wake & 0x14) {
-			/* Redirect EC WAKE GPE to SCI.  */
+			/* Redirect EC WAKE GPE to SCI. */
 			gpi_route_interrupt(GPE_EC_WAKE, GPI_IS_SCI);
 		}
 	}
diff --git a/src/mainboard/lenovo/t430s/variants/t431s/romstage.c b/src/mainboard/lenovo/t430s/variants/t431s/romstage.c
index fa6028d..04ddbe07 100644
--- a/src/mainboard/lenovo/t430s/variants/t431s/romstage.c
+++ b/src/mainboard/lenovo/t430s/variants/t431s/romstage.c
@@ -42,7 +42,7 @@
 
 void mainboard_get_spd(spd_raw_data *spd, bool id_only)
 {
-	/* C1S0 is a soldered RAM with no real SPD. Use stored SPD.  */
+	/* C1S0 is a soldered RAM with no real SPD. Use stored SPD. */
 	size_t spd_file_len = 0;
 	void *spd_file = cbfs_boot_map_with_leak("spd.bin", CBFS_TYPE_SPD,
 		&spd_file_len);
diff --git a/src/mainboard/lenovo/t440p/acpi/platform.asl b/src/mainboard/lenovo/t440p/acpi/platform.asl
index db142f0..add8c2d 100644
--- a/src/mainboard/lenovo/t440p/acpi/platform.asl
+++ b/src/mainboard/lenovo/t440p/acpi/platform.asl
@@ -16,7 +16,7 @@
 
 Method(_WAK,1)
 {
-	/* ME may not be up yet.  */
+	/* ME may not be up yet. */
 	Store (0, \_TZ.MEB1)
 	Store (0, \_TZ.MEB2)
 	Return(Package(){0,0})
diff --git a/src/mainboard/lenovo/t440p/smihandler.c b/src/mainboard/lenovo/t440p/smihandler.c
index 9f5044a..eafb2ae 100644
--- a/src/mainboard/lenovo/t440p/smihandler.c
+++ b/src/mainboard/lenovo/t440p/smihandler.c
@@ -91,9 +91,9 @@
 	if (slp_typ == 3) {
 		u8 ec_wake = ec_read(0x32);
 		/* If EC wake events are enabled,
-		 * enable wake on EC WAKE GPE.  */
+		 * enable wake on EC WAKE GPE. */
 		if (ec_wake & 0x14) {
-			/* Redirect EC WAKE GPE to SCI.  */
+			/* Redirect EC WAKE GPE to SCI. */
 			gpi_route_interrupt(GPE_EC_WAKE, GPI_IS_SCI);
 		}
 	}
diff --git a/src/mainboard/lenovo/t520/smihandler.c b/src/mainboard/lenovo/t520/smihandler.c
index 35a26c0..f06eaf7 100644
--- a/src/mainboard/lenovo/t520/smihandler.c
+++ b/src/mainboard/lenovo/t520/smihandler.c
@@ -76,7 +76,7 @@
 		u8 ec_wake = ec_read(0x32);
 		/* If EC wake events are enabled, enable wake on EC WAKE GPE. */
 		if (ec_wake & 0x14) {
-			/* Redirect EC WAKE GPE to SCI.  */
+			/* Redirect EC WAKE GPE to SCI. */
 			gpi_route_interrupt(GPE_EC_WAKE, GPI_IS_SCI);
 		}
 	}
diff --git a/src/mainboard/lenovo/t530/acpi/platform.asl b/src/mainboard/lenovo/t530/acpi/platform.asl
index bf686f4..e4c8a24 100644
--- a/src/mainboard/lenovo/t530/acpi/platform.asl
+++ b/src/mainboard/lenovo/t530/acpi/platform.asl
@@ -28,13 +28,13 @@
 
 Method(_WAK,1)
 {
-	/* ME may not be up yet.  */
+	/* ME may not be up yet. */
 	Store (0, \_TZ.MEB1)
 	Store (0, \_TZ.MEB2)
 
 	/* Wake the HKEY to init BT/WWAN */
 	\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
 
-	/* Not implemented.  */
+	/* Not implemented. */
 	Return(Package(){0,0})
 }
diff --git a/src/mainboard/lenovo/t530/smihandler.c b/src/mainboard/lenovo/t530/smihandler.c
index 35a26c0..f06eaf7 100644
--- a/src/mainboard/lenovo/t530/smihandler.c
+++ b/src/mainboard/lenovo/t530/smihandler.c
@@ -76,7 +76,7 @@
 		u8 ec_wake = ec_read(0x32);
 		/* If EC wake events are enabled, enable wake on EC WAKE GPE. */
 		if (ec_wake & 0x14) {
-			/* Redirect EC WAKE GPE to SCI.  */
+			/* Redirect EC WAKE GPE to SCI. */
 			gpi_route_interrupt(GPE_EC_WAKE, GPI_IS_SCI);
 		}
 	}
diff --git a/src/mainboard/lenovo/t60/acpi/gpe.asl b/src/mainboard/lenovo/t60/acpi/gpe.asl
index 5c900ca..3b45262 100644
--- a/src/mainboard/lenovo/t60/acpi/gpe.asl
+++ b/src/mainboard/lenovo/t60/acpi/gpe.asl
@@ -20,7 +20,7 @@
 	{
 		/* Read EC register to clear wake status */
 		Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
-		/* So that we don't get a warning that Local0 is unused.  */
+		/* So that we don't get a warning that Local0 is unused. */
 		Increment (Local0)
 	}
 }
diff --git a/src/mainboard/lenovo/x131e/acpi/platform.asl b/src/mainboard/lenovo/x131e/acpi/platform.asl
index bf686f4..e4c8a24 100644
--- a/src/mainboard/lenovo/x131e/acpi/platform.asl
+++ b/src/mainboard/lenovo/x131e/acpi/platform.asl
@@ -28,13 +28,13 @@
 
 Method(_WAK,1)
 {
-	/* ME may not be up yet.  */
+	/* ME may not be up yet. */
 	Store (0, \_TZ.MEB1)
 	Store (0, \_TZ.MEB2)
 
 	/* Wake the HKEY to init BT/WWAN */
 	\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
 
-	/* Not implemented.  */
+	/* Not implemented. */
 	Return(Package(){0,0})
 }
diff --git a/src/mainboard/lenovo/x131e/hda_verb.c b/src/mainboard/lenovo/x131e/hda_verb.c
index 37c4bc0..0c3dac9 100644
--- a/src/mainboard/lenovo/x131e/hda_verb.c
+++ b/src/mainboard/lenovo/x131e/hda_verb.c
@@ -76,7 +76,7 @@
 };
 
 const u32 pc_beep_verbs[] = {
-	0x00170500,	/* power up everything (codec, dac, adc, mixers)  */
+	0x00170500,	/* power up everything (codec, dac, adc, mixers) */
 	0x01470740,	/* enable speaker out */
 	0x01470c02,	/* set speaker EAPD pin */
 	0x0143b01f,	/* unmute speaker */
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/acpi/platform.asl b/src/mainboard/lenovo/x1_carbon_gen1/acpi/platform.asl
index bf686f4..e4c8a24 100644
--- a/src/mainboard/lenovo/x1_carbon_gen1/acpi/platform.asl
+++ b/src/mainboard/lenovo/x1_carbon_gen1/acpi/platform.asl
@@ -28,13 +28,13 @@
 
 Method(_WAK,1)
 {
-	/* ME may not be up yet.  */
+	/* ME may not be up yet. */
 	Store (0, \_TZ.MEB1)
 	Store (0, \_TZ.MEB2)
 
 	/* Wake the HKEY to init BT/WWAN */
 	\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
 
-	/* Not implemented.  */
+	/* Not implemented. */
 	Return(Package(){0,0})
 }
diff --git a/src/mainboard/lenovo/x1_carbon_gen1/smihandler.c b/src/mainboard/lenovo/x1_carbon_gen1/smihandler.c
index 2425927..6c887d6 100644
--- a/src/mainboard/lenovo/x1_carbon_gen1/smihandler.c
+++ b/src/mainboard/lenovo/x1_carbon_gen1/smihandler.c
@@ -74,9 +74,9 @@
 {
 	if (slp_typ == 3) {
 		u8 ec_wake = ec_read(0x32);
-		/* If EC wake events are enabled, enable wake on EC WAKE GPE.  */
+		/* If EC wake events are enabled, enable wake on EC WAKE GPE. */
 		if (ec_wake & 0x14) {
-			/* Redirect EC WAKE GPE to SCI.  */
+			/* Redirect EC WAKE GPE to SCI. */
 			gpi_route_interrupt(GPE_EC_WAKE, GPI_IS_SCI);
 		}
 	}
diff --git a/src/mainboard/lenovo/x200/acpi/gpe.asl b/src/mainboard/lenovo/x200/acpi/gpe.asl
index 5c900ca..3b45262 100644
--- a/src/mainboard/lenovo/x200/acpi/gpe.asl
+++ b/src/mainboard/lenovo/x200/acpi/gpe.asl
@@ -20,7 +20,7 @@
 	{
 		/* Read EC register to clear wake status */
 		Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
-		/* So that we don't get a warning that Local0 is unused.  */
+		/* So that we don't get a warning that Local0 is unused. */
 		Increment (Local0)
 	}
 }
diff --git a/src/mainboard/lenovo/x200/blc.c b/src/mainboard/lenovo/x200/blc.c
index 0856060..42b5df2 100644
--- a/src/mainboard/lenovo/x200/blc.c
+++ b/src/mainboard/lenovo/x200/blc.c
@@ -23,7 +23,7 @@
 	/* corrected to 320MHz CDClk, vendor set 753; works fine at both: */
 	{"LTD121EQ3B", 447},
 	{"LTD121EWVB", 165},
-	{"LTD133EQ1B", 264},  /* Found on an X301  */
+	{"LTD133EQ1B", 264},  /* Found on an X301 */
 	{"B121EW03 V6 ", 165},
 	/* datasheets: between 100 and 20k, typical 200 */
 	/* TESTED: works best at 400 */
diff --git a/src/mainboard/lenovo/x200/romstage.c b/src/mainboard/lenovo/x200/romstage.c
index 41be94f..f7d8487 100644
--- a/src/mainboard/lenovo/x200/romstage.c
+++ b/src/mainboard/lenovo/x200/romstage.c
@@ -25,7 +25,7 @@
 
 void mb_post_raminit_setup(void)
 {
-	/* FIXME: make a proper SMBUS mux support.  */
+	/* FIXME: make a proper SMBUS mux support. */
 	/* Set the SMBUS mux to the eeprom */
 	set_gpio(42, GPIO_LEVEL_LOW);
 }
diff --git a/src/mainboard/lenovo/x201/acpi/gpe.asl b/src/mainboard/lenovo/x201/acpi/gpe.asl
index 5c900ca..3b45262 100644
--- a/src/mainboard/lenovo/x201/acpi/gpe.asl
+++ b/src/mainboard/lenovo/x201/acpi/gpe.asl
@@ -20,7 +20,7 @@
 	{
 		/* Read EC register to clear wake status */
 		Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
-		/* So that we don't get a warning that Local0 is unused.  */
+		/* So that we don't get a warning that Local0 is unused. */
 		Increment (Local0)
 	}
 }
diff --git a/src/mainboard/lenovo/x201/acpi/platform.asl b/src/mainboard/lenovo/x201/acpi/platform.asl
index bcd6de6..ac7c00f 100644
--- a/src/mainboard/lenovo/x201/acpi/platform.asl
+++ b/src/mainboard/lenovo/x201/acpi/platform.asl
@@ -29,14 +29,14 @@
 
 Method(_WAK,1)
 {
-	/* ME may not be up yet.  */
+	/* ME may not be up yet. */
 	Store (0, \_TZ.MEB1)
 	Store (0, \_TZ.MEB2)
 
 	/* Wake the HKEY to init BT/WWAN */
 	\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
 
-	/* Not implemented.  */
+	/* Not implemented. */
 	Return(Package(){0,0})
 }
 
@@ -69,7 +69,7 @@
 		 * interrupts can happen
 		 */
 
-		/* TRAP(71) */ /* TODO  */
+		/* TRAP(71) */ /* TODO */
 
 		/* Determine the Operating System and save the value in OSYS.
 		 * We have to do this in order to be able to work around
diff --git a/src/mainboard/lenovo/x201/hda_verb.c b/src/mainboard/lenovo/x201/hda_verb.c
index 37517fc..5e9a9fd 100644
--- a/src/mainboard/lenovo/x201/hda_verb.c
+++ b/src/mainboard/lenovo/x201/hda_verb.c
@@ -18,7 +18,7 @@
 
 const u32 cim_verb_data[] = {
 	0x14f15069,	/* Codec Vendor / Device ID: Conexant CX20585 */
-	0x17aa2155,	/* Subsystem ID  */
+	0x17aa2155,	/* Subsystem ID */
 	11,		/* Number of 4 dword sets */
 	AZALIA_SUBVENDOR(0, 0x17aa2155),
 	AZALIA_PIN_CFG(0, 0x19, 0x042140f0),	/* Headphone jack */
@@ -32,8 +32,8 @@
 	AZALIA_PIN_CFG(0, 0x22, 0x40f001f0),
 	AZALIA_PIN_CFG(0, 0x23, 0x90a601f0),	/* Internal mic boost volume */
 
-	0x80862804,	/* Codec Vendor / Device ID: Intel Ibexpeak HDMI.  */
-	0x17aa21b5,	/* Subsystem ID  */
+	0x80862804,	/* Codec Vendor / Device ID: Intel Ibexpeak HDMI. */
+	0x17aa21b5,	/* Subsystem ID */
 	4,		/* Number of 4 dword sets */
 	AZALIA_SUBVENDOR(3, 0x17aa21b5),
 	AZALIA_PIN_CFG(3, 0x04, 0x58560010),
diff --git a/src/mainboard/lenovo/x220/acpi/platform.asl b/src/mainboard/lenovo/x220/acpi/platform.asl
index bf686f4..e4c8a24 100644
--- a/src/mainboard/lenovo/x220/acpi/platform.asl
+++ b/src/mainboard/lenovo/x220/acpi/platform.asl
@@ -28,13 +28,13 @@
 
 Method(_WAK,1)
 {
-	/* ME may not be up yet.  */
+	/* ME may not be up yet. */
 	Store (0, \_TZ.MEB1)
 	Store (0, \_TZ.MEB2)
 
 	/* Wake the HKEY to init BT/WWAN */
 	\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
 
-	/* Not implemented.  */
+	/* Not implemented. */
 	Return(Package(){0,0})
 }
diff --git a/src/mainboard/lenovo/x220/smihandler.c b/src/mainboard/lenovo/x220/smihandler.c
index 35a26c0..f06eaf7 100644
--- a/src/mainboard/lenovo/x220/smihandler.c
+++ b/src/mainboard/lenovo/x220/smihandler.c
@@ -76,7 +76,7 @@
 		u8 ec_wake = ec_read(0x32);
 		/* If EC wake events are enabled, enable wake on EC WAKE GPE. */
 		if (ec_wake & 0x14) {
-			/* Redirect EC WAKE GPE to SCI.  */
+			/* Redirect EC WAKE GPE to SCI. */
 			gpi_route_interrupt(GPE_EC_WAKE, GPI_IS_SCI);
 		}
 	}
diff --git a/src/mainboard/lenovo/x230/acpi/platform.asl b/src/mainboard/lenovo/x230/acpi/platform.asl
index bf686f4..e4c8a24 100644
--- a/src/mainboard/lenovo/x230/acpi/platform.asl
+++ b/src/mainboard/lenovo/x230/acpi/platform.asl
@@ -28,13 +28,13 @@
 
 Method(_WAK,1)
 {
-	/* ME may not be up yet.  */
+	/* ME may not be up yet. */
 	Store (0, \_TZ.MEB1)
 	Store (0, \_TZ.MEB2)
 
 	/* Wake the HKEY to init BT/WWAN */
 	\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
 
-	/* Not implemented.  */
+	/* Not implemented. */
 	Return(Package(){0,0})
 }
diff --git a/src/mainboard/lenovo/x230/smihandler.c b/src/mainboard/lenovo/x230/smihandler.c
index 2425927..6c887d6 100644
--- a/src/mainboard/lenovo/x230/smihandler.c
+++ b/src/mainboard/lenovo/x230/smihandler.c
@@ -74,9 +74,9 @@
 {
 	if (slp_typ == 3) {
 		u8 ec_wake = ec_read(0x32);
-		/* If EC wake events are enabled, enable wake on EC WAKE GPE.  */
+		/* If EC wake events are enabled, enable wake on EC WAKE GPE. */
 		if (ec_wake & 0x14) {
-			/* Redirect EC WAKE GPE to SCI.  */
+			/* Redirect EC WAKE GPE to SCI. */
 			gpi_route_interrupt(GPE_EC_WAKE, GPI_IS_SCI);
 		}
 	}
diff --git a/src/mainboard/lenovo/x60/acpi/gpe.asl b/src/mainboard/lenovo/x60/acpi/gpe.asl
index 5c900ca..3b45262 100644
--- a/src/mainboard/lenovo/x60/acpi/gpe.asl
+++ b/src/mainboard/lenovo/x60/acpi/gpe.asl
@@ -20,7 +20,7 @@
 	{
 		/* Read EC register to clear wake status */
 		Store(\_SB.PCI0.LPCB.EC.WAKE, Local0)
-		/* So that we don't get a warning that Local0 is unused.  */
+		/* So that we don't get a warning that Local0 is unused. */
 		Increment (Local0)
 	}
 }