]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
trivial: netns: fix typo in 'struct net.passive' description
authorMike Rapoport <rppt@linux.ibm.com>
Wed, 21 Aug 2019 11:29:29 +0000 (14:29 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Aug 2019 20:07:29 +0000 (13:07 -0700)
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>
include/net/net_namespace.h

index cb668bc2692db22e4639fcd3e95b21ed55f00410..ab40d7afdc541703e4e314fea1cb33950d2201f6 100644 (file)
@@ -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