]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: document parameters of os_realloc()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 28 Mar 2021 09:05:00 +0000 (11:05 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 6 Apr 2021 04:33:19 +0000 (16:33 +1200)
commit42504cada187b6d1219368ecbe39b18c25a4babd
tree3c6a248d0e42d1739bddeca372f3abfa57cd1775
parentf0e1be92adc64ed92d5b5a4cc21eb77c50648ad9
sandbox: document parameters of os_realloc()

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: b42a17820d47 ("sandbox: Add os_realloc()")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/os.h