[PATCH 01/21] fix comment for struct blk_trace_setup:

Johannes Thumshirn posted 21 patches 3 weeks, 2 days ago
There is a newer version of this series
[PATCH 01/21] fix comment for struct blk_trace_setup:
Posted by Johannes Thumshirn 3 weeks, 2 days ago
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
---
 blktrace_api.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blktrace_api.h b/blktrace_api.h
index 8c760b8..172b4c2 100644
--- a/blktrace_api.h
+++ b/blktrace_api.h
@@ -127,7 +127,7 @@ struct blk_io_cgroup_payload {
 };
 
 /*
- * User setup structure passed with BLKSTARTTRACE
+ * User setup structure passed with BLKTRACESETUP
  */
 struct blk_user_trace_setup {
 	char name[32];			/* output */
-- 
2.51.0
Re: [PATCH 01/21] fix comment for struct blk_trace_setup:
Posted by Chaitanya Kulkarni 1 week, 6 days ago
On 9/9/25 04:07, Johannes Thumshirn wrote:
> Signed-off-by: Johannes Thumshirn<johannes.thumshirn@wdc.com>
> ---
>   blktrace_api.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/blktrace_api.h b/blktrace_api.h
> index 8c760b8..172b4c2 100644
> --- a/blktrace_api.h
> +++ b/blktrace_api.h
> @@ -127,7 +127,7 @@ struct blk_io_cgroup_payload {
>   };
>   
>   /*
> - * User setup structure passed with BLKSTARTTRACE
> + * User setup structure passed with BLKTRACESETUP
>    */
>   struct blk_user_trace_setup {
>   	char name[32];			/* output */
> -- 2.51.0

Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>

-ck