From: Deming Wang Date: Thu, 6 Oct 2022 08:44:50 +0000 (-0400) Subject: block: Remove the repeat word 'can' X-Git-Tag: v6.1-rc5~8^2~26^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=340e134727c9adaefadc7e79b765c038e18e55c3;p=platform%2Fkernel%2Flinux-starfive.git block: Remove the repeat word 'can' Remove the repeat word 'can' from the comments of bio_kmalloc. Signed-off-by: Deming Wang Link: https://lore.kernel.org/r/20221006084450.1513-1-wangdeming@inspur.com Signed-off-by: Jens Axboe --- diff --git a/block/bio.c b/block/bio.c index 7cb7d2f..6c470a5 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.