Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH] thermal: sun8i: fix typo in comment
@ 2022-05-21 11:10 Julia Lawall
  2022-05-21 15:22 ` Vasily Khoruzhick
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Julia Lawall @ 2022-05-21 11:10 UTC (permalink / raw)
  To: Vasily Khoruzhick
  Cc: kernel-janitors, Yangtao Li, Rafael J. Wysocki, Daniel Lezcano,
	Amit Kucheria, Zhang Rui, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, linux-pm, linux-arm-kernel, linux-sunxi,
	linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/thermal/sun8i_thermal.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/sun8i_thermal.c b/drivers/thermal/sun8i_thermal.c
index d9cd23cbb671..212c87e63a66 100644
--- a/drivers/thermal/sun8i_thermal.c
+++ b/drivers/thermal/sun8i_thermal.c
@@ -237,7 +237,7 @@ static int sun50i_h6_ths_calibrate(struct ths_device *tmdev,
 	 * The calibration data on the H6 is the ambient temperature and
 	 * sensor values that are filled during the factory test stage.
 	 *
-	 * The unit of stored FT temperature is 0.1 degreee celusis.
+	 * The unit of stored FT temperature is 0.1 degree celsius.
 	 *
 	 * We need to calculate a delta between measured and caluclated
 	 * register values and this will become a calibration offset.


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

* Re: [PATCH] thermal: sun8i: fix typo in comment
  2022-05-21 11:10 [PATCH] thermal: sun8i: fix typo in comment Julia Lawall
@ 2022-05-21 15:22 ` Vasily Khoruzhick
  2022-05-22  7:33 ` Jernej Škrabec
  2022-07-28 15:41 ` [thermal: thermal/next] thermal/drivers/sun8i: Fix " thermal-bot for Julia Lawall
  2 siblings, 0 replies; 4+ messages in thread
From: Vasily Khoruzhick @ 2022-05-21 15:22 UTC (permalink / raw)
  To: Julia Lawall
  Cc: kernel-janitors, Yangtao Li, Rafael J. Wysocki, Daniel Lezcano,
	Amit Kucheria, Zhang Rui, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, Linux PM, arm-linux, linux-sunxi, linux-kernel

On Sat, May 21, 2022 at 4:11 AM Julia Lawall <Julia.Lawall@inria.fr> wrote:
>
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Acked-by: Vasily Khoruzhick <anarsoul@gmail.com>

> ---
>  drivers/thermal/sun8i_thermal.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thermal/sun8i_thermal.c b/drivers/thermal/sun8i_thermal.c
> index d9cd23cbb671..212c87e63a66 100644
> --- a/drivers/thermal/sun8i_thermal.c
> +++ b/drivers/thermal/sun8i_thermal.c
> @@ -237,7 +237,7 @@ static int sun50i_h6_ths_calibrate(struct ths_device *tmdev,
>          * The calibration data on the H6 is the ambient temperature and
>          * sensor values that are filled during the factory test stage.
>          *
> -        * The unit of stored FT temperature is 0.1 degreee celusis.
> +        * The unit of stored FT temperature is 0.1 degree celsius.
>          *
>          * We need to calculate a delta between measured and caluclated
>          * register values and this will become a calibration offset.
>

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

* Re: [PATCH] thermal: sun8i: fix typo in comment
  2022-05-21 11:10 [PATCH] thermal: sun8i: fix typo in comment Julia Lawall
  2022-05-21 15:22 ` Vasily Khoruzhick
@ 2022-05-22  7:33 ` Jernej Škrabec
  2022-07-28 15:41 ` [thermal: thermal/next] thermal/drivers/sun8i: Fix " thermal-bot for Julia Lawall
  2 siblings, 0 replies; 4+ messages in thread
From: Jernej Škrabec @ 2022-05-22  7:33 UTC (permalink / raw)
  To: Vasily Khoruzhick, Julia Lawall
  Cc: kernel-janitors, Yangtao Li, Rafael J. Wysocki, Daniel Lezcano,
	Amit Kucheria, Zhang Rui, Chen-Yu Tsai, Samuel Holland, linux-pm,
	linux-arm-kernel, linux-sunxi, linux-kernel

Dne sobota, 21. maj 2022 ob 13:10:46 CEST je Julia Lawall napisal(a):
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> 
> ---
>  drivers/thermal/sun8i_thermal.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/thermal/sun8i_thermal.c
> b/drivers/thermal/sun8i_thermal.c index d9cd23cbb671..212c87e63a66 100644
> --- a/drivers/thermal/sun8i_thermal.c
> +++ b/drivers/thermal/sun8i_thermal.c
> @@ -237,7 +237,7 @@ static int sun50i_h6_ths_calibrate(struct ths_device
> *tmdev, * The calibration data on the H6 is the ambient temperature and *
> sensor values that are filled during the factory test stage.
>  	 *
> -	 * The unit of stored FT temperature is 0.1 degreee celusis.
> +	 * The unit of stored FT temperature is 0.1 degree celsius.
>  	 *
>  	 * We need to calculate a delta between measured and caluclated
>  	 * register values and this will become a calibration offset.





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

* [thermal: thermal/next] thermal/drivers/sun8i: Fix typo in comment
  2022-05-21 11:10 [PATCH] thermal: sun8i: fix typo in comment Julia Lawall
  2022-05-21 15:22 ` Vasily Khoruzhick
  2022-05-22  7:33 ` Jernej Škrabec
@ 2022-07-28 15:41 ` thermal-bot for Julia Lawall
  2 siblings, 0 replies; 4+ messages in thread
From: thermal-bot for Julia Lawall @ 2022-07-28 15:41 UTC (permalink / raw)
  To: linux-pm
  Cc: Julia Lawall, Vasily Khoruzhick, Jernej Skrabec, Daniel Lezcano,
	rui.zhang, amitk

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

Commit-ID:     11188b439974b8ef8fe8c4c6df6ab8b6486c8c45
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//11188b439974b8ef8fe8c4c6df6ab8b6486c8c45
Author:        Julia Lawall <Julia.Lawall@inria.fr>
AuthorDate:    Sat, 21 May 2022 13:10:46 +02:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Thu, 28 Jul 2022 17:29:49 +02:00

thermal/drivers/sun8i: Fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Acked-by: Vasily Khoruzhick <anarsoul@gmail.com>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220521111145.81697-36-Julia.Lawall@inria.fr
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/thermal/sun8i_thermal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/sun8i_thermal.c b/drivers/thermal/sun8i_thermal.c
index d9cd23c..212c87e 100644
--- a/drivers/thermal/sun8i_thermal.c
+++ b/drivers/thermal/sun8i_thermal.c
@@ -237,7 +237,7 @@ static int sun50i_h6_ths_calibrate(struct ths_device *tmdev,
 	 * The calibration data on the H6 is the ambient temperature and
 	 * sensor values that are filled during the factory test stage.
 	 *
-	 * The unit of stored FT temperature is 0.1 degreee celusis.
+	 * The unit of stored FT temperature is 0.1 degree celsius.
 	 *
 	 * We need to calculate a delta between measured and caluclated
 	 * register values and this will become a calibration offset.

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

end of thread, other threads:[~2022-07-28 15:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-21 11:10 [PATCH] thermal: sun8i: fix typo in comment Julia Lawall
2022-05-21 15:22 ` Vasily Khoruzhick
2022-05-22  7:33 ` Jernej Škrabec
2022-07-28 15:41 ` [thermal: thermal/next] thermal/drivers/sun8i: Fix " thermal-bot for Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox