ACPI: scan: Adjust white space in acpi_device_add()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 14 Jan 2021 18:47:37 +0000 (19:47 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 25 Jan 2021 17:59:43 +0000 (18:59 +0100)
commit5e73c5187cf4f40a5e02b6c8e4dd0fcf9686c006
tree95f3d7aff011beb3e2f3f7efd54f772493214be2
parentc1013ff7a5472db637c56bb6237f8343398c03a7
ACPI: scan: Adjust white space in acpi_device_add()

Add empty lines in some places in acpi_device_add() to help
readability and drop leading spaces before the labels in there.

No functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
drivers/acpi/scan.c