sunrpc: fix duplicated word in <linux/sunrpc/cache.h>
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 16 Jul 2020 01:31:30 +0000 (18:31 -0700)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 21 Sep 2020 14:21:10 +0000 (10:21 -0400)
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
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/linux/sunrpc/cache.h

index 10891b7..d0965e2 100644 (file)
@@ -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