[PATCH 0/2] Fix grammar and example code in Documentation.

Patrick Little posted 2 patches 1 week, 2 days ago
Documentation/power/energy-model.rst     | 18 +++++++++---------
Documentation/scheduler/sched-energy.rst |  8 ++++----
2 files changed, 13 insertions(+), 13 deletions(-)
[PATCH 0/2] Fix grammar and example code in Documentation.
Posted by Patrick Little 1 week, 2 days ago
I split these into:
  Text updates
  Example code updates

If it would be better split more or differently, I'm happy to do that.
These are strictly typo fixes, no clarification or rewording.

---
Patrick Little (2):
      Documentation: Fix typos
      Documentation: Fix bug in example code snippet

 Documentation/power/energy-model.rst     | 18 +++++++++---------
 Documentation/scheduler/sched-energy.rst |  8 ++++----
 2 files changed, 13 insertions(+), 13 deletions(-)
---
base-commit: 63804fed149a6750ffd28610c5c1c98cce6bd377
change-id: 20260128-documentation-fix-grammar-3f285af10f5d

Best regards,
-- 
Patrick Little <plittle@gmail.com>
Re: [PATCH 0/2] Fix grammar and example code in Documentation.
Posted by Rafael J. Wysocki 1 week ago
On Wed, Jan 28, 2026 at 11:33 PM Patrick Little <plittle@gmail.com> wrote:
>
> I split these into:
>   Text updates
>   Example code updates
>
> If it would be better split more or differently, I'm happy to do that.
> These are strictly typo fixes, no clarification or rewording.
>
> ---
> Patrick Little (2):
>       Documentation: Fix typos
>       Documentation: Fix bug in example code snippet
>
>  Documentation/power/energy-model.rst     | 18 +++++++++---------
>  Documentation/scheduler/sched-energy.rst |  8 ++++----
>  2 files changed, 13 insertions(+), 13 deletions(-)
> ---

Both patches applied as 6.20/7.0 material under adjusted changelogs
(to indicate that they are related to energy model management).

Thanks!