[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210318135223.1342795-4-ckuehl@redhat.com>
Date: Thu, 18 Mar 2021 08:52:23 -0500
From: Connor Kuehl <ckuehl@...hat.com>
To: virtio-fs@...hat.com
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
virtualization@...ts.linux-foundation.org, stefanha@...hat.com,
vgoyal@...hat.com, miklos@...redi.hu, jasowang@...hat.com,
mst@...hat.com
Subject: [PATCH 3/3] fuse: fix typo for fuse_conn.max_pages comment
'Maxmum' -> 'Maximum'
Signed-off-by: Connor Kuehl <ckuehl@...hat.com>
---
fs/fuse/fuse_i.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index f0e4ee906464..8bdee79ba593 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -552,7 +552,7 @@ struct fuse_conn {
/** Maximum write size */
unsigned max_write;
- /** Maxmum number of pages that can be used in a single request */
+ /** Maximum number of pages that can be used in a single request */
unsigned int max_pages;
#if IS_ENABLED(CONFIG_VIRTIO_FS)
--
2.30.2
Powered by blists - more mailing lists