commit | 6667c01b915f1c59114b3d8ca67713ce187dee8c | [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 | e4fdd1dd8483d25eebd7f2974320fc044b28ebaf [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>