Browse Source

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 <ebiggers@google.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Eric Biggers 7 years ago
parent
commit
9c72258870
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/uapi/linux/blktrace_api.h

+ 1 - 1
include/uapi/linux/blktrace_api.h

@@ -131,7 +131,7 @@ enum {
 #define BLKTRACE_BDEV_SIZE	32
 #define BLKTRACE_BDEV_SIZE	32
 
 
 /*
 /*
- * User setup structure passed with BLKTRACESTART
+ * User setup structure passed with BLKTRACESETUP
  */
  */
 struct blk_user_trace_setup {
 struct blk_user_trace_setup {
 	char name[BLKTRACE_BDEV_SIZE];	/* output */
 	char name[BLKTRACE_BDEV_SIZE];	/* output */