diff options
author | Erwan Velu <erwanaliasr1@gmail.com> | 2024-01-09 18:57:53 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-01-10 15:10:44 +0100 |
commit | 03c305861c70d6db898dd2379b882e7772a5c5d0 (patch) | |
tree | 8fa9330b4645dab6d7f5e425cae48529a8d684ef /Documentation/admin-guide/acpi | |
parent | cpufreq: intel_pstate: Update hybrid scaling factor for Meteor Lake (diff) | |
download | linux-03c305861c70d6db898dd2379b882e7772a5c5d0.tar.xz linux-03c305861c70d6db898dd2379b882e7772a5c5d0.zip |
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>
Diffstat (limited to 'Documentation/admin-guide/acpi')
-rw-r--r-- | Documentation/admin-guide/acpi/cppc_sysfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/acpi/cppc_sysfs.rst b/Documentation/admin-guide/acpi/cppc_sysfs.rst index e53d76365aa7..36981c667823 100644 --- a/Documentation/admin-guide/acpi/cppc_sysfs.rst +++ b/Documentation/admin-guide/acpi/cppc_sysfs.rst @@ -75,4 +75,4 @@ taking two different snapshots of feedback counters at time T1 and T2. delivered_counter_delta = fbc_t2[del] - fbc_t1[del] reference_counter_delta = fbc_t2[ref] - fbc_t1[ref] - delivered_perf = (refernce_perf x delivered_counter_delta) / reference_counter_delta + delivered_perf = (reference_perf x delivered_counter_delta) / reference_counter_delta |