commit | 2f5122784b2e1f965265f4bb683ae1d0f16b3702 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 05 17:25:16 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 13:12:15 2025 -0600 |
tree | ea2f387c1192cea46db8864ca483a7a3502e47e1 | |
parent | bbf89fbe849fa26ec0df3bfe052bad711cada1f6 [diff] |
net: Tidy up the comments to parse_args() This function is a bit vague as to what it does. Expand the comment a little, to specify which args are provided and which variables are updated. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>