diff options
author | Deming Wang | 2022-10-06 04:44:50 -0400 |
---|---|---|
committer | Jens Axboe | 2022-10-06 07:23:13 -0600 |
commit | 340e134727c9adaefadc7e79b765c038e18e55c3 (patch) | |
tree | 3799ccf55bae870a77c995af143332348625d680 /block | |
parent | 1d800f32b2574c1d055984ad17223198caddbb54 (diff) |
block: Remove the repeat word 'can'
Remove the repeat word 'can' from the comments of bio_kmalloc.
Signed-off-by: Deming Wang <wangdeming@inspur.com>
Link: https://lore.kernel.org/r/20221006084450.1513-1-wangdeming@inspur.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r-- | block/bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bio.c b/block/bio.c index 7cb7d2ff139b..6c470a50a36d 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. |