[PATCH 1/1] sandbox: document parameters of os_realloc()

Simon Glass sjg at chromium.org
Tue Apr 6 06:34:12 CEST 2021


On Sun, 28 Mar 2021 at 22:05, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Avoid 'make htmldocs' build warnings:
>
>     ./include/os.h:139: warning:
>     Function parameter or member 'ptr' not described in 'os_realloc'
>     ./include/os.h:139: warning:
>     Function parameter or member 'length' not described in 'os_realloc'
>
> Fixes: 14e46dfb176b ("sandbox: Add os_realloc()")
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  include/os.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>

Thanks, has been bugging me for a while.

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list