[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20191107224004.417163-1-colin.king@canonical.com>
Date: Thu, 7 Nov 2019 22:40:04 +0000
From: Colin King <colin.king@...onical.com>
To: Trond Myklebust <trond.myklebust@...merspace.com>,
Anna Schumaker <anna.schumaker@...app.com>,
linux-nfs@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org
Subject: [PATCH] NFSv4: fix spelling mistake "requeueing" -> "requeuing"
From: Colin Ian King <colin.king@...onical.com>
There is a spelling mistake in a debug message. Fix it.
Signed-off-by: Colin Ian King <colin.king@...onical.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
Powered by blists - more mailing lists