workqueue: Fix cpu_intensive_thresh_us name in help text
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 11 Jul 2023 10:38:20 +0000 (12:38 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 11 Jul 2023 21:33:25 +0000 (11:33 -1000)
commitb2ec116aad38aa9c8b67fad4314e50823adf6949
treec9257b650dd74bbae8dc098b79aee890446bacb9
parent3f01e9fed8454dcd89727016c3e5b2fbb8f8e50c
workqueue: Fix cpu_intensive_thresh_us name in help text

There exists no parameter called "cpu_intensive_threshold_us".
The actual parameter name is "cpu_intensive_thresh_us".

Fixes: 6363845005202148 ("workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
lib/Kconfig.debug