Browse Source

ACPI: bus: Fix a pointer coding style issue

Fix white space in the argument list of acpi_device_remove().

Signed-off-by: Tom Todd <thomas.m.a.todd@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Tom Todd 7 years ago
parent
commit
67fbd0a3a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/acpi/bus.c

+ 1 - 1
drivers/acpi/bus.c

@@ -935,7 +935,7 @@ static int acpi_device_probe(struct device *dev)
 	return 0;
 }
 
-static int acpi_device_remove(struct device * dev)
+static int acpi_device_remove(struct device *dev)
 {
 	struct acpi_device *acpi_dev = to_acpi_device(dev);
 	struct acpi_driver *acpi_drv = acpi_dev->driver;