io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: wu860403@gmail.com
To: io-uring@vger.kernel.org
Cc: LimingWu <19092205@suning.com>
Subject: [PATCH] fix a typo
Date: Thu,  5 Dec 2019 20:18:18 +0800	[thread overview]
Message-ID: <1575548298-8229-1-git-send-email-wu860403@gmail.com> (raw)

From: LimingWu <19092205@suning.com>

 thatn -> than
Signed-off-by: Liming Wu <19092205@suning.com>
---
 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 4fd4cf9..b4d7f01 100644
--- a/fs/io_uring.c
+++ b/fs/io_uring.c
@@ -145,7 +145,7 @@ struct io_rings {
 	/*
 	 * Number of completion events lost because the queue was full;
 	 * this should be avoided by the application by making sure
-	 * there are not more requests pending thatn there is space in
+	 * there are not more requests pending than there is space in
 	 * the completion queue.
 	 *
 	 * Written by the kernel, shouldn't be modified by the
-- 
1.8.3.1


             reply	other threads:[~2019-12-05 12:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05 12:18 wu860403 [this message]
2019-12-05 15:00 ` [PATCH] fix a typo 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=1575548298-8229-1-git-send-email-wu860403@gmail.com \
    --to=wu860403@gmail.com \
    --cc=19092205@suning.com \
    --cc=io-uring@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).