net: Tidy up the comments to parse_args()
authorSimon Glass <sjg@chromium.org>
Thu, 6 Mar 2025 00:25:16 +0000 (17:25 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 19:12:15 +0000 (13:12 -0600)
commit3ccbc10cd9e3b28d67fe5008943a648b870db1e6
treeea2f387c1192cea46db8864ca483a7a3502e47e1
parent2c04afbc957d18e61813315a0694db903754a280
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>
cmd/net.c