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

Commit c163f90c authored by Erik Schmauss's avatar Erik Schmauss Committed by Rafael J. Wysocki
Browse files

ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formatting

parent 8f5a14d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -802,7 +802,7 @@ struct acpi_comment_addr_node {

/*
 * File node - used for "Include" operator file stack and
 * depdendency tree for the -ca option
 * dependency tree for the -ca option
 */
struct acpi_file_node {
	void *file;
+1 −1
Original line number Diff line number Diff line
@@ -462,7 +462,7 @@
#define ACPI_IS_OCTAL_DIGIT(d)              (((char)(d) >= '0') && ((char)(d) <= '7'))

/*
 * Macors used for the ASL-/ASL+ converter utility
 * Macros used for the ASL-/ASL+ converter utility
 */
#ifdef ACPI_ASL_COMPILER

+2 −2
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ void acpi_db_decode_and_display_object(char *target, char *output_type)

		default:

			/* Is not a recognizeable object */
			/* Is not a recognizable object */

			acpi_os_printf
			    ("Not a known ACPI internal object, descriptor type %2.2X\n",
@@ -647,7 +647,7 @@ void acpi_db_display_object_type(char *object_arg)
 *
 * DESCRIPTION: Display the result of an AML opcode
 *
 * Note: Curently only displays the result object if we are single stepping.
 * Note: Currently only displays the result object if we are single stepping.
 * However, this output may be useful in other contexts and could be enabled
 * to do so if needed.
 *
+1 −1
Original line number Diff line number Diff line
@@ -904,7 +904,7 @@ acpi_db_bus_walk(acpi_handle obj_handle,
 *
 * RETURN:      None
 *
 * DESCRIPTION: Display info about system busses.
 * DESCRIPTION: Display info about system buses.
 *
 ******************************************************************************/

+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ acpi_db_display_internal_object(union acpi_operand_object *obj_desc,
			acpi_os_printf("[%s] ",
				       acpi_ut_get_reference_name(obj_desc));

			/* Decode the refererence */
			/* Decode the reference */

			switch (obj_desc->reference.class) {
			case ACPI_REFCLASS_LOCAL:
Loading