mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-06-11 15:46:40 +02:00
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: 2e57d10a65 ("ACPI: utils: Dynamically determine acpi_handle_list size")
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
struct acpi_handle_list {
|
||||
u32 count;
|
||||
acpi_handle* handles;
|
||||
acpi_handle *handles;
|
||||
};
|
||||
|
||||
/* acpi_utils.h */
|
||||
|
||||
Reference in New Issue
Block a user