diff mbox series

sunrpc: fix duplicated word in <linux/sunrpc/cache.h>

Message ID 94cab2ce-65bb-f65c-e28a-c7aa5d4a13bb@infradead.org (mailing list archive)
State New, archived
Headers show
Series sunrpc: fix duplicated word in <linux/sunrpc/cache.h> | expand

Commit Message

Randy Dunlap July 16, 2020, 1:31 a.m. UTC
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(-)
diff mbox series

Patch

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