linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] NFSv4: fix spelling mistake "requeueing" -> "requeuing"
@ 2019-11-07 22:40 Colin King
  0 siblings, 0 replies; only message in thread
From: Colin King @ 2019-11-07 22:40 UTC (permalink / raw)
  To: Trond Myklebust, Anna Schumaker, linux-nfs, linux-kernel; +Cc: kernel-janitors

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a debug message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/nfs/nfs4renewd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs/nfs4renewd.c b/fs/nfs/nfs4renewd.c
index 6ea431b067dd..396045633077 100644
--- a/fs/nfs/nfs4renewd.c
+++ b/fs/nfs/nfs4renewd.c
@@ -120,7 +120,7 @@ nfs4_schedule_state_renewal(struct nfs_client *clp)
 		- (long)jiffies;
 	if (timeout < 5 * HZ)
 		timeout = 5 * HZ;
-	dprintk("%s: requeueing work. Lease period = %ld\n",
+	dprintk("%s: requeuing work. Lease period = %ld\n",
 			__func__, (timeout + HZ - 1) / HZ);
 	mod_delayed_work(system_wq, &clp->cl_renewd, timeout);
 	set_bit(NFS_CS_RENEWD, &clp->cl_res_state);
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-07 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 22:40 [PATCH] NFSv4: fix spelling mistake "requeueing" -> "requeuing" Colin King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).