Skip to content

Commit 28be240

Browse files
calebsanderaxboe
authored andcommitted
trace/io_uring: fix io_uring_local_work_run ctx documentation
The comment for the tracepoint io_uring_local_work_run refers to a field "tctx" and a type "io_uring_ctx", neither of which exist. "tctx" looks to mean "ctx" and "io_uring_ctx" should be "io_ring_ctx". Signed-off-by: Caleb Sander Mateos <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 8bb9d6c commit 28be240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/trace/events/io_uring.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ TRACE_EVENT(io_uring_short_write,
645645
/*
646646
* io_uring_local_work_run - ran ring local task work
647647
*
648-
* @tctx: pointer to a io_uring_ctx
648+
* @ctx: pointer to an io_ring_ctx
649649
* @count: how many functions it ran
650650
* @loops: how many loops it ran
651651
*

0 commit comments

Comments
 (0)