提交 67fbd0a3 编写于 作者: T Tom Todd 提交者: Rafael J. Wysocki

ACPI: bus: Fix a pointer coding style issue

Fix white space in the argument list of acpi_device_remove().
Signed-off-by: NTom Todd <thomas.m.a.todd@gmail.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 ae976358
...@@ -935,7 +935,7 @@ static int acpi_device_probe(struct device *dev) ...@@ -935,7 +935,7 @@ static int acpi_device_probe(struct device *dev)
return 0; 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_device *acpi_dev = to_acpi_device(dev);
struct acpi_driver *acpi_drv = acpi_dev->driver; struct acpi_driver *acpi_drv = acpi_dev->driver;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册