diff mbox series

[thermal:,thermal/next] thermal/core: Correct function name thermal_zone_device_unregister()

Message ID 162426880793.395.4471689555151351510.tip-bot2@tip-bot2
State New
Headers show
Series [thermal:,thermal/next] thermal/core: Correct function name thermal_zone_device_unregister() | expand

Commit Message

thermal-bot for Lad Prabhakar June 21, 2021, 9:46 a.m. UTC
The following commit has been merged into the thermal/next branch of thermal:

Commit-ID:     a052b5118f13febac1bd901fe0b7a807b9d6b51c
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//a052b5118f13febac1bd901fe0b7a807b9d6b51c
Author:        Yang Yingliang <yangyingliang@huawei.com>
AuthorDate:    Mon, 17 May 2021 13:10:20 +08:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Sat, 12 Jun 2021 21:10:06 +02:00

thermal/core: Correct function name thermal_zone_device_unregister()

Fix the following make W=1 kernel build warning:

  drivers/thermal/thermal_core.c:1376: warning: expecting prototype for thermal_device_unregister(). Prototype was for thermal_zone_device_unregister() instead

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210517051020.3463536-1-yangyingliang@huawei.com
---
 drivers/thermal/thermal_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c
index d20b25f..142dcf5 100644
--- a/drivers/thermal/thermal_core.c
+++ b/drivers/thermal/thermal_core.c
@@ -1369,7 +1369,7 @@  free_tz:
 EXPORT_SYMBOL_GPL(thermal_zone_device_register);
 
 /**
- * thermal_device_unregister - removes the registered thermal zone device
+ * thermal_zone_device_unregister - removes the registered thermal zone device
  * @tz: the thermal zone device to remove
  */
 void thermal_zone_device_unregister(struct thermal_zone_device *tz)