diff options
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | 2021-02-21 21:29:57 -0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-02-22 06:37:41 -0700 |
commit | c7ff651960a6ef11cef55479658aff504c34872f (patch) | |
tree | 4fa4fa02710e50bf8dce5f4e7617edf284afbc54 /include/trace | |
parent | 1f83bb4b491472310ae7aeca505ed3725149906c (diff) | |
download | linux-c7ff651960a6ef11cef55479658aff504c34872f.tar.gz linux-c7ff651960a6ef11cef55479658aff504c34872f.tar.bz2 linux-c7ff651960a6ef11cef55479658aff504c34872f.zip |
blktrace: fix blk_rq_issue documentation
The commit 881245dcff29 ("Add DocBook documentation for the block tracepoints.")
added the comment for blk_rq_issue() tracepoint. Remove the duplicate
word from the tracepoint documentation.
Fixes: 881245dcff29 ("Add DocBook documentation for the block tracepoints.")
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/block.h b/include/trace/events/block.h index 879cba8bdfca..004cfe34ef37 100644 --- a/include/trace/events/block.h +++ b/include/trace/events/block.h @@ -196,7 +196,7 @@ DEFINE_EVENT(block_rq, block_rq_insert, /** * block_rq_issue - issue pending block IO request operation to device driver - * @rq: block IO operation operation request + * @rq: block IO operation request * * Called when block operation request @rq from queue @q is sent to a * device driver for processing. |