diff mbox series

[thermal:,thermal/next] thermal: Spelling s/scallbacks/callbacks/

Message ID 163119831731.25758.4631237606171951869.tip-bot2@tip-bot2
State New
Headers show
Series [thermal:,thermal/next] thermal: Spelling s/scallbacks/callbacks/ | expand

Commit Message

thermal-bot for Lad Prabhakar Sept. 9, 2021, 2:38 p.m. UTC
The following commit has been merged into the thermal/next branch of thermal:

Commit-ID:     454f2ed4b34f9ef5726d080b1eb5dc47a7f36d6f
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//454f2ed4b34f9ef5726d080b1eb5dc47a7f36d6f
Author:        Geert Uytterhoeven <geert+renesas@glider.be>
AuthorDate:    Wed, 14 Jul 2021 13:27:01 +02:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Sat, 14 Aug 2021 15:43:28 +02:00

thermal: Spelling s/scallbacks/callbacks/

Fix a misspelling of the word "callbacks".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/ae38372996a23bb67769e2d62ca170ae9457c4df.1626261946.git.geert+renesas@glider.be
---
 include/linux/thermal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/linux/thermal.h b/include/linux/thermal.h
index 8050d92..c314893 100644
--- a/include/linux/thermal.h
+++ b/include/linux/thermal.h
@@ -285,7 +285,7 @@  struct thermal_zone_params {
 };
 
 /**
- * struct thermal_zone_of_device_ops - scallbacks for handling DT based zones
+ * struct thermal_zone_of_device_ops - callbacks for handling DT based zones
  *
  * Mandatory:
  * @get_temp: a pointer to a function that reads the sensor temperature.