summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.ibm.com>2019-08-21 14:29:29 +0300
committerDavid S. Miller <davem@davemloft.net>2019-08-21 13:07:29 -0700
commitaad12c2394189f606ce0308ab65505fdd9081a10 (patch)
tree8a8aa62c5390c418620fea44060769e01336b648 /include/net
parent33dc03da87888d33b56ed4a74051df398b96e5d2 (diff)
trivial: netns: fix typo in 'struct net.passive' description
Replace 'decided' with 'decide' so that comment would be /* To decide when the network namespace should be freed. */ Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/net_namespace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
index cb668bc2692d..ab40d7afdc54 100644
--- a/include/net/net_namespace.h
+++ b/include/net/net_namespace.h
@@ -52,7 +52,7 @@ struct bpf_prog;
#define NETDEV_HASHENTRIES (1 << NETDEV_HASHBITS)
struct net {
- refcount_t passive; /* To decided when the network
+ refcount_t passive; /* To decide when the network
* namespace should be freed.
*/
refcount_t count; /* To decided when the network