Skip to content

Commit 9c72258

Browse files
ebiggersaxboe
authored andcommitted
blktrace_api.h: fix comment for struct blk_user_trace_setup
'struct blk_user_trace_setup' is passed to BLKTRACESETUP, not BLKTRACESTART. Signed-off-by: Eric Biggers <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 560e7cb commit 9c72258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/blktrace_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ enum {
131131
#define BLKTRACE_BDEV_SIZE 32
132132

133133
/*
134-
* User setup structure passed with BLKTRACESTART
134+
* User setup structure passed with BLKTRACESETUP
135135
*/
136136
struct blk_user_trace_setup {
137137
char name[BLKTRACE_BDEV_SIZE]; /* output */

0 commit comments

Comments
 (0)