[PATCH 2/2] nfsd: fix typos in comments
From: Hemanth Selam
Date: Fri Sep 04 2026 - 07:45:59 EST
Fix typos in comments, reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Only touches comments, no code
changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
fs/nfsd/nfs4callback.c | 2 +-
fs/nfsd/nfsctl.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c
index a901bbe67e03..d616bbd66b79 100644
--- a/fs/nfsd/nfs4callback.c
+++ b/fs/nfsd/nfs4callback.c
@@ -536,7 +536,7 @@ static void update_cb_slot_table(struct nfsd4_session *ses, u32 target)
* void;
* };
*
- * Our current back channel implmentation supports a single backchannel
+ * Our current back channel implementation supports a single backchannel
* with a single slot.
*/
static int decode_cb_sequence4resok(struct xdr_stream *xdr,
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c
index adb032b7311a..489de0c0f0a6 100644
--- a/fs/nfsd/nfsctl.c
+++ b/fs/nfsd/nfsctl.c
@@ -556,7 +556,7 @@ nfsd_print_version_support(struct nfsd_net *nn, char *buf, int remaining,
supported = false;
if (minor == 0 && supported)
/*
- * special case for backward compatability.
+ * special case for backward compatibility.
* +4.0 is never reported, it is implied by
* +4, unless -4.0 is present.
*/
--
2.48.1