[PATCH v2] block: typo 'to be write'
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Nov 5 02:26:49 CET 2025
%s/to be write/to write/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
v2:
use 'to write' to match blkcnt description
fix typo in subject line
---
drivers/block/efi_blk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/efi_blk.c b/drivers/block/efi_blk.c
index 9766cd6f832..02286876f77 100644
--- a/drivers/block/efi_blk.c
+++ b/drivers/block/efi_blk.c
@@ -49,7 +49,7 @@ static ulong efi_bl_read(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt,
* 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