]> www.infradead.org Git - users/hch/misc.git/commitdiff
io_uring: use tab indentation for IORING_SEND_VECTORIZED comment
authorHaiyue Wang <haiyuewa@163.com>
Tue, 7 Oct 2025 06:18:18 +0000 (14:18 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 7 Oct 2025 14:04:09 +0000 (08:04 -0600)
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>
include/uapi/linux/io_uring.h

index a0cc1cc0dd015a214e66cbff171fd8e0af9c21fe..263bed13473ef175878716e95942cd2a7e136367 100644 (file)
@@ -404,7 +404,7 @@ enum io_uring_op {
  *                             will be contiguous from the starting buffer ID.
  *
  * IORING_SEND_VECTORIZED      If set, SEND[_ZC] will take a pointer to a io_vec
- *                             to allow vectorized send operations.
+ *                             to allow vectorized send operations.
  */
 #define IORING_RECVSEND_POLL_FIRST     (1U << 0)
 #define IORING_RECV_MULTISHOT          (1U << 1)