Skip to content

Commit beb9799

Browse files
haiyuewaaxboe
authored andcommitted
io_uring: use tab indentation for IORING_SEND_VECTORIZED comment
Be consistent with tab style of "liburing/src/include/liburing/io_uring.h". Signed-off-by: Haiyue Wang <haiyuewa@163.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 2f8229d commit beb9799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uapi/linux/io_uring.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ enum io_uring_op {
404404
* will be contiguous from the starting buffer ID.
405405
*
406406
* IORING_SEND_VECTORIZED If set, SEND[_ZC] will take a pointer to a io_vec
407-
* to allow vectorized send operations.
407+
* to allow vectorized send operations.
408408
*/
409409
#define IORING_RECVSEND_POLL_FIRST (1U << 0)
410410
#define IORING_RECV_MULTISHOT (1U << 1)

0 commit comments

Comments
 (0)