Re: [PATCH 16/39] net: Tidy up the comments to parse_args()

2024-11-22 Thread Ilias Apalodimas
On Tue, 19 Nov 2024 at 15:19, Simon Glass wrote: > > 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 > --- > > cmd/net.c | 13 +++-- > 1 file changed, 11 i

[PATCH 16/39] net: Tidy up the comments to parse_args()

2024-11-20 Thread Simon Glass
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 --- cmd/net.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/cmd/net.c b/cmd/net.c ind