diff options
author | Tom Rini <trini@konsulko.com> | 2024-09-30 17:48:12 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-09-30 17:48:12 -0600 |
commit | 3a0b829efc35227b1079a444f00e0729502197ad (patch) | |
tree | 0b63050b1d46587a800c1a4e277a69170640da00 /lib/efi_loader/efi_console.c | |
parent | ddbcafeb53e7093c58488596bfce6d8823777c3a (diff) | |
parent | 9cfe0cab3bf135a505e1e163ca442a4e4064d58e (diff) |
Merge tag 'v2024.10-rc6' into next
Prepare v2024.10-rc6
Diffstat (limited to 'lib/efi_loader/efi_console.c')
-rw-r--r-- | lib/efi_loader/efi_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_console.c b/lib/efi_loader/efi_console.c index cea50c748aa..9d9f786a6db 100644 --- a/lib/efi_loader/efi_console.c +++ b/lib/efi_loader/efi_console.c @@ -100,7 +100,7 @@ static int term_get_char(s32 *c) } /** - * Receive and parse a reply from the terminal. + * term_read_reply() - receive and parse a reply from the terminal * * @n: array of return values * @num: number of return values expected |