Skip to content

Commit

Permalink
blktrace: fix blk_rq_merge documentation
Browse files Browse the repository at this point in the history
The commit f3bdc62 ("blktrace: Provide event for request merging")
added the comment for blk_rq_merge() tracepoint. Remove the duplicate
word from the tracepoint documentation.

Fixes: f3bdc62 ("blktrace: Provide event for request merging")
Signed-off-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Reviewed-by: Damien Le Moal <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
ChaitanayaKulkarni authored and axboe committed Feb 22, 2021
1 parent c7ff651 commit b071924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trace/events/block.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ DEFINE_EVENT(block_rq, block_rq_issue,

/**
* block_rq_merge - merge request with another one in the elevator
* @rq: block IO operation operation request
* @rq: block IO operation request
*
* Called when block operation request @rq from queue @q is merged to another
* request queued in the elevator.
Expand Down

0 comments on commit b071924

Please sign in to comment.