]> git.baikalelectronics.ru Git - uboot.git/commit
lib/charset: fix compile warnings
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Mon, 16 May 2022 11:00:42 +0000 (20:00 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 28 May 2022 08:59:27 +0000 (10:59 +0200)
commit009a3f1e93198c5d1dad53087c02f79535a9fa2b
tree91e32b0a52d4c2ca82b75d9d74516336afaddfc4
parenta58398532e5501dbbd26a97b685312a3dc107f64
lib/charset: fix compile warnings

This commit fixes the following compile warnings
for the documentation.

./include/charset.h:276: warning: Function parameter or member 'size' not described in 'u16_strlcat'
./include/charset.h:276: warning: Excess function parameter 'count' description in 'u16_strlcat'

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/charset.h