
29 Mar
2021
29 Mar
'21
9:43 a.m.
On Sun, 28 Mar 2021 at 22:05, Heinrich Schuchardt xypron.glpk@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@gmx.de
include/os.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Thanks, has been bugging me for a while.