From: [email protected]
To: [email protected], [email protected]
Cc: [email protected], [email protected],
[email protected],
Chunxin Zang <[email protected]>
Subject: [PATCH] fs/io_uring.c: fix typo in comment
Date: Tue, 9 Feb 2021 10:42:24 +0800 [thread overview]
Message-ID: <[email protected]> (raw)
From: Chunxin Zang <[email protected]>
Change "sane" to "same" in a comment in io_uring.c
Signed-off-by: Chunxin Zang <[email protected]>
---
fs/io_uring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/io_uring.c b/fs/io_uring.c
index 1f68105a41ed..da86440130f9 100644
--- a/fs/io_uring.c
+++ b/fs/io_uring.c
@@ -9519,7 +9519,7 @@ static int io_allocate_scq_urings(struct io_ring_ctx *ctx,
struct io_rings *rings;
size_t size, sq_array_offset;
- /* make sure these are sane, as we already accounted them */
+ /* make sure these are same, as we already accounted them */
ctx->sq_entries = p->sq_entries;
ctx->cq_entries = p->cq_entries;
--
2.11.0
next reply other threads:[~2021-02-09 2:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-09 2:42 zangchunxin [this message]
2021-02-09 14:36 ` [PATCH] fs/io_uring.c: fix typo in comment 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 \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox