From: Colin Ian King Date: Thu, 27 Feb 2025 22:40:06 +0000 (+0000) Subject: thermal: core: Fix spelling mistake "Occurences" -> "Occurrences" X-Git-Tag: io_uring-6.15-20250403~112^2^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f6e221e666fd9df5ef1ae612e5a42122871b09af;p=linux-block.git thermal: core: Fix spelling mistake "Occurences" -> "Occurrences" There is a spelling mistake in a seq_puts string. Fix it. Signed-off-by: Colin Ian King Link: https://patch.msgid.link/20250227224006.660164-1-colin.i.king@gmail.com Signed-off-by: Rafael J. Wysocki --- 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) { /*