OSDN Git Service

blktrace_api.h: fix comment for struct blk_user_trace_setup
authorEric Biggers <ebiggers@google.com>
Sat, 27 Jan 2018 00:58:06 +0000 (16:58 -0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 26 Feb 2018 19:26:02 +0000 (12:26 -0700)
'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>
include/uapi/linux/blktrace_api.h

index 20d1490..3c50e07 100644 (file)
@@ -131,7 +131,7 @@ enum {
 #define BLKTRACE_BDEV_SIZE     32
 
 /*
- * User setup structure passed with BLKTRACESTART
+ * User setup structure passed with BLKTRACESETUP
  */
 struct blk_user_trace_setup {
        char name[BLKTRACE_BDEV_SIZE];  /* output */