Skip to content

Commit 7330e00

Browse files
moonheeleerafaeljw
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] [ rjw: Subject edits ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 179c0c7 commit 7330e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/power/energy-model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Drivers must provide a pointer to the allocated and initialized new EM
230230
and will be visible to other sub-systems in the kernel (thermal, powercap).
231231
The main design goal for this API is to be fast and avoid extra calculations
232232
or memory allocations at runtime. When pre-computed EMs are available in the
233-
device driver, than it should be possible to simply re-use them with low
233+
device driver, then it should be possible to simply reuse them with low
234234
performance overhead.
235235

236236
In order to free the EM, provided earlier by the driver (e.g. when the module

0 commit comments

Comments
 (0)