]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Tidy up comments in the ofnode tests
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:39 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commit9bf78a5add522dfc3f192eb97fb38d829174d6c7
tree8454d56020ece35af54841d9dee3708bfbcbf651
parent3a1fc17a01442e9b11e2dbf803dc0b6e73b9a9fb
dm: core: Tidy up comments in the ofnode tests

Add comments to the functions where the test name does not indicate what
is being tested. Rename functions in a few cases, so that a search for the
function will also file its test.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/ofnode.c