[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1566386969-6813-1-git-send-email-rppt@linux.ibm.com>
Date: Wed, 21 Aug 2019 14:29:29 +0300
From: Mike Rapoport <rppt@...ux.ibm.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Mike Rapoport <rppt@...ux.ibm.com>
Subject: [PATCH] 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@...ux.ibm.com>
---
include/net/net_namespace.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.7.4
Powered by blists - more mailing lists