[PATCH liburing 1/2] man: fix io_uring_sqe alignment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tabs make man to go crazy, replace them with spaces where it haven't
been done yet.

Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx>
---
 man/io_uring_enter.2 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2
index 00f0778..fc81099 100644
--- a/man/io_uring_enter.2
+++ b/man/io_uring_enter.2
@@ -162,18 +162,18 @@ struct io_uring_sqe {
     };
     __u64    user_data;     /* data to be passed back at completion time */
     union {
-	struct {
-	    /* index into fixed buffers, if used */
+    struct {
+        /* index into fixed buffers, if used */
             union {
                 /* index into fixed buffers, if used */
                 __u16    buf_index;
                 /* for grouped buffer selection */
                 __u16    buf_group;
             }
-	    /* personality to use, if used */
-	    __u16    personality;
+        /* personality to use, if used */
+        __u16    personality;
             __s32    splice_fd_in;
-	};
+    };
         __u64    __pad2[3];
     };
 };
-- 
2.33.0




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux