From 67fbd0a3a802bc80218f6c33d594f34f0ecb02f9 Mon Sep 17 00:00:00 2001 From: Tom Todd Date: Wed, 8 Aug 2018 01:52:02 +0100 Subject: ACPI: bus: Fix a pointer coding style issue Fix white space in the argument list of acpi_device_remove(). Signed-off-by: Tom Todd Signed-off-by: Rafael J. Wysocki --- drivers/acpi/bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index f61f892..292088f 100644 --- a/drivers/acpi/bus.c +++ b/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; -- cgit v1.1