summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-03-06 10:57:46 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-03-06 10:57:46 +0100
commit86dfa5bec24952f99f2cfa778975d5a914c3a1d2 (patch)
treeec5535c925bf9cad892a500fe5dc36b1adb3b086 /Documentation
parent98d54f81e36ba3bf92172791eba5ca5bd813989b (diff)
parentae99fb8baafc881b35aa0b79d7ac0178a7c40c89 (diff)
Merge branch 'acpi-doc'
* acpi-doc: Documentation/admin-guide/acpi: fix fan_performance_states.rst warnings
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/admin-guide/acpi/fan_performance_states.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/acpi/fan_performance_states.rst b/Documentation/admin-guide/acpi/fan_performance_states.rst
index 21d233ca50d8..98fe5c333121 100644
--- a/Documentation/admin-guide/acpi/fan_performance_states.rst
+++ b/Documentation/admin-guide/acpi/fan_performance_states.rst
@@ -18,7 +18,7 @@ may look as follows::
$ ls -l /sys/bus/acpi/devices/INT3404:00/
total 0
-...
+ ...
-r--r--r-- 1 root root 4096 Dec 13 20:38 state0
-r--r--r-- 1 root root 4096 Dec 13 20:38 state1
-r--r--r-- 1 root root 4096 Dec 13 20:38 state10
@@ -38,7 +38,7 @@ where each of the "state*" files represents one performance state of the fan
and contains a colon-separated list of 5 integer numbers (fields) with the
following interpretation::
-control_percent:trip_point_index:speed_rpm:noise_level_mdb:power_mw
+ control_percent:trip_point_index:speed_rpm:noise_level_mdb:power_mw
* ``control_percent``: The percent value to be used to set the fan speed to a
specific level using the _FSL object (0-100).