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
This commit is contained in:
Geert Uytterhoeven 2021-07-14 13:27:01 +02:00 committed by Daniel Lezcano
parent 22fc857538
commit 454f2ed4b3
1 changed files with 1 additions and 1 deletions

View File

@ -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.