diff mbox series

trivial: netns: fix typo in 'struct net.passive' description

Message ID 1566386969-6813-1-git-send-email-rppt@linux.ibm.com
State Accepted
Delegated to: David Miller
Headers show
Series trivial: netns: fix typo in 'struct net.passive' description | expand

Commit Message

Mike Rapoport Aug. 21, 2019, 11:29 a.m. UTC
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>
---
 include/net/net_namespace.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Aug. 21, 2019, 8:08 p.m. UTC | #1
From: Mike Rapoport <rppt@linux.ibm.com>
Date: Wed, 21 Aug 2019 14:29:29 +0300

> 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>

Applied.
diff mbox series

Patch

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