提交 6701cc8f 编写于 作者: A Andy Shevchenko

platform/x86: wmi: Fix indentation in some cases

There is no need to split lines as they perfectly fit 80 character limit.
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
上级 f9dffc14
...@@ -1116,8 +1116,7 @@ static void wmi_free_devices(struct acpi_device *device) ...@@ -1116,8 +1116,7 @@ static void wmi_free_devices(struct acpi_device *device)
} }
} }
static bool guid_already_parsed(struct acpi_device *device, static bool guid_already_parsed(struct acpi_device *device, const u8 *guid)
const u8 *guid)
{ {
struct wmi_block *wblock; struct wmi_block *wblock;
...@@ -1327,10 +1326,8 @@ static void acpi_wmi_notify_handler(acpi_handle handle, u32 event, ...@@ -1327,10 +1326,8 @@ static void acpi_wmi_notify_handler(acpi_handle handle, u32 event,
wblock->handler(event, wblock->handler_data); wblock->handler(event, wblock->handler_data);
} }
if (debug_event) { if (debug_event)
pr_info("DEBUG Event GUID: %pUL\n", pr_info("DEBUG Event GUID: %pUL\n", wblock->gblock.guid);
wblock->gblock.guid);
}
acpi_bus_generate_netlink_event( acpi_bus_generate_netlink_event(
wblock->acpi_device->pnp.device_class, wblock->acpi_device->pnp.device_class,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册