Message ID | 20240109175801.447943-1-e.velu@criteo.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | [1/2] admin-guide: Fixing typos | expand |
On Tue, Jan 9, 2024 at 6:58 PM Erwan Velu <erwanaliasr1@gmail.com> wrote: > > This commit fixes two typos in the admin-guide. > > - a missing e in "reference_perf". > - the amd_pstate sysfs path uses a dash instead of an underscore. > > Signed-off-by: Erwan Velu <e.velu@criteo.com> > --- > Documentation/admin-guide/acpi/cppc_sysfs.rst | 2 +- > Documentation/admin-guide/pm/amd-pstate.rst | 2 +- > 2 files changed, 2 insertions(+), 2 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 > diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst > index 1cf40f69278c..9eb26014d34b 100644 > --- a/Documentation/admin-guide/pm/amd-pstate.rst > +++ b/Documentation/admin-guide/pm/amd-pstate.rst > @@ -361,7 +361,7 @@ Global Attributes > > ``amd-pstate`` exposes several global attributes (files) in ``sysfs`` to > control its functionality at the system level. They are located in the > -``/sys/devices/system/cpu/amd-pstate/`` directory and affect all CPUs. > +``/sys/devices/system/cpu/amd_pstate/`` directory and affect all CPUs. > > ``status`` > Operation mode of the driver: "active", "passive" or "disable". > -- Applied as 6.8-rc1 material with some edits in the subject and changelog. Thanks!
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 diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst index 1cf40f69278c..9eb26014d34b 100644 --- a/Documentation/admin-guide/pm/amd-pstate.rst +++ b/Documentation/admin-guide/pm/amd-pstate.rst @@ -361,7 +361,7 @@ Global Attributes ``amd-pstate`` exposes several global attributes (files) in ``sysfs`` to control its functionality at the system level. They are located in the -``/sys/devices/system/cpu/amd-pstate/`` directory and affect all CPUs. +``/sys/devices/system/cpu/amd_pstate/`` directory and affect all CPUs. ``status`` Operation mode of the driver: "active", "passive" or "disable".
This commit fixes two typos in the admin-guide. - a missing e in "reference_perf". - the amd_pstate sysfs path uses a dash instead of an underscore. Signed-off-by: Erwan Velu <e.velu@criteo.com> --- Documentation/admin-guide/acpi/cppc_sysfs.rst | 2 +- Documentation/admin-guide/pm/amd-pstate.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)