Message ID | 20210305015320.7614-1-unixbhaskar@gmail.com |
---|---|
State | Accepted |
Commit | 6606800192008bd2929c55614697645f53e07427 |
Headers | show |
Series | thermal: Fix a typo in the file soctherm.c | expand |
On 3/4/21 5:53 PM, Bhaskar Chowdhury wrote: > > s/calibaration/calibration/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> > --- > drivers/thermal/tegra/soctherm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/thermal/tegra/soctherm.c b/drivers/thermal/tegra/soctherm.c > index 66e0639da4bf..8b8fbd49679b 100644 > --- a/drivers/thermal/tegra/soctherm.c > +++ b/drivers/thermal/tegra/soctherm.c > @@ -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, > -- -- ~Randy
On Fri, Mar 05, 2021 at 07:23:20AM +0530, Bhaskar Chowdhury wrote: > > s/calibaration/calibration/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> > --- > drivers/thermal/tegra/soctherm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Thierry Reding <treding@nvidia.com>
diff --git a/drivers/thermal/tegra/soctherm.c b/drivers/thermal/tegra/soctherm.c index 66e0639da4bf..8b8fbd49679b 100644 --- a/drivers/thermal/tegra/soctherm.c +++ b/drivers/thermal/tegra/soctherm.c @@ -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,
s/calibaration/calibration/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- drivers/thermal/tegra/soctherm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.30.1