netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: netfilter: delete repeated words
@ 2020-08-23  1:07 Randy Dunlap
  2020-08-23  2:16 ` Florian Westphal
  2020-08-28 16:35 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-08-23  1:07 UTC (permalink / raw)
  To: netdev
  Cc: Randy Dunlap, Pablo Neira Ayuso, Jozsef Kadlecsik,
	Florian Westphal, netfilter-devel, coreteam

Drop duplicated words in net/netfilter/ and net/ipv4/netfilter/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: Jozsef Kadlecsik <kadlec@netfilter.org>
Cc: Florian Westphal <fw@strlen.de>
Cc: netfilter-devel@vger.kernel.org
Cc: coreteam@netfilter.org
---
 net/ipv4/netfilter/nf_nat_pptp.c       |    2 +-
 net/netfilter/nf_conntrack_pptp.c      |    2 +-
 net/netfilter/nf_conntrack_proto_tcp.c |    2 +-
 net/netfilter/xt_recent.c              |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

--- linux-next-20200821.orig/net/ipv4/netfilter/nf_nat_pptp.c
+++ linux-next-20200821/net/ipv4/netfilter/nf_nat_pptp.c
@@ -3,7 +3,7 @@
  * nf_nat_pptp.c
  *
  * NAT support for PPTP (Point to Point Tunneling Protocol).
- * PPTP is a a protocol for creating virtual private networks.
+ * PPTP is a protocol for creating virtual private networks.
  * It is a specification defined by Microsoft and some vendors
  * working with Microsoft.  PPTP is built on top of a modified
  * version of the Internet Generic Routing Encapsulation Protocol.
--- linux-next-20200821.orig/net/netfilter/nf_conntrack_pptp.c
+++ linux-next-20200821/net/netfilter/nf_conntrack_pptp.c
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
  * Connection tracking support for PPTP (Point to Point Tunneling Protocol).
- * PPTP is a a protocol for creating virtual private networks.
+ * PPTP is a protocol for creating virtual private networks.
  * It is a specification defined by Microsoft and some vendors
  * working with Microsoft.  PPTP is built on top of a modified
  * version of the Internet Generic Routing Encapsulation Protocol.
--- linux-next-20200821.orig/net/netfilter/nf_conntrack_proto_tcp.c
+++ linux-next-20200821/net/netfilter/nf_conntrack_proto_tcp.c
@@ -1152,7 +1152,7 @@ int nf_conntrack_tcp_packet(struct nf_co
 		   && (old_state == TCP_CONNTRACK_SYN_RECV
 		       || old_state == TCP_CONNTRACK_ESTABLISHED)
 		   && new_state == TCP_CONNTRACK_ESTABLISHED) {
-		/* Set ASSURED if we see see valid ack in ESTABLISHED
+		/* Set ASSURED if we see valid ack in ESTABLISHED
 		   after SYN_RECV or a valid answer for a picked up
 		   connection. */
 		set_bit(IPS_ASSURED_BIT, &ct->status);
--- linux-next-20200821.orig/net/netfilter/xt_recent.c
+++ linux-next-20200821/net/netfilter/xt_recent.c
@@ -640,7 +640,7 @@ static void __net_exit recent_proc_net_e
 	struct recent_table *t;
 
 	/* recent_net_exit() is called before recent_mt_destroy(). Make sure
-	 * that the parent xt_recent proc entry is is empty before trying to
+	 * that the parent xt_recent proc entry is empty before trying to
 	 * remove it.
 	 */
 	spin_lock_bh(&recent_lock);

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

* Re: [PATCH] net: netfilter: delete repeated words
  2020-08-23  1:07 [PATCH] net: netfilter: delete repeated words Randy Dunlap
@ 2020-08-23  2:16 ` Florian Westphal
  2020-08-28 16:35 ` Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Westphal @ 2020-08-23  2:16 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: netdev, Pablo Neira Ayuso, Jozsef Kadlecsik, Florian Westphal,
	netfilter-devel, coreteam

Randy Dunlap <rdunlap@infradead.org> wrote:
> Drop duplicated words in net/netfilter/ and net/ipv4/netfilter/.

Reviewed-by: Florian Westphal <fw@strlen.de>

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

* Re: [PATCH] net: netfilter: delete repeated words
  2020-08-23  1:07 [PATCH] net: netfilter: delete repeated words Randy Dunlap
  2020-08-23  2:16 ` Florian Westphal
@ 2020-08-28 16:35 ` Pablo Neira Ayuso
  1 sibling, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2020-08-28 16:35 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: netdev, Jozsef Kadlecsik, Florian Westphal, netfilter-devel, coreteam

On Sat, Aug 22, 2020 at 06:07:27PM -0700, Randy Dunlap wrote:
> Drop duplicated words in net/netfilter/ and net/ipv4/netfilter/.

Applied, thanks.

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

end of thread, other threads:[~2020-08-28 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23  1:07 [PATCH] net: netfilter: delete repeated words Randy Dunlap
2020-08-23  2:16 ` Florian Westphal
2020-08-28 16:35 ` Pablo Neira Ayuso

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