commit | 947aafdebc9f64f12e8aa6ae7f60758f04bd1540 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 30 08:39:36 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 07 08:49:10 2024 -0600 |
tree | 96db92d2ce7d1cf42b431472cf92e525421af6e2 | |
parent | 04894f5ad53cab0ee03eb3bc1cc1682e22f5dd1b [diff] |
lib: Handle a special case with str_to_list() The current implementation can return an extra result at the end when the string ends with a space. Fix this by adding a special case. Signed-off-by: Simon Glass <sjg@chromium.org>