linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup
@ 2018-01-27  0:58 Eric Biggers
  2018-02-26 19:09 ` Eric Biggers
  2018-02-26 19:26 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Biggers @ 2018-01-27  0:58 UTC (permalink / raw)
  To: linux-block, Jens Axboe; +Cc: Eric Biggers

From: Eric Biggers <ebiggers@google.com>

'struct blk_user_trace_setup' is passed to BLKTRACESETUP, not
BLKTRACESTART.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-26 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-27  0:58 [PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup Eric Biggers
2018-02-26 19:09 ` Eric Biggers
2018-02-26 19:26 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).