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 /cmd/efidebug.c | |
parent | ddbcafeb53e7093c58488596bfce6d8823777c3a (diff) | |
parent | 9cfe0cab3bf135a505e1e163ca442a4e4064d58e (diff) |
Merge tag 'v2024.10-rc6' into next
Prepare v2024.10-rc6
Diffstat (limited to 'cmd/efidebug.c')
-rw-r--r-- | cmd/efidebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/efidebug.c b/cmd/efidebug.c index 1a191eb9994..e040fe75fa1 100644 --- a/cmd/efidebug.c +++ b/cmd/efidebug.c @@ -665,7 +665,7 @@ enum efi_lo_dp_part { }; /** - * create_lo_dp() - create a special device path for our Boot### option + * create_lo_dp_part() - create a special device path for our Boot### option * * @dev: device * @part: disk partition @@ -1127,7 +1127,7 @@ static void show_efi_boot_opt(u16 *varname16) } /** - * show_efi_boot_dump() - dump all UEFI load options + * do_efi_boot_dump() - dump all UEFI load options * * @cmdtp: Command table * @flag: Command flag |