2022-10-06 09:01:59

by Deming Wang

[permalink] [raw]
Subject: [PATCH] block: Remove the repeat word 'can'

Remove the repeat word 'can' from the comments of bio_kmalloc.

Signed-off-by: Deming Wang <[email protected]>
---
block/bio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/bio.c b/block/bio.c
index ec350e040b64..633a902468ec 100644
--- a/block/bio.c
+++ b/block/bio.c
@@ -567,7 +567,7 @@ EXPORT_SYMBOL(bio_alloc_bioset);
* be reused by calling bio_uninit() before calling bio_init() again.
*
* Note that unlike bio_alloc() or bio_alloc_bioset() allocations from this
- * function are not backed by a mempool can can fail. Do not use this function
+ * function are not backed by a mempool can fail. Do not use this function
* for allocations in the file system I/O path.
*
* Returns: Pointer to new bio on success, NULL on failure.
--
2.27.0


2022-10-06 13:54:22

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] block: Remove the repeat word 'can'

On Thu, 6 Oct 2022 04:44:50 -0400, Deming Wang wrote:
> Remove the repeat word 'can' from the comments of bio_kmalloc.
>
>

Applied, thanks!

[1/1] block: Remove the repeat word 'can'
commit: 340e134727c9adaefadc7e79b765c038e18e55c3

Best regards,
--
Jens Axboe