mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +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:
parent
1feb042d4e
commit
4c660ffef3
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
struct acpi_handle_list {
|
||||
u32 count;
|
||||
acpi_handle* handles;
|
||||
acpi_handle *handles;
|
||||
};
|
||||
|
||||
/* acpi_utils.h */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user