Commit 66068001 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Daniel Lezcano

thermal: Fix a typo in the file soctherm.c

s/calibaration/calibration/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210305015320.7614-1-unixbhaskar@gmail.com
parent e042e95b
......@@ -2195,7 +2195,7 @@ static int tegra_soctherm_probe(struct platform_device *pdev)
if (err)
return err;
/* calculate tsensor calibaration data */
/* calculate tsensor calibration data */
for (i = 0; i < soc->num_tsensors; ++i) {
err = tegra_calc_tsensor_calib(&soc->tsensors[i],
&shared_calib,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment