Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76b12974 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by David S. Miller
Browse files

net: core: dst_cache: Fix a typo in a comment

parent 229952d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache,
 *	dst_cache_reset - invalidate the cache contents
 *	@dst_cache: the cache
 *
 *	This do not free the cached dst to avoid races and contentions.
 *	This does not free the cached dst to avoid races and contentions.
 *	the dst will be freed on later cache lookup.
 */
static inline void dst_cache_reset(struct dst_cache *dst_cache)