Commit 340e1347 authored by Deming Wang's avatar Deming Wang Committed by Jens Axboe

block: Remove the repeat word 'can'

Remove the repeat word 'can' from the comments of bio_kmalloc.
Signed-off-by: default avatarDeming Wang <wangdeming@inspur.com>
Link: https://lore.kernel.org/r/20221006084450.1513-1-wangdeming@inspur.comSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 1d800f32
...@@ -567,7 +567,7 @@ EXPORT_SYMBOL(bio_alloc_bioset); ...@@ -567,7 +567,7 @@ EXPORT_SYMBOL(bio_alloc_bioset);
* be reused by calling bio_uninit() before calling bio_init() again. * be reused by calling bio_uninit() before calling bio_init() again.
* *
* Note that unlike bio_alloc() or bio_alloc_bioset() allocations from this * 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. * for allocations in the file system I/O path.
* *
* Returns: Pointer to new bio on success, NULL on failure. * Returns: Pointer to new bio on success, NULL on failure.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment