linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sunrpc: fix duplicated word in <linux/sunrpc/cache.h>
@ 2020-07-16  1:31 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2020-07-16  1:31 UTC (permalink / raw)
  To: LKML, open list:NFS, SUNRPC, AND...
  Cc: J. Bruce Fields, Chuck Lever, Trond Myklebust, Anna Schumaker

From: Randy Dunlap <rdunlap@infradead.org>

Change "time time" to "time expiry_time" to match the field name.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: Trond Myklebust <trond.myklebust@hammerspace.com>
Cc: Anna Schumaker <anna.schumaker@netapp.com>
Cc: linux-nfs@vger.kernel.org
---
 include/linux/sunrpc/cache.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- linux-next-20200714.orig/include/linux/sunrpc/cache.h
+++ linux-next-20200714/include/linux/sunrpc/cache.h
@@ -45,7 +45,8 @@
  */
 struct cache_head {
 	struct hlist_node	cache_list;
-	time64_t	expiry_time;	/* After time time, don't use the data */
+	time64_t	expiry_time;	/* After time expiry_time, don't use
+					 * the data */
 	time64_t	last_refresh;   /* If CACHE_PENDING, this is when upcall was
 					 * sent, else this is when update was
 					 * received, though it is alway set to



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

only message in thread, other threads:[~2020-07-16  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  1:31 [PATCH] sunrpc: fix duplicated word in <linux/sunrpc/cache.h> Randy Dunlap

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).