diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-10-10 04:39:39 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-10-21 00:39:39 +0200 |
commit | f19f1a7e12b40c601a475c4fcb09dc0126d4bc51 (patch) | |
tree | 2c01d8ea52ae51ae3a7bdfed3b2a6af6176f5e96 /drivers/acpi/acpica/aclocal.h | |
parent | ACPICA: acpidump: Add ACPI 1.0 RSDP support. (diff) | |
download | linux-f19f1a7e12b40c601a475c4fcb09dc0126d4bc51.tar.xz linux-f19f1a7e12b40c601a475c4fcb09dc0126d4bc51.zip |
ACPICA: Events: Reduce indent divergences of events files.
This patch reduces indent divergences first in order to reduce human
intervention work for the follow-up linuxized event patches.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r-- | drivers/acpi/acpica/aclocal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 2747279fbe3c..c00e7e41ad75 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h @@ -413,8 +413,8 @@ struct acpi_gpe_handler_info { acpi_gpe_handler address; /* Address of handler, if any */ void *context; /* Context to be passed to handler */ struct acpi_namespace_node *method_node; /* Method node for this GPE level (saved) */ - u8 original_flags; /* Original (pre-handler) GPE info */ - u8 originally_enabled; /* True if GPE was originally enabled */ + u8 original_flags; /* Original (pre-handler) GPE info */ + u8 originally_enabled; /* True if GPE was originally enabled */ }; /* Notify info for implicit notify, multiple device objects */ |