mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08: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