Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI: utils: Fix white space in struct acpi_handle_list definition

Fix inadvertently introduced white space damage in the struct
acpi_handle_list definition.

No functional impact.

Fixes: 2e57d10a6591 ("ACPI: utils: Dynamically determine acpi_handle_list size")
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

+1 -1
+1 -1
include/acpi/acpi_bus.h
··· 14 14 15 15 struct acpi_handle_list { 16 16 u32 count; 17 - acpi_handle* handles; 17 + acpi_handle *handles; 18 18 }; 19 19 20 20 /* acpi_utils.h */