Skip to content

Commit

Permalink
ACPI: bus: Fix a pointer coding style issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tom Todd authored and Rafael J. Wysocki committed Aug 9, 2018
1 parent ae97635 commit 67fbd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 67fbd0a

Please sign in to comment.