Re: [PATCH v3 2/4] cpupower-frequency-info.1: use the proper name of the --perf option
From: Shuah Khan
Date: Mon Mar 23 2026 - 14:47:56 EST
On 3/12/26 04:20, Roberto Ricci wrote:
The cpupower-frequency-info(1) man page describes a '--perf' option.
Even though this form is accepted by the program, its proper name is
'--performance'.
cpufreq-info.c:
{"performance", no_argument, NULL, 'c'},
Fixes 8382dce5e4835c045f33b8958a5f559d212cdd11 ("cpupower: Add "perf" option to print AMD P-State information")
Remove Fixes tag from all these 4 patches and run checkpatch
before sending patches to me adding version information.
thanks,
-- Shuah