Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8d586f8 authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki
Browse files

ACPICA: Lint changes, no functional change.



Some changes from lint.

Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent f8c9bfe4
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
@@ -142,7 +142,8 @@ static acpi_status acpi_ps_get_aml_opcode(struct acpi_walk_state *walk_state)
				    (u32)(walk_state->aml_offset +
				    (u32)(walk_state->aml_offset +
					  sizeof(struct acpi_table_header))));
					  sizeof(struct acpi_table_header))));


			ACPI_DUMP_BUFFER(walk_state->parser_state.aml - 16, 48);
			ACPI_DUMP_BUFFER((walk_state->parser_state.aml - 16),
					 48);


#ifdef ACPI_ASL_COMPILER
#ifdef ACPI_ASL_COMPILER
			/*
			/*
@@ -159,9 +160,9 @@ static acpi_status acpi_ps_get_aml_opcode(struct acpi_walk_state *walk_state)


			acpi_ut_dump_buffer(((u8 *)walk_state->parser_state.
			acpi_ut_dump_buffer(((u8 *)walk_state->parser_state.
					     aml - 16), 48, DB_BYTE_DISPLAY,
					     aml - 16), 48, DB_BYTE_DISPLAY,
					    walk_state->aml_offset +
					    (walk_state->aml_offset +
					     sizeof(struct acpi_table_header) -
					     sizeof(struct acpi_table_header) -
					    16);
					     16));
			acpi_os_printf(" */\n");
			acpi_os_printf(" */\n");
#endif
#endif
		}
		}
+1 −1
Original line number Original line Diff line number Diff line
@@ -340,7 +340,7 @@ void acpi_ut_delete_internal_object_list(union acpi_operand_object **obj_list)
{
{
	union acpi_operand_object **internal_obj;
	union acpi_operand_object **internal_obj;


	ACPI_FUNCTION_NAME(ut_delete_internal_object_list);
	ACPI_FUNCTION_ENTRY();


	/* Walk the null-terminated internal list */
	/* Walk the null-terminated internal list */