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)
commitafbeedc8684652ebdabeac756bfa1f7435863d96
tree91e32b0a52d4c2ca82b75d9d74516336afaddfc4
parent57ad624103c32be9a77359f2fded6419272e92f6
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