diff options
author | Len Brown | 2007-05-10 05:34:35 +0200 |
---|---|---|
committer | Len Brown | 2007-05-10 05:34:35 +0200 |
commit | fd3509436fde38d4c854bf5a6b83d2c779904f8e (patch) | |
tree | af3ffbe044021f6781982d14ae0b7b8aafd4b89b /include/acpi/acnamesp.h | |
parent | ACPI: created a dedicated workqueue for notify() execution (diff) | |
download | kernel-qcow2-linux-fd3509436fde38d4c854bf5a6b83d2c779904f8e.tar.gz kernel-qcow2-linux-fd3509436fde38d4c854bf5a6b83d2c779904f8e.tar.xz kernel-qcow2-linux-fd3509436fde38d4c854bf5a6b83d2c779904f8e.zip |
ACPICA: Lindent
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acnamesp.h')
-rw-r--r-- | include/acpi/acnamesp.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/acpi/acnamesp.h b/include/acpi/acnamesp.h index 535b7e1c41bc..5ef38a6c8a61 100644 --- a/include/acpi/acnamesp.h +++ b/include/acpi/acnamesp.h @@ -100,10 +100,8 @@ acpi_ns_walk_namespace(acpi_object_type type, acpi_walk_callback user_function, void *context, void **return_value); -struct acpi_namespace_node *acpi_ns_get_next_node(acpi_object_type type, - struct acpi_namespace_node - *parent, - struct acpi_namespace_node +struct acpi_namespace_node *acpi_ns_get_next_node(acpi_object_type type, struct acpi_namespace_node + *parent, struct acpi_namespace_node *child); /* |