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