diff options
author | Eric Biggers <ebiggers@google.com> | 2018-01-26 16:58:06 -0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-02-26 12:26:02 -0700 |
commit | 9c72258870a95671aa301e21ea6639d1d3ec4111 (patch) | |
tree | d931bef3495e2966ad0a8a3e15be96c7fa7daf80 /include | |
parent | 560e7cb2f3c7f09bbfb36cd0b900e24fddd20282 (diff) | |
download | linux-9c72258870a95671aa301e21ea6639d1d3ec4111.tar.bz2 |
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.h | 2 |
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 */ |