All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: Fix a typo in the file soctherm.c
@ 2021-03-05  1:53 Bhaskar Chowdhury
  2021-03-17 12:39 ` [thermal: thermal/next] " thermal-bot for Bhaskar Chowdhury
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ 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] 4+ messages in thread

* [thermal: thermal/next] 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-17 12:39 ` thermal-bot for Bhaskar Chowdhury
  2021-03-22 19:01 ` [PATCH] " Randy Dunlap
  2021-03-23 18:25 ` Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: thermal-bot for Bhaskar Chowdhury @ 2021-03-17 12:39 UTC (permalink / raw)
  To: linux-pm; +Cc: Bhaskar Chowdhury, Daniel Lezcano, rui.zhang, amitk

The following commit has been merged into the thermal/next branch of thermal:

Commit-ID:     6606800192008bd2929c55614697645f53e07427
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//6606800192008bd2929c55614697645f53e07427
Author:        Bhaskar Chowdhury <unixbhaskar@gmail.com>
AuthorDate:    Fri, 05 Mar 2021 07:23:20 +05:30
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Wed, 10 Mar 2021 12:54:58 +01:00

thermal: Fix a typo in the file soctherm.c

s/calibaration/calibration/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210305015320.7614-1-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 66e0639..8b8fbd4 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,

^ permalink raw reply related	[flat|nested] 4+ 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-17 12:39 ` [thermal: thermal/next] " thermal-bot for Bhaskar Chowdhury
@ 2021-03-22 19:01 ` Randy Dunlap
  2021-03-23 18:25 ` Thierry Reding
  2 siblings, 0 replies; 4+ 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] 4+ 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-17 12:39 ` [thermal: thermal/next] " thermal-bot for Bhaskar Chowdhury
  2021-03-22 19:01 ` [PATCH] " Randy Dunlap
@ 2021-03-23 18:25 ` Thierry Reding
  2 siblings, 0 replies; 4+ 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] 4+ messages in thread

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

Thread overview: 4+ 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-17 12:39 ` [thermal: thermal/next] " thermal-bot for Bhaskar Chowdhury
2021-03-22 19:01 ` [PATCH] " Randy Dunlap
2021-03-23 18:25 ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.