diff options
author | Barnabás Pőcze <pobrn@protonmail.com> | 2021-09-04 17:55:23 +0000 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-09-14 12:26:01 +0200 |
commit | e83c799270e15adfe1f6e7bcdf7a76db0f200e46 (patch) | |
tree | f5cdc9a85aaf2f34d0106fa0bc653d812e2b7b72 /drivers | |
parent | c06a2fde798206941e8d56634e01872771482679 (diff) | |
download | linux-e83c799270e15adfe1f6e7bcdf7a76db0f200e46.tar.gz |
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 <pobrn@protonmail.com>
Link: https://lore.kernel.org/r/20210904175450.156801-10-pobrn@protonmail.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/wmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/wmi.c b/drivers/platform/x86/wmi.c index f5cb5908725c..1ae42dcb4036 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) |