From 831d686e6bbf89ff2c28ae3c8679c186590f3814 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 20 Jan 2023 19:37:26 +0100 Subject: [PATCH] ec/google/chromeec/acpi/ec: add scope comment to nested #endif To make the code slightly easier to read, add a comment about the scope to the #endif of the outer #ifdef block. Signed-off-by: Felix Held Change-Id: Ic2bc83c77750cd8a509f4755fdfa4daaf082d754 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72137 Tested-by: build bot (Jenkins) Reviewed-by: Caveh Jalali --- src/ec/google/chromeec/acpi/ec.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ec/google/chromeec/acpi/ec.asl b/src/ec/google/chromeec/acpi/ec.asl index 2d44ae3c1b..9ff7b72194 100644 --- a/src/ec/google/chromeec/acpi/ec.asl +++ b/src/ec/google/chromeec/acpi/ec.asl @@ -128,7 +128,7 @@ Device (EC0) Name (_PRW, Package () { EC_ENABLE_WAKE_PIN, 0x5 }) #endif } -#endif +#endif /* EC_ENABLE_LID_SWITCH */ Method (TINS, 1, Serialized) {