diff options
| author | 2021-09-04 17:55:23 +0000 | |
|---|---|---|
| committer | 2021-09-14 12:26:01 +0200 | |
| commit | e83c799270e15adfe1f6e7bcdf7a76db0f200e46 (patch) | |
| tree | f5cdc9a85aaf2f34d0106fa0bc653d812e2b7b72 /drivers/platform/x86/wmi.c | |
| parent | platform/x86: wmi: remove unnecessary casts (diff) | |
| download | linux-dev-e83c799270e15adfe1f6e7bcdf7a76db0f200e46.tar.xz linux-dev-e83c799270e15adfe1f6e7bcdf7a76db0f200e46.zip | |
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/platform/x86/wmi.c')
| -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) |
