projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229952d
)
net: core: dst_cache: Fix a typo in a comment
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Sun, 4 Mar 2018 02:29:51 +0000
(
03:29
+0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 5 Mar 2018 17:52:45 +0000
(12:52 -0500)
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst_cache.h
patch
|
blob
|
history
diff --git
a/include/net/dst_cache.h
b/include/net/dst_cache.h
index 72fd5067c35349a7a2cb76f42b2dd4c218e0c091..844906fbf8c9216c411c6a400a9f9cea27e09c90 100644
(file)
--- a/
include/net/dst_cache.h
+++ b/
include/net/dst_cache.h
@@
-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 do
es
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)