public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH] fs/io_uring.c: fix typo in comment
@ 2021-02-09  2:42 zangchunxin
  2021-02-09 14:36 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: zangchunxin @ 2021-02-09  2:42 UTC (permalink / raw)
  To: viro, axboe; +Cc: linux-fsdevel, io-uring, linux-kernel, Chunxin Zang

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs/io_uring.c: fix typo in comment
  2021-02-09  2:42 [PATCH] fs/io_uring.c: fix typo in comment zangchunxin
@ 2021-02-09 14:36 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2021-02-09 14:36 UTC (permalink / raw)
  To: zangchunxin, viro; +Cc: linux-fsdevel, io-uring, linux-kernel

On 2/8/21 7:42 PM, [email protected] wrote:
> From: Chunxin Zang <[email protected]>
> 
> Change "sane" to "same" in a comment in io_uring.c

It's supposed to say 'sane'.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-09 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-09  2:42 [PATCH] fs/io_uring.c: fix typo in comment zangchunxin
2021-02-09 14:36 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox