aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-01-26 16:58:06 -0800
committerJens Axboe <axboe@kernel.dk>2018-02-26 12:26:02 -0700
commit9c72258870a95671aa301e21ea6639d1d3ec4111 (patch)
treed931bef3495e2966ad0a8a3e15be96c7fa7daf80 /include
parentblockdev: Avoid two active bdev inodes for one device (diff)
downloadlinux-dev-9c72258870a95671aa301e21ea6639d1d3ec4111.tar.xz
linux-dev-9c72258870a95671aa301e21ea6639d1d3ec4111.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/blktrace_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/blktrace_api.h b/include/uapi/linux/blktrace_api.h
index 20d1490d6377..3c50e07ee833 100644
--- a/include/uapi/linux/blktrace_api.h
+++ b/include/uapi/linux/blktrace_api.h
@@ -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 */