From: Pavel Begunkov <asml.silence@gmail.com> To: Jens Axboe <axboe@kernel.dk>, io-uring@vger.kernel.org Subject: [PATCH liburing 1/2] man: fix io_uring_sqe alignment Date: Sat, 28 Aug 2021 19:30:43 +0100 [thread overview] Message-ID: <82fb889efbf3a7138a564eb10ce7c14d04227701.1630175370.git.asml.silence@gmail.com> (raw) In-Reply-To: <cover.1630175370.git.asml.silence@gmail.com> Tabs make man to go crazy, replace them with spaces where it haven't been done yet. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> --- 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
next prev parent reply other threads:[~2021-08-28 18:31 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-28 18:30 [PATCH liburing 0/2] quick man fixes Pavel Begunkov 2021-08-28 18:30 ` Pavel Begunkov [this message] 2021-08-28 18:30 ` [PATCH liburing 2/2] man: update notes on register quiesce Pavel Begunkov 2021-08-28 19:15 ` [PATCH liburing 0/2] quick man fixes Jens Axboe
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=82fb889efbf3a7138a564eb10ce7c14d04227701.1630175370.git.asml.silence@gmail.com \ --to=asml.silence@gmail.com \ --cc=axboe@kernel.dk \ --cc=io-uring@vger.kernel.org \ --subject='Re: [PATCH liburing 1/2] man: fix io_uring_sqe alignment' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).