projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d800f3
)
block: Remove the repeat word 'can'
author
Deming Wang
<wangdeming@inspur.com>
Thu, 6 Oct 2022 08:44:50 +0000
(
04:44
-0400)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 6 Oct 2022 13:23:13 +0000
(07:23 -0600)
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>
block/bio.c
patch
|
blob
|
history
diff --git
a/block/bio.c
b/block/bio.c
index 7cb7d2ff139baa16959b6b170f209f3972b0c9f9..6c470a50a36d9c92641fe341761404ecdb5a04a9 100644
(file)
--- 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.