test: fix comment indentation on tpm tests

One out comments is off by one, adjust it

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Ilias Apalodimas 2023-06-01 09:18:44 +03:00 committed by Tom Rini
parent 90c81f407d
commit aee56c035c

View File

@ -98,6 +98,7 @@ static int test_tpm_autostart(struct unit_test_state *uts,
if (reinit) if (reinit)
ut_assertok(tpm_init(dev)); ut_assertok(tpm_init(dev));
/* /*
* tpm_auto_start will rerun tpm_init() if reinit, but handles the * tpm_auto_start will rerun tpm_init() if reinit, but handles the
* -EBUSY return code internally. * -EBUSY return code internally.