Skip to content

Commit 03c3058

Browse files
ErwanAliasr1rafaeljw
authored andcommitted
Documentation: admin-guide: PM: Fix two typos
Fix two typos in the admin-guide: - a missing e in "reference_perf" in cppc_sysfs.rst. - the amd_pstate sysfs path uses a dash instead of an underscore. Signed-off-by: Erwan Velu <e.velu@criteo.com> [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent bde4f5f commit 03c3058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/admin-guide/acpi/cppc_sysfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ taking two different snapshots of feedback counters at time T1 and T2.
7575
delivered_counter_delta = fbc_t2[del] - fbc_t1[del]
7676
reference_counter_delta = fbc_t2[ref] - fbc_t1[ref]
7777

78-
delivered_perf = (refernce_perf x delivered_counter_delta) / reference_counter_delta
78+
delivered_perf = (reference_perf x delivered_counter_delta) / reference_counter_delta

Documentation/admin-guide/pm/amd-pstate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Global Attributes
361361

362362
``amd-pstate`` exposes several global attributes (files) in ``sysfs`` to
363363
control its functionality at the system level. They are located in the
364-
``/sys/devices/system/cpu/amd-pstate/`` directory and affect all CPUs.
364+
``/sys/devices/system/cpu/amd_pstate/`` directory and affect all CPUs.
365365

366366
``status``
367367
Operation mode of the driver: "active", "passive" or "disable".

0 commit comments

Comments
 (0)