Commit aad12c23 authored by Mike Rapoport's avatar Mike Rapoport Committed by David S. Miller
Browse files

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: default avatarMike Rapoport <rppt@linux.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 33dc03da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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