mirror of
https://github.com/torvalds/linux.git
synced 2025-04-12 06:49:52 +00:00
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>
This commit is contained in:
parent
7eb172143d
commit
f6e221e666
@ -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) {
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user