On 2023-10-24 at 12:26:27 +0300, Ilpo Järvinen wrote:
resctrl_tests reads a set of parameters and passes them individually for each tests. The way the parameters passed varies between tests.
"the parameters passed" -> "the parameters are passed"?
Add struct input_params to hold are input parameters. It can be easily
"to hold are input parameters" -> "to hold input parameters"?
passed to every test without varying the call signature.
Signed-off-by: Ilpo Järvinen ilpo.jarvinen@linux.intel.com