Skip to content

Commit

Permalink
ACPI: Fix white space in a structure definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lukas Wunner authored and Rafael J. Wysocki committed Jan 4, 2016
1 parent 2d12b6b commit edc345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit edc345d

Please sign in to comment.