commit | 6dc1eb3d828254318c3666395c555e84fd4aab97 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 10 17:00:27 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 17:08:23 2025 -0600 |
tree | 2bc7f3ac361258f883f9e028af610f2a10f105c3 | |
parent | fea56659b231538a2e27ea6f230a44dbaf043317 [diff] |
dm: core: Clarify behaviour of ofnode_name_eq() This function is somewhat ambiguous, so expand the comments and add a test for the undefined behaviour. Signed-off-by: Simon Glass <sjg@chromium.org>