From: Chaitanya Kulkarni Date: Mon, 22 Feb 2021 05:29:58 +0000 (-0800) Subject: blktrace: fix blk_rq_merge documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b0719245098c27b36a9b52969af0300ae6219591;p=linux.git blktrace: fix blk_rq_merge documentation The commit f3bdc62fd82e ("blktrace: Provide event for request merging") added the comment for blk_rq_merge() tracepoint. Remove the duplicate word from the tracepoint documentation. Fixes: f3bdc62fd82e ("blktrace: Provide event for request merging") Signed-off-by: Chaitanya Kulkarni Reviewed-by: Johannes Thumshirn Reviewed-by: Damien Le Moal Reviewed-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/include/trace/events/block.h b/include/trace/events/block.h index 004cfe34ef375..cc5ab96a7471f 100644 --- a/include/trace/events/block.h +++ b/include/trace/events/block.h @@ -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.