Skip to content

Commit f6e221e

Browse files
ColinIanKingrafaeljw
authored andcommitted
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 <colin.i.king@gmail.com> Link: https://patch.msgid.link/20250227224006.660164-1-colin.i.king@gmail.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 7eb1721 commit f6e221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thermal/thermal_debugfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ static int cdev_tt_seq_show(struct seq_file *s, void *v)
319319
int i = *(loff_t *)v;
320320

321321
if (!i)
322-
seq_puts(s, "Transition\tOccurences\n");
322+
seq_puts(s, "Transition\tOccurrences\n");
323323

324324
list_for_each_entry(entry, &transitions[i], node) {
325325
/*

0 commit comments

Comments
 (0)