diff options
author | Tom Todd <thomas.m.a.todd@gmail.com> | 2018-08-07 20:52:02 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-08-09 04:57:31 -0400 |
commit | 67fbd0a3a802bc80218f6c33d594f34f0ecb02f9 (patch) | |
tree | eabbc6de978ffae431593151623249262d5dcdd1 | |
parent | ae976358cd7b0272ccfbd2517edaf0d46f2a356b (diff) |
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>
-rw-r--r-- | drivers/acpi/bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index f61f8927d843..292088fcc624 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c | |||
@@ -935,7 +935,7 @@ static int acpi_device_probe(struct device *dev) | |||
935 | return 0; | 935 | return 0; |
936 | } | 936 | } |
937 | 937 | ||
938 | static int acpi_device_remove(struct device * dev) | 938 | static int acpi_device_remove(struct device *dev) |
939 | { | 939 | { |
940 | struct acpi_device *acpi_dev = to_acpi_device(dev); | 940 | struct acpi_device *acpi_dev = to_acpi_device(dev); |
941 | struct acpi_driver *acpi_drv = acpi_dev->driver; | 941 | struct acpi_driver *acpi_drv = acpi_dev->driver; |