Skip to content

Commit 76b1297

Browse files
neuschaeferdavem330
authored andcommitted
net: core: dst_cache: Fix a typo in a comment
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 229952d commit 76b1297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/dst_cache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache,
7171
* dst_cache_reset - invalidate the cache contents
7272
* @dst_cache: the cache
7373
*
74-
* This do not free the cached dst to avoid races and contentions.
74+
* This does not free the cached dst to avoid races and contentions.
7575
* the dst will be freed on later cache lookup.
7676
*/
7777
static inline void dst_cache_reset(struct dst_cache *dst_cache)

0 commit comments

Comments
 (0)