Commit edc345d8 authored by Lukas Wunner's avatar Lukas Wunner Committed by Rafael J. Wysocki

ACPI: Fix white space in a structure definition

Add a missing space in the definition of struct acpi_device_bus_id.
Signed-off-by: default avatarLukas Wunner <lukas@wunner.de>
[ rjw: Subject and changelog ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2d12b6b3
...@@ -88,7 +88,7 @@ bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent); ...@@ -88,7 +88,7 @@ bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent);
extern struct list_head acpi_bus_id_list; extern struct list_head acpi_bus_id_list;
struct acpi_device_bus_id{ struct acpi_device_bus_id {
char bus_id[15]; char bus_id[15];
unsigned int instance_no; unsigned int instance_no;
struct list_head node; struct list_head node;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment