aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorPing-Xiang Chen <p.x.chen.1005@gmail.com>2022-09-14 00:42:37 -0700
committerJens Axboe <axboe@kernel.dk>2022-09-20 08:22:47 -0600
commite88480871b8d5a6bd14be2817063363202d282b9 (patch)
tree6edb36324b35e93841de1e45199df5d7f0d22bee /block
parentMerge tag 'nvme-6.1-2022-09-20' of git://git.infradead.org/nvme into for-6.1/block (diff)
downloadlinux-dev-e88480871b8d5a6bd14be2817063363202d282b9.tar.xz
linux-dev-e88480871b8d5a6bd14be2817063363202d282b9.zip
block: fix comment typo in submit_bio of block-core.c.
This patch fix a comment typo in block-core.c. Signed-off-by: Ping-Xiang Chen <p.x.chen@uci.edu> Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20220914074237.31621-1-p.x.chen@uci.edu Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r--block/blk-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index fe6b27e3a513..fa609569c3d2 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -810,7 +810,7 @@ EXPORT_SYMBOL(submit_bio_noacct);
*
* The success/failure status of the request, along with notification of
* completion, is delivered asynchronously through the ->bi_end_io() callback
- * in @bio. The bio must NOT be touched by thecaller until ->bi_end_io() has
+ * in @bio. The bio must NOT be touched by the caller until ->bi_end_io() has
* been called.
*/
void submit_bio(struct bio *bio)