Skip to content

Commit 8fa4e93

Browse files
flavio-suligoiJonathan Corbet
authored andcommitted
docs: thermal: fix spelling mistakes
Signed-off-by: Flavio Suligoi <[email protected]> Reviewed-by: Viresh Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 61ffd28 commit 8fa4e93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)