[PATCH v2] NFSv4: fix "prefered"->"preferred"

Xichao Zhao posted 1 patch 1 month, 3 weeks ago
fs/nfs/nfs4xdr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] NFSv4: fix "prefered"->"preferred"
Posted by Xichao Zhao 1 month, 3 weeks ago
Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
---
 fs/nfs/nfs4xdr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c
index 49ff98571fa5..4ee88a4c1daa 100644
--- a/fs/nfs/nfs4xdr.c
+++ b/fs/nfs/nfs4xdr.c
@@ -4930,7 +4930,7 @@ static int decode_attr_pnfstype(struct xdr_stream *xdr, uint32_t *bitmap,
 }
 
 /*
- * The prefered block size for layout directed io
+ * The preferred block size for layout directed io
  */
 static int decode_attr_layout_blksize(struct xdr_stream *xdr, uint32_t *bitmap,
 				      uint32_t *res)
-- 
2.34.1
Re: [PATCH v2] NFSv4: fix "prefered"->"preferred"
Posted by Benjamin Coddington 1 month, 3 weeks ago
On 8 Aug 2025, at 4:41, Xichao Zhao wrote:

> Trivial fix to spelling mistake in comment text.
>
> Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>

Reviewed-by: Benjamin Coddington <bcodding@redhat.com>

Ben