Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c722588 authored by Eric Biggers's avatar Eric Biggers Committed by Jens Axboe
Browse files

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: default avatarEric Biggers <ebiggers@google.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 560e7cb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */