linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermal: Fix a typo in the file soctherm.c
@ 2021-03-05  1:53 Bhaskar Chowdhury
  2021-03-22 19:01 ` Randy Dunlap
  2021-03-23 18:25 ` Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-05  1:53 UTC (permalink / raw)
  To: rui.zhang, daniel.lezcano, amitk, thierry.reding, jonathanh,
	p.zabel, linux-pm, linux-tegra, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/calibaration/calibration/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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,
--
2.30.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] thermal: Fix a typo in the file soctherm.c
  2021-03-05  1:53 [PATCH] thermal: Fix a typo in the file soctherm.c Bhaskar Chowdhury
@ 2021-03-22 19:01 ` Randy Dunlap
  2021-03-23 18:25 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-22 19:01 UTC (permalink / raw)
  To: Bhaskar Chowdhury, rui.zhang, daniel.lezcano, amitk,
	thierry.reding, jonathanh, p.zabel, linux-pm, linux-tegra,
	linux-kernel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] thermal: Fix a typo in the file soctherm.c
  2021-03-05  1:53 [PATCH] thermal: Fix a typo in the file soctherm.c Bhaskar Chowdhury
  2021-03-22 19:01 ` Randy Dunlap
@ 2021-03-23 18:25 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2021-03-23 18:25 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: rui.zhang, daniel.lezcano, amitk, jonathanh, p.zabel, linux-pm,
	linux-tegra, linux-kernel, rdunlap

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

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>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-23 18:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05  1:53 [PATCH] thermal: Fix a typo in the file soctherm.c Bhaskar Chowdhury
2021-03-22 19:01 ` Randy Dunlap
2021-03-23 18:25 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).