Skip to content

Commit 4c660ff

Browse files
committed
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: 2e57d10 ("ACPI: utils: Dynamically determine acpi_handle_list size") Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 1feb042 commit 4c660ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acpi/acpi_bus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
struct acpi_handle_list {
1616
u32 count;
17-
acpi_handle* handles;
17+
acpi_handle *handles;
1818
};
1919

2020
/* acpi_utils.h */

0 commit comments

Comments
 (0)