diff mbox series

[3/7] blktrace: fix blk_rq_issue documentation

Message ID 20210202052544.4108-4-chaitanya.kulkarni@wdc.com (mailing list archive)
State New, archived
Headers show
Series blktrace: few clenaup | expand

Commit Message

Chaitanya Kulkarni Feb. 2, 2021, 5:25 a.m. UTC
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.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
---
 include/trace/events/block.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Damien Le Moal Feb. 2, 2021, 9:04 a.m. UTC | #1
On 2021/02/02 14:26, Chaitanya Kulkarni wrote:
> 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.
> 
> Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>

Fixes tag ?

> ---
>  include/trace/events/block.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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.
> 

Looks good.

Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>
Johannes Thumshirn Feb. 2, 2021, 9:56 a.m. UTC | #2
Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com?
diff mbox series

Patch

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.