diff mbox series

[3/3] fuse: fix typo for fuse_conn.max_pages comment

Message ID 20210318135223.1342795-4-ckuehl@redhat.com (mailing list archive)
State New, archived
Headers show
Series virtiofs: split requests that exceed virtqueue size | expand

Commit Message

Connor Kuehl March 18, 2021, 1:52 p.m. UTC
'Maxmum' -> 'Maximum'

Signed-off-by: Connor Kuehl <ckuehl@redhat.com>
---
 fs/fuse/fuse_i.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jason Wang March 22, 2021, 3:42 a.m. UTC | #1
在 2021/3/18 下午9:52, Connor Kuehl 写道:
> 'Maxmum' -> 'Maximum'


Need a better log here.

With the commit log fixed.

Acked-by: Jason Wang <jasowang@redhat.com>


>
> Signed-off-by: Connor Kuehl <ckuehl@redhat.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)
diff mbox series

Patch

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)