]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/sched_ext: scx_central: Remove unused '-p' option
authorCheng-Yang Chou <yphbchou0911@gmail.com>
Sun, 22 Feb 2026 13:08:25 +0000 (21:08 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 23 Feb 2026 17:45:30 +0000 (07:45 -1000)
commit0c36a6f6f0eb071379b7995ef571c18c1235adf2
tree35a408d57e2e312acfeb2df158daa4bf44f5bac4
parent1f0638604f65dae9fc8b6ce937907daf5f0132d0
tools/sched_ext: scx_central: Remove unused '-p' option

The '-p' option is defined in getopt() but not handled in the switch
statement or documented in the help text. Providing '-p' currently
triggers the default error path.

Remove it to sync the optstring with the actual implementation.

Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/sched_ext/scx_central.c