aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/utresrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/utresrc.c')
-rw-r--r--drivers/acpi/acpica/utresrc.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/utresrc.c b/drivers/acpi/acpica/utresrc.c
index e38bef4980bc..7d0a1b5dedff 100644
--- a/drivers/acpi/acpica/utresrc.c
+++ b/drivers/acpi/acpica/utresrc.c
@@ -412,7 +412,7 @@ static const u8 acpi_gbl_resource_types[] = {
412 ******************************************************************************/ 412 ******************************************************************************/
413 413
414acpi_status 414acpi_status
415acpi_ut_walk_aml_resources(u8 * aml, 415acpi_ut_walk_aml_resources(u8 *aml,
416 acpi_size aml_length, 416 acpi_size aml_length,
417 acpi_walk_aml_callback user_function, void **context) 417 acpi_walk_aml_callback user_function, void **context)
418{ 418{
@@ -525,7 +525,7 @@ acpi_ut_walk_aml_resources(u8 * aml,
525 * 525 *
526 ******************************************************************************/ 526 ******************************************************************************/
527 527
528acpi_status acpi_ut_validate_resource(void *aml, u8 * return_index) 528acpi_status acpi_ut_validate_resource(void *aml, u8 *return_index)
529{ 529{
530 union aml_resource *aml_resource; 530 union aml_resource *aml_resource;
531 u8 resource_type; 531 u8 resource_type;
@@ -800,8 +800,7 @@ u32 acpi_ut_get_descriptor_length(void *aml)
800 ******************************************************************************/ 800 ******************************************************************************/
801 801
802acpi_status 802acpi_status
803acpi_ut_get_resource_end_tag(union acpi_operand_object * obj_desc, 803acpi_ut_get_resource_end_tag(union acpi_operand_object *obj_desc, u8 **end_tag)
804 u8 ** end_tag)
805{ 804{
806 acpi_status status; 805 acpi_status status;
807 806