[PATCH blktrace v2 01/22] blktrace: fix comment for struct blk_trace_setup:

Johannes Thumshirn posted 22 patches 6 days, 9 hours ago
[PATCH blktrace v2 01/22] blktrace: fix comment for struct blk_trace_setup:
Posted by Johannes Thumshirn 6 days, 9 hours ago
Fix a comment misnaming the ioctl(2) passing struct blk_trace_setup.

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
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 blktrace v2 01/22] blktrace: fix comment for struct blk_trace_setup:
Posted by Damien Le Moal 17 hours ago
On 9/26/25 00:04, Johannes Thumshirn wrote:
> Fix a comment misnaming the ioctl(2) passing struct blk_trace_setup.
> 
> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>

Reviewed-by: Damien Le Moal <dlemoal@kernel.org>


-- 
Damien Le Moal
Western Digital Research