diff options
author | Lukas Wunner <lukas@wunner.de> | 2016-01-01 16:52:15 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-01-04 16:25:12 -0500 |
commit | edc345d88462c78cd43d44e38efc9cadae4266f1 (patch) | |
tree | bb26ff5604dcc300da0349c2027f37dfebce1bf9 | |
parent | 2d12b6b381ba059d5f92798f5ea739672a2f5fcf (diff) |
ACPI: Fix white space in a structure definition
Add a missing space in the definition of struct acpi_device_bus_id.
Signed-off-by: Lukas Wunner <lukas@wunner.de>
[ rjw: Subject and changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/acpi/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 60bda0d2cf9a..1e6833a5cd44 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -88,7 +88,7 @@ bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent); | |||
88 | 88 | ||
89 | extern struct list_head acpi_bus_id_list; | 89 | extern struct list_head acpi_bus_id_list; |
90 | 90 | ||
91 | struct acpi_device_bus_id{ | 91 | struct acpi_device_bus_id { |
92 | char bus_id[15]; | 92 | char bus_id[15]; |
93 | unsigned int instance_no; | 93 | unsigned int instance_no; |
94 | struct list_head node; | 94 | struct list_head node; |