* [PATCH] fix a typo
@ 2019-12-05 12:18 wu860403
2019-12-05 15:00 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: wu860403 @ 2019-12-05 12:18 UTC (permalink / raw)
To: io-uring; +Cc: LimingWu
From: LimingWu <[email protected]>
thatn -> than
Signed-off-by: Liming Wu <[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 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fix a typo
2019-12-05 12:18 [PATCH] fix a typo wu860403
@ 2019-12-05 15:00 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2019-12-05 15:00 UTC (permalink / raw)
To: wu860403, io-uring; +Cc: LimingWu
On 12/5/19 5:18 AM, [email protected] wrote:
> From: LimingWu <[email protected]>
>
> thatn -> than
> Signed-off-by: Liming Wu <[email protected]>
I applied this, but I fixed it up a bit. The subject line should include
io_uring.
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-05 15:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-05 12:18 [PATCH] fix a typo wu860403
2019-12-05 15:00 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox