diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-01-25 20:31:05 +0100 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2018-02-02 16:08:16 +0000 |
commit | 879eab862630d45b35177785619fcbf8604e1169 (patch) | |
tree | 329c7245ef81e27579b87d41ce6d10f95361e7fd /src/arch/x86/acpi/statdef.asl | |
parent | 97d58bcc09b2a462d0bd55d1f675b687277b04b7 (diff) |
arch/x86/acpi/statdef.asl: Remove unnecessary whitespace
Change-Id: I8c49853a54fc301d39dc7c362f2085c25fad7fbd
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/23433
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/arch/x86/acpi/statdef.asl')
-rw-r--r-- | src/arch/x86/acpi/statdef.asl | 12 |
1 files 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 |