Re: [PATCH v2 01/13] env: Fix documentation for env_get_f()

2021-10-14 Thread Simon Glass
On Wed, 13 Oct 2021 at 09:46, Marek Behún wrote: > > From: Marek Behún > > This function actually returns: > - the number of bytes written into @buf excluding the terminating > NULL-byte, if there was enough space in @buf > - the number of bytes written into @buf including the terminating >

[PATCH v2 01/13] env: Fix documentation for env_get_f()

2021-10-13 Thread Marek Behún
From: Marek Behún This function actually returns: - the number of bytes written into @buf excluding the terminating NULL-byte, if there was enough space in @buf - the number of bytes written into @buf including the terminating NULL-byte, if there wasn't enough space in @buf - -1 if the