]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Tidy up comments on _DoTestFile()
authorSimon Glass <sjg@chromium.org>
Thu, 4 Nov 2021 03:09:17 +0000 (21:09 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 13 Nov 2021 15:16:39 +0000 (08:16 -0700)
commit7ae173945ac0e0044ccf4a1c5e794dac4c6da725
tree97839c45325ca0faedd61272ccd7066438b56b0e
parent7701f8d5c9d4f887ed696eae7215be1d45ab3fd4
binman: Tidy up comments on _DoTestFile()

The comment for this function is missing an argument and the return value.
Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py