[PATCH v5 0/4] cpupower: fix various man pages issues

Roberto Ricci posted 4 patches 1 week, 2 days ago
tools/power/cpupower/man/cpupower-frequency-info.1 | 8 +++++++-
tools/power/cpupower/man/cpupower-idle-info.1      | 4 ++--
tools/power/cpupower/man/cpupower-info.1           | 9 ++++++++-
3 files changed, 17 insertions(+), 4 deletions(-)
[PATCH v5 0/4] cpupower: fix various man pages issues
Posted by Roberto Ricci 1 week, 2 days ago
This patch series fixes a few issues with the cpupower manual pages,
such as missing or incorrect options and trailing whitespace.

Signed-off-by: Roberto Ricci <io@r-ricci.it>

---
Changes in v5:
- Drop whitespace removal patches
  Link to v4: https://lore.kernel.org/linux-pm/20260324013543.4776-1-io@r-ricci.it/

Changes in v4:
- Remove Fixes tags from commit messages
- Fix issues reported by scripts/checkpatch.pl
- Add patches to trim whitespace from some files
- Add cover letter
  Link to v3: https://lore.kernel.org/linux-pm/20260312102029.14980-1-io@r-ricci.it/

Changes in v3:
- Resend because v2 patches have been incorrectly sent as replies to
  individual v1 messages.
  Links to v2:
  - https://lore.kernel.org/linux-pm/abH7pF9p8KxAsHIE@desktop0a/
  - https://lore.kernel.org/linux-pm/abH9KsKbvyi-iceb@desktop0a/
  - https://lore.kernel.org/linux-pm/abH9rMVuy8wmzgkG@desktop0a/
  - https://lore.kernel.org/linux-pm/abH9_Jk-ckkJvsGb@desktop0a/

Changes in v2:
- More descriptive commit messages
  Links to v1:
  - https://lore.kernel.org/linux-pm/abHAZj9xwfDf5JVZ@desktop0a/
  - https://lore.kernel.org/linux-pm/abHAdH-ggaxUugCy@desktop0a/
  - https://lore.kernel.org/linux-pm/abHAhAg-6gaK0Qn7@desktop0a/
  - https://lore.kernel.org/linux-pm/abHAkgiPg8VDpDoV@desktop0a/
---

Roberto Ricci (4):
  cpupower-idle-info.1: fix short option names
  cpupower-frequency-info.1: use the proper name of the --perf option
  cpupower-frequency-info.1: document --boost and --epp options
  cpupower-info.1: describe the --perf-bias option

 tools/power/cpupower/man/cpupower-frequency-info.1 | 8 +++++++-
 tools/power/cpupower/man/cpupower-idle-info.1      | 4 ++--
 tools/power/cpupower/man/cpupower-info.1           | 9 ++++++++-
 3 files changed, 17 insertions(+), 4 deletions(-)

-- 
2.53.0
Re: [PATCH v5 0/4] cpupower: fix various man pages issues
Posted by Shuah Khan 1 week, 1 day ago
On 3/24/26 16:39, Roberto Ricci wrote:
> This patch series fixes a few issues with the cpupower manual pages,
> such as missing or incorrect options and trailing whitespace.
> 
> Signed-off-by: Roberto Ricci <io@r-ricci.it>
> 
> ---
> Changes in v5:
> - Drop whitespace removal patches
>    Link to v4: https://lore.kernel.org/linux-pm/20260324013543.4776-1-io@r-ricci.it/
> 

Applied to my cpupower branch - I will send this my next pr to
PM maintainer.

https://web.git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git/log/?h=cpupower

thanks,
-- Shuah