On 2/6/2024 5:16 AM, Daniel Wagner wrote: > The syntax for local variables declarations uses whitespace as separator > and not commas: > > tests/nvme/029: line 24: local: `bs,': not a valid identifier > tests/nvme/029: line 24: local: `size,': not a valid identifier > tests/nvme/029: line 24: local: `img,': not a valid identifier > > Signed-off-by: Daniel Wagner <dwagner@xxxxxxx> Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck