From edc345d88462c78cd43d44e38efc9cadae4266f1 Mon Sep 17 00:00:00 2001 From: Lukas Wunner Date: Fri, 1 Jan 2016 22:52:15 +0100 Subject: [PATCH] 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 [ rjw: Subject and changelog ] Signed-off-by: Rafael J. Wysocki --- drivers/acpi/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); extern struct list_head acpi_bus_id_list; -struct acpi_device_bus_id{ +struct acpi_device_bus_id { char bus_id[15]; unsigned int instance_no; struct list_head node; -- 2.39.2