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

2021-10-21 Thread Simon Glass
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 variab

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

2021-10-17 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 variab