diff options
author | Mike Rapoport <rppt@linux.ibm.com> | 2019-08-21 14:29:29 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-21 13:07:29 -0700 |
commit | aad12c2394189f606ce0308ab65505fdd9081a10 (patch) | |
tree | 8a8aa62c5390c418620fea44060769e01336b648 /include | |
parent | 33dc03da87888d33b56ed4a74051df398b96e5d2 (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')
-rw-r--r-- | include/net/net_namespace.h | 2 |
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 |