diff options
author | 2022-02-04 18:01:33 +0100 | |
---|---|---|
committer | 2022-02-04 18:01:33 +0100 | |
commit | caa28245dadc6deb0509f7dc749c6bc1ca666798 (patch) | |
tree | 89cc1b656bc34ab8766cde21c50cee3d5e4491ca | |
parent | Linux 5.17-rc2 (diff) | |
parent | tools/power/cpupower/{ToDo => TODO}: Rename the todo file (diff) | |
download | linux-dev-caa28245dadc6deb0509f7dc749c6bc1ca666798.tar.xz linux-dev-caa28245dadc6deb0509f7dc749c6bc1ca666798.zip |
Merge tag 'linux-cpupower-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux
Pull a cpupower update from Shuah Khan:
"This update consists of minor typo fix and renaming of file TODO to
match the kernel naming convention."
* tag 'linux-cpupower-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux:
tools/power/cpupower/{ToDo => TODO}: Rename the todo file
tools: cpupower: fix typo in cpupower-idle-set(1) manpage
-rw-r--r-- | tools/power/cpupower/TODO (renamed from tools/power/cpupower/ToDo) | 0 | ||||
-rw-r--r-- | tools/power/cpupower/man/cpupower-idle-set.1 | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/ToDo b/tools/power/cpupower/TODO index b196a139a3e4..b196a139a3e4 100644 --- a/tools/power/cpupower/ToDo +++ b/tools/power/cpupower/TODO diff --git a/tools/power/cpupower/man/cpupower-idle-set.1 b/tools/power/cpupower/man/cpupower-idle-set.1 index 21916cff7516..8cef3c71e19e 100644 --- a/tools/power/cpupower/man/cpupower-idle-set.1 +++ b/tools/power/cpupower/man/cpupower-idle-set.1 @@ -4,7 +4,7 @@ cpupower\-idle\-set \- Utility to set cpu idle state specific kernel options .SH "SYNTAX" .LP -cpupower [ \-c cpulist ] idle\-info [\fIoptions\fP] +cpupower [ \-c cpulist ] idle\-set [\fIoptions\fP] .SH "DESCRIPTION" .LP The cpupower idle\-set subcommand allows to set cpu idle, also called cpu |