1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

io_uring: minor clean up in trace events definition

Fix tabulation to make nice columns

Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Olivier Langlois <olivier@trillion01.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Olivier Langlois 2021-05-31 02:54:15 -04:00 committed by Jens Axboe
parent 236daeae36
commit 3d7b7b5285

View file

@ -318,7 +318,6 @@ TRACE_EVENT(io_uring_complete,
__entry->res, __entry->cflags)
);
/**
* io_uring_submit_sqe - called before submitting one SQE
*