Skip to content

Commit 8fa4e93

Browse files
flavio-suligoiJonathan Corbet
authored andcommitted
docs: thermal: fix spelling mistakes
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Link: https://lore.kernel.org/r/20210129132035.16967-1-f.suligoi@asem.it Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 61ffd28 commit 8fa4e93

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/driver-api/thermal/sysfs-api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ temperature) and throttle appropriate devices.
5454
trips:
5555
the total number of trip points this thermal zone supports.
5656
mask:
57-
Bit string: If 'n'th bit is set, then trip point 'n' is writeable.
57+
Bit string: If 'n'th bit is set, then trip point 'n' is writable.
5858
devdata:
5959
device private data
6060
ops:
@@ -406,7 +406,7 @@ Thermal cooling device sys I/F, created once it's registered::
406406
|---stats/reset: Writing any value resets the statistics
407407
|---stats/time_in_state_ms: Time (msec) spent in various cooling states
408408
|---stats/total_trans: Total number of times cooling state is changed
409-
|---stats/trans_table: Cooing state transition table
409+
|---stats/trans_table: Cooling state transition table
410410

411411

412412
Then next two dynamic attributes are created/removed in pairs. They represent
@@ -779,5 +779,5 @@ emergency poweroff kicks in after the delay has elapsed and shuts down
779779
the system.
780780

781781
If set to 0 emergency poweroff will not be supported. So a carefully
782-
profiled non-zero positive value is a must for emergerncy poweroff to be
782+
profiled non-zero positive value is a must for emergency poweroff to be
783783
triggered.

0 commit comments

Comments
 (0)