aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-01-13 08:37:32 -0500
committerTom Rini <trini@konsulko.com>2023-01-13 08:37:32 -0500
commitb3f6e0ff1fe48fe56809ff85dc22c555bfc81035 (patch)
tree7f9b9fd1ea891ab80fee97683738dbcb7be35c65 /include
parent87c9e117bf57d6bb42c5521a3f6ec9ca7d97e5fa (diff)
parent8e4ec3e947d47b1af04b3b913cdf55882c0e728e (diff)
Merge tag 'efi-2023-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-04-rc1 Documentation: * build infodocs target on Gitlab CI, Azure UEFI: * fix function descriptions * add .rela sections to .text on arm64 * use EFI_EXIT in efi_riscv_get_boot_hartid * improve specification conformance of set_keyboard_layout()
Diffstat (limited to 'include')
-rw-r--r--include/charset.h1
1 files changed, 0 insertions, 1 deletions
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