From 879eab862630d45b35177785619fcbf8604e1169 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 25 Jan 2018 20:31:05 +0100 Subject: [PATCH] arch/x86/acpi/statdef.asl: Remove unnecessary whitespace Change-Id: I8c49853a54fc301d39dc7c362f2085c25fad7fbd Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/23433 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Rudolph --- src/arch/x86/acpi/statdef.asl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/arch/x86/acpi/statdef.asl b/src/arch/x86/acpi/statdef.asl index 3de9620c71..f8c4b32001 100644 --- a/src/arch/x86/acpi/statdef.asl +++ b/src/arch/x86/acpi/statdef.asl @@ -52,7 +52,7 @@ /* Battery Device Notification Values */ #define NOTIFY_BAT_STATUSCHG 0x80 -#define NOTIFY_BAT_INFOCHG 0x81 +#define NOTIFY_BAT_INFOCHG 0x81 #define NOTIFY_BAT_MAINTDATA 0x82 /* Power Source Object Notification Values */ @@ -62,7 +62,7 @@ #define NOTIFY_TZ_STATUSCHG 0x80 #define NOTIFY_TZ_TRIPPTCHG 0x81 #define NOTIFY_TZ_DEVLISTCHG 0x82 -#define NOTIFY_TZ_RELTBLCHG 0x83 +#define NOTIFY_TZ_RELTBLCHG 0x83 /* Power Button Notification Values */ #define NOTIFY_POWER_BUTTON 0x80 @@ -74,14 +74,14 @@ #define NOTIFY_LID_STATUSCHG 0x80 /* Processor Device Notification Values */ -#define NOTIFY_CPU_PPCCHG 0x80 -#define NOTIFY_CPU_CSTATECHG 0x81 +#define NOTIFY_CPU_PPCCHG 0x80 +#define NOTIFY_CPU_CSTATECHG 0x81 #define NOTIFY_CPU_THROTLCHG 0x82 /* User Presence Device Notification Values */ #define NOTIFY_USR_PRESNCECHG 0x80 /* Battery Device Notification Values */ -#define NOTIFY_ALS_ILLUMCHG 0x80 -#define NOTIFY_ALS_COLORTMPCHG 0x81 +#define NOTIFY_ALS_ILLUMCHG 0x80 +#define NOTIFY_ALS_COLORTMPCHG 0x81 #define NOTIFY_ALS_RESPCHG 0x82