On Fri, Jan 26, 2018 at 04:58:06PM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 'struct blk_user_trace_setup' is passed to BLKTRACESETUP, not > BLKTRACESTART. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > include/uapi/linux/blktrace_api.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 */ > -- > 2.16.0.rc1.238.g530d649a79-goog > Ping.