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

From: Randy Dunlap
Date: Wed Jul 15 2020 - 21:31:46 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

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

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
Cc: Chuck Lever <chuck.lever@xxxxxxxxxx>
Cc: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx>
Cc: Anna Schumaker <anna.schumaker@xxxxxxxxxx>
Cc: linux-nfs@xxxxxxxxxxxxxxx
---
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