[PATCH v1] io_uring: use tab indentation for IORING_SEND_VECTORIZED comment

Haiyue Wang posted 1 patch 4 months ago
include/uapi/linux/io_uring.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] io_uring: use tab indentation for IORING_SEND_VECTORIZED comment
Posted by Haiyue Wang 4 months ago
Be consistent with tab style of "liburing/src/include/liburing/io_uring.h".

Signed-off-by: Haiyue Wang <haiyuewa@163.com>
---
 include/uapi/linux/io_uring.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
index a0cc1cc0dd01..263bed13473e 100644
--- a/include/uapi/linux/io_uring.h
+++ b/include/uapi/linux/io_uring.h
@@ -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)
-- 
2.51.0
Re: [PATCH v1] io_uring: use tab indentation for IORING_SEND_VECTORIZED comment
Posted by Jens Axboe 4 months ago
On Tue, 07 Oct 2025 14:18:18 +0800, Haiyue Wang wrote:
> Be consistent with tab style of "liburing/src/include/liburing/io_uring.h".
> 
> 

Applied, thanks!

[1/1] io_uring: use tab indentation for IORING_SEND_VECTORIZED comment
      commit: beb97995b97532e1f215e3295e6843e59862f94b

Best regards,
-- 
Jens Axboe