On Sun, 28 Mar 2021 at 22:05, Heinrich Schuchardt <[email protected]> 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 <[email protected]> > --- > include/os.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]> Thanks, has been bugging me for a while. Applied to u-boot-dm, thanks!

