[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231016182910.3344-1-edson.drosdeck@gmail.com>
Date: Mon, 16 Oct 2023 15:29:10 -0300
From: Edson Juliano Drosdeck <edson.drosdeck@...il.com>
To: jlee@...e.com
Cc: hdegoede@...hat.com, ilpo.jarvinen@...ux.intel.com,
markgross@...nel.org, platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org, edson.drosdeck@...il.com
Subject: [PATCH] platform/x86: acer-wmi: Remove void function return
Adhere to Linux kernel coding style.
Reported by checkpatch:
WARNING: void function return statements are not generally useful
Signed-off-by: Edson Juliano Drosdeck <edson.drosdeck@...il.com>
---
drivers/platform/x86/acer-wmi.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index 377a0becd1a1..0e472aa9bf41 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -1922,7 +1922,6 @@ static void acer_rfkill_exit(void)
rfkill_unregister(threeg_rfkill);
rfkill_destroy(threeg_rfkill);
}
- return;
}
static void acer_wmi_notify(u32 value, void *context)
@@ -2517,7 +2516,6 @@ static void __exit acer_wmi_exit(void)
platform_driver_unregister(&acer_platform_driver);
pr_info("Acer Laptop WMI Extras unloaded\n");
- return;
}
module_init(acer_wmi_init);
--
2.39.2
Powered by blists - more mailing lists