]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ktest.pl: Remove unused declarations in run_bisect_test function
authorBa Jing <bajing@cmss.chinamobile.com>
Mon, 2 Sep 2024 13:07:35 +0000 (21:07 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 11:50:01 +0000 (12:50 +0100)
commit4086792b88832c1a3e57438d8abf6aafa991903f
tree82f16b63119b9d220ce291e79144954283e5f28a
parent4c45f82e101a0419adca2cfacf10939478c43d71
ktest.pl: Remove unused declarations in run_bisect_test function

[ Upstream commit 776735b954f49f85fd19e1198efa421fae2ad77c ]

Since $output and $ret are not used in the subsequent code, the declarations
should be removed.

Fixes: a75fececff3c ("ktest: Added sample.conf, new %default option format")
Link: https://lore.kernel.org/20240902130735.6034-1-bajing@cmss.chinamobile.com
Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/ktest/ktest.pl