netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trivial: netns: fix typo in 'struct net.passive' description
@ 2019-08-21 11:29 Mike Rapoport
  2019-08-21 20:08 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Rapoport @ 2019-08-21 11:29 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Mike Rapoport

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

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] trivial: netns: fix typo in 'struct net.passive' description
  2019-08-21 11:29 [PATCH] trivial: netns: fix typo in 'struct net.passive' description Mike Rapoport
@ 2019-08-21 20:08 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-08-21 20:08 UTC (permalink / raw)
  To: rppt; +Cc: netdev

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-21 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21 11:29 [PATCH] trivial: netns: fix typo in 'struct net.passive' description Mike Rapoport
2019-08-21 20:08 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).