[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd
From: |
Ilias Apalodimas |
Subject: |
Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd |
Date: |
Wed, 16 Aug 2023 13:26:07 +0300 |
On Tue, 15 Aug 2023 at 17:42, Tom Rini <trini@konsulko.com> wrote:
>
> On Tue, Aug 15, 2023 at 06:42:14PM +0600, Maxim Uvarov wrote:
> > On Mon, 14 Aug 2023 at 20:19, Ilias Apalodimas <ilias.apalodimas@linaro.org>
> > wrote:
> >
> > [...]
> >
> >
> > > > +/*
> > > > +* This function creates the DNS request to resolve a domain host name.
> > > Function
> > >
> > > You need the name of the function as well. Please have a look at how the
> > > rest of the code is documented.
> > >
> > > > +* can return immediately if previous request was cached or it might
> > > require
> > > > +* entering the polling loop for a request to a remote server.
> > > > +*
> > > > +* @name dns name to resolve
> > >
> > > @name: etc
> > >
> > > > +* @varname (optional) U-Boot variable name to store the result
> > > > +* Return: ERR_OK(0) for fetching entry from the cache
> > > > +* ERR_INPROGRESS(-5) success, can go to the polling loop
> > > > +* Other value < 0, if error
> > > > +*/
> > > >
> > >
> >
> > Is there any command to check all the files for the comments style?
>
> I suspect if you included them in docs, htmldocs/etc would note
> problems, Heinrich?
>
Yes 'make htmldocs' blows up on errors, at least for the EFI subsystem
Cheers
/Ilias
> --
> Tom
- [lwip-devel] [PATCHv6 00/14] net/lwip: add lwip library for the network stack, Maxim Uvarov, 2023/08/14
- [lwip-devel] [PATCHv6 02/14] net/lwip: integrate lwIP library, Maxim Uvarov, 2023/08/14
- [lwip-devel] [PATCHv6 01/14] net/lwip: add doc/develop/net_lwip.rst, Maxim Uvarov, 2023/08/14
- [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd, Maxim Uvarov, 2023/08/14
- Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd, Ilias Apalodimas, 2023/08/14
- Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd, Maxim Uvarov, 2023/08/14
- Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd, Maxim Uvarov, 2023/08/15
- Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd, Tom Rini, 2023/08/15
- Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd,
Ilias Apalodimas <=
- Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd, Maxim Uvarov, 2023/08/16
- Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd, Ilias Apalodimas, 2023/08/16
- Re: [lwip-devel] [PATCHv6 03/14] net/lwip: implement dns cmd, Maxim Uvarov, 2023/08/16
[lwip-devel] [PATCHv6 05/14] net/lwip: implement tftp cmd, Maxim Uvarov, 2023/08/14
[lwip-devel] [PATCHv6 06/14] net/lwip: implement wget cmd, Maxim Uvarov, 2023/08/14
[lwip-devel] [PATCHv6 04/14] net/lwip: implement dhcp cmd, Maxim Uvarov, 2023/08/14