public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] thermal: core: Fix spelling mistake "Occurences" -> "Occurrences"
@ 2025-02-27 22:40 Colin Ian King
  2025-03-03 13:44 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2025-02-27 22:40 UTC (permalink / raw)
  To: Rafael J . Wysocki, Daniel Lezcano, Zhang Rui, Lukasz Luba,
	linux-pm
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a seq_puts string. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/thermal/thermal_debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/thermal_debugfs.c b/drivers/thermal/thermal_debugfs.c
index c800504c3cfe..0cf26ea63370 100644
--- a/drivers/thermal/thermal_debugfs.c
+++ b/drivers/thermal/thermal_debugfs.c
@@ -319,7 +319,7 @@ static int cdev_tt_seq_show(struct seq_file *s, void *v)
 	int i = *(loff_t *)v;
 
 	if (!i)
-		seq_puts(s, "Transition\tOccurences\n");
+		seq_puts(s, "Transition\tOccurrences\n");
 
 	list_for_each_entry(entry, &transitions[i], node) {
 		/*
-- 
2.47.2


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

* Re: [PATCH][next] thermal: core: Fix spelling mistake "Occurences" -> "Occurrences"
  2025-02-27 22:40 [PATCH][next] thermal: core: Fix spelling mistake "Occurences" -> "Occurrences" Colin Ian King
@ 2025-03-03 13:44 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2025-03-03 13:44 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Rafael J . Wysocki, Daniel Lezcano, Zhang Rui, Lukasz Luba,
	linux-pm, kernel-janitors, linux-kernel

On Thu, Feb 27, 2025 at 11:40 PM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There is a spelling mistake in a seq_puts string. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/thermal/thermal_debugfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thermal/thermal_debugfs.c b/drivers/thermal/thermal_debugfs.c
> index c800504c3cfe..0cf26ea63370 100644
> --- a/drivers/thermal/thermal_debugfs.c
> +++ b/drivers/thermal/thermal_debugfs.c
> @@ -319,7 +319,7 @@ static int cdev_tt_seq_show(struct seq_file *s, void *v)
>         int i = *(loff_t *)v;
>
>         if (!i)
> -               seq_puts(s, "Transition\tOccurences\n");
> +               seq_puts(s, "Transition\tOccurrences\n");
>
>         list_for_each_entry(entry, &transitions[i], node) {
>                 /*
> --

Applied as 6.15 material, thanks!

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

end of thread, other threads:[~2025-03-03 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 22:40 [PATCH][next] thermal: core: Fix spelling mistake "Occurences" -> "Occurrences" Colin Ian King
2025-03-03 13:44 ` Rafael J. Wysocki

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