aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/l520/acpi
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2020-01-22 11:40:16 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-28 18:37:44 +0000
commit6b7d40a973c2cb61cfa683065db38601537b5dd5 (patch)
treed81fb065778e03af20745a6921ad6738dc23796d /src/mainboard/lenovo/l520/acpi
parent46cef44dad8f796b9c5ac0ed3a684266b88cec62 (diff)
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>
Diffstat (limited to 'src/mainboard/lenovo/l520/acpi')
-rw-r--r--src/mainboard/lenovo/l520/acpi/platform.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/l520/acpi/platform.asl b/src/mainboard/lenovo/l520/acpi/platform.asl
index 2d016faa9d..534408e509 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})
}