Re: [PATCH 1/1] doc: fix description of u16_strcasecmp()

2023-01-08 Thread Ilias Apalodimas
On Sun, 8 Jan 2023 at 01:25, Heinrich Schuchardt wrote: > > Remove non-existent parameter 'n' from function description. > > Fixes: 7a9b366cd9b7 ("lib: add function u16_strcasecmp()") > Signed-off-by: Heinrich Schuchardt > --- > include/charset.h | 1 - > 1 file changed, 1 deletion(-) > > diff -

[PATCH 1/1] doc: fix description of u16_strcasecmp()

2023-01-07 Thread Heinrich Schuchardt
Remove non-existent parameter 'n' from function description. Fixes: 7a9b366cd9b7 ("lib: add function u16_strcasecmp()") Signed-off-by: Heinrich Schuchardt --- include/charset.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/charset.h b/include/charset.h index 6e79d7152e..44034c71d3 1