summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoon Hee Lee <moonhee.lee.ca@gmail.com>2025-05-07 01:00:57 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-05-09 19:34:51 +0300
commit7330e002c050eea6a47dfa57c7f128af2e8dc592 (patch)
tree8922728047b5d10d9747b9e48f5c93112d02c351
parent179c0c7044a378198adb36f2a12410ab68cc730a (diff)
downloadlinux-7330e002c050eea6a47dfa57c7f128af2e8dc592.tar.xz
PM: EM: Documentation: fix typo in energy-model.rst
Fixes a grammar issue ("than" -> "then") and changes "re-use" to "reuse" for consistency with modern spelling. Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com> Link: https://patch.msgid.link/20250506220057.5589-1-moonhee.lee.ca@gmail.com [ rjw: Subject edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--Documentation/power/energy-model.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/energy-model.rst b/Documentation/power/energy-model.rst
index ada4938c37e5..490ddd483f46 100644
--- a/Documentation/power/energy-model.rst
+++ b/Documentation/power/energy-model.rst
@@ -230,7 +230,7 @@ Drivers must provide a pointer to the allocated and initialized new EM
and will be visible to other sub-systems in the kernel (thermal, powercap).
The main design goal for this API is to be fast and avoid extra calculations
or memory allocations at runtime. When pre-computed EMs are available in the
-device driver, than it should be possible to simply re-use them with low
+device driver, then it should be possible to simply reuse them with low
performance overhead.
In order to free the EM, provided earlier by the driver (e.g. when the module