mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
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>
This commit is contained in:
parent
33dc03da87
commit
aad12c2394
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user