All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: fix description of u16_strcasecmp()
@ 2023-01-07 23:25 Heinrich Schuchardt
  2023-01-09  6:50 ` Ilias Apalodimas
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2023-01-07 23:25 UTC (permalink / raw)
  To: Ilias Apalodimas; +Cc: u-boot, Heinrich Schuchardt

Remove non-existent parameter 'n' from function description.

Fixes: 7a9b366cd9b7 ("lib: add function u16_strcasecmp()")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 include/charset.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/charset.h b/include/charset.h
index 6e79d7152e..44034c71d3 100644
--- a/include/charset.h
+++ b/include/charset.h
@@ -178,7 +178,6 @@ s32 utf_to_upper(const s32 code);
  *
  * @s1:		first string to compare
  * @s2:		second string to compare
- * @n:		maximum number of u16 to compare
  * Return:	0  if the first n u16 are the same in s1 and s2
  *		< 0 if the first different u16 in s1 is less than the
  *		corresponding u16 in s2
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-09  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-07 23:25 [PATCH 1/1] doc: fix description of u16_strcasecmp() Heinrich Schuchardt
2023-01-09  6:50 ` Ilias Apalodimas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.