Skip to content

Commit

Permalink
test: fix comment indentation on tpm tests
Browse files Browse the repository at this point in the history
One out comments is off by one, adjust it

Signed-off-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
apalos authored and trini committed Sep 30, 2023
1 parent 90c81f4 commit aee56c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/dm/tpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ static int test_tpm_autostart(struct unit_test_state *uts,

if (reinit)
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));

return 0;
Expand Down

0 comments on commit aee56c0

Please sign in to comment.