File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Documentation/driver-api/thermal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ temperature) and throttle appropriate devices.
54
54
trips:
55
55
the total number of trip points this thermal zone supports.
56
56
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 .
58
58
devdata:
59
59
device private data
60
60
ops:
@@ -406,7 +406,7 @@ Thermal cooling device sys I/F, created once it's registered::
406
406
|---stats/reset: Writing any value resets the statistics
407
407
|---stats/time_in_state_ms: Time (msec) spent in various cooling states
408
408
|---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
410
410
411
411
412
412
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
779
779
the system.
780
780
781
781
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
783
783
triggered.
You can’t perform that action at this time.
0 commit comments