[PATCH 1/1] efi_driver: typo 'to be write'

Bin Meng bmeng.cn at gmail.com
Wed Nov 5 01:48:18 CET 2025


On Wed, Nov 5, 2025 at 7:03 AM Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> %s/to be write/to be written/
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  lib/efi_driver/efi_block_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/efi_driver/efi_block_device.c b/lib/efi_driver/efi_block_device.c
> index 070747de515..c389b1920a8 100644
> --- a/lib/efi_driver/efi_block_device.c
> +++ b/lib/efi_driver/efi_block_device.c
> @@ -84,7 +84,7 @@ static ulong efi_bl_read(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt,
>   * efi_bl_write() - write to block device
>   *
>   * @dev:       device
> - * @blknr:     first block to be write
> + * @blknr:     first block to be written

Or, "first block to write", to be inconsistent with the next one
"number of blocks to write"

>   * @blkcnt:    number of blocks to write
>   * @buffer:    input buffer
>   * Return:     number of blocks transferred
> --

Regards,
Bin


More information about the U-Boot mailing list