projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
560e7cb
)
blktrace_api.h: fix comment for struct blk_user_trace_setup
author
Eric Biggers
<ebiggers@google.com>
Sat, 27 Jan 2018 00:58:06 +0000
(16:58 -0800)
committer
Jens 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
patch
|
blob
|
history
diff --git
a/include/uapi/linux/blktrace_api.h
b/include/uapi/linux/blktrace_api.h
index
20d1490
..
3c50e07
100644
(file)
--- 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 BLKTRACES
TART
+ * User setup structure passed with BLKTRACES
ETUP
*/
struct blk_user_trace_setup {
char name[BLKTRACE_BDEV_SIZE]; /* output */