]> www.infradead.org Git - users/jedix/linux-maple.git/commit
thermal: core: Rename cdev-to-thermal-zone bind/unbind functions
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Aug 2024 19:24:35 +0000 (21:24 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 23 Aug 2024 13:56:29 +0000 (15:56 +0200)
commit91d7ed957eb2e0a13e7d44195b529f49701c5745
tree8031cca62df4997183ce5499d59f1e55f02800e5
parent8144dbe68c493baa412d78f41a57e90a6461f6c3
thermal: core: Rename cdev-to-thermal-zone bind/unbind functions

Rename thermal_zone_cdev_binding() and thermal_zone_cdev_unbinding()
to thermal_zone_cdev_bind() and thermal_zone_cdev_unbind(), respectively,
to make the naming more consistent with the rest of the code.

No functional impact.

Link: https://lore.kernel.org/linux-pm/19beefd9-d3f9-4d43-a45d-d241996de2d0@linaro.org/
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://patch.msgid.link/6093162.lOV4Wx5bFT@rjwysocki.net
drivers/thermal/thermal_core.c