Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ping-Xiang Chen and committed by
Jens Axboe
e8848087 77571ba6

+1 -1
+1 -1
block/blk-core.c
··· 810 810 * 811 811 * The success/failure status of the request, along with notification of 812 812 * completion, is delivered asynchronously through the ->bi_end_io() callback 813 - * in @bio. The bio must NOT be touched by thecaller until ->bi_end_io() has 813 + * in @bio. The bio must NOT be touched by the caller until ->bi_end_io() has 814 814 * been called. 815 815 */ 816 816 void submit_bio(struct bio *bio)