[PATCH v2] efi_driver: typo 'to be write'

Ilias Apalodimas ilias.apalodimas at linaro.org
Mon Nov 10 12:57:26 CET 2025


On Wed, 5 Nov 2025 at 03:30, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> %s/to be write/to write/
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>

Acked-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>

> ---
> v2:
>         use 'to write' to match blkcnt description
> ---
>  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 write
>   * @blkcnt:    number of blocks to write
>   * @buffer:    input buffer
>   * Return:     number of blocks transferred
> --
> 2.51.0
>


More information about the U-Boot mailing list