From: Barnabás Pőcze Date: Sat, 4 Sep 2021 17:55:23 +0000 (+0000) Subject: platform/x86: wmi: remove stray empty line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e83c799270e15adfe1f6e7bcdf7a76db0f200e46;p=linux.git platform/x86: wmi: remove stray empty line Remove an empty line after the last statement in `acpi_wmi_notify_handler()` which serves no purpose. Signed-off-by: Barnabás Pőcze Link: https://lore.kernel.org/r/20210904175450.156801-10-pobrn@protonmail.com Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/drivers/platform/x86/wmi.c b/drivers/platform/x86/wmi.c index f5cb5908725cd..1ae42dcb4036f 100644 --- a/drivers/platform/x86/wmi.c +++ b/drivers/platform/x86/wmi.c @@ -1321,7 +1321,6 @@ static void acpi_wmi_notify_handler(acpi_handle handle, u32 event, wblock->acpi_device->pnp.device_class, dev_name(&wblock->dev.dev), event, 0); - } static int acpi_wmi_remove(struct platform_device *device)