projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c06a2fd
)
platform/x86: wmi: remove stray empty line
author
Barnabás Pőcze
<pobrn@protonmail.com>
Sat, 4 Sep 2021 17:55:23 +0000
(17:55 +0000)
committer
Hans de Goede
<hdegoede@redhat.com>
Tue, 14 Sep 2021 10:26:01 +0000
(12:26 +0200)
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>
drivers/platform/x86/wmi.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/wmi.c
b/drivers/platform/x86/wmi.c
index f5cb5908725cdb384049df2173efb42aa30789e8..1ae42dcb4036f544705c065dcc3a789babb4db8e 100644
(file)
--- 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)