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

Commit aee07ba6 authored by Joe Perches's avatar Joe Perches Committed by Adrian Bunk
Browse files

include/acpi/: Spelling fixes



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 3c5f9be4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -85,7 +85,7 @@ acpi_install_initialization_handler(acpi_init_handler handler, u32 function);
#endif
#endif


/*
/*
 * ACPI Memory managment
 * ACPI Memory management
 */
 */
void *acpi_allocate(u32 size);
void *acpi_allocate(u32 size);


+1 −1
Original line number Original line Diff line number Diff line
@@ -182,7 +182,7 @@ struct acpi_processor_throttling {
/* Limit Interface */
/* Limit Interface */


struct acpi_processor_lx {
struct acpi_processor_lx {
	int px;			/* performace state */
	int px;			/* performance state */
	int tx;			/* throttle level */
	int tx;			/* throttle level */
};
};