mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-25 15:51:27 +02:00
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:
parent
90c81f407d
commit
aee56c035c
@ -98,10 +98,11 @@ 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
|
/*
|
||||||
* -EBUSY return code internally.
|
* tpm_auto_start will rerun tpm_init() if reinit, but handles the
|
||||||
*/
|
* -EBUSY return code internally.
|
||||||
|
*/
|
||||||
ut_assertok(tpm_auto_start(dev));
|
ut_assertok(tpm_auto_start(dev));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user