Commit 4b7ddc58 authored by Randy Dunlap's avatar Randy Dunlap Committed by Pablo Neira Ayuso

netfilter: delete repeated words

Drop duplicated words in net/netfilter/ and net/ipv4/netfilter/.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 5438dd45
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* nf_nat_pptp.c * nf_nat_pptp.c
* *
* NAT support for PPTP (Point to Point Tunneling Protocol). * 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 * It is a specification defined by Microsoft and some vendors
* working with Microsoft. PPTP is built on top of a modified * working with Microsoft. PPTP is built on top of a modified
* version of the Internet Generic Routing Encapsulation Protocol. * version of the Internet Generic Routing Encapsulation Protocol.
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Connection tracking support for PPTP (Point to Point Tunneling Protocol). * 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 * It is a specification defined by Microsoft and some vendors
* working with Microsoft. PPTP is built on top of a modified * working with Microsoft. PPTP is built on top of a modified
* version of the Internet Generic Routing Encapsulation Protocol. * version of the Internet Generic Routing Encapsulation Protocol.
......
...@@ -1152,7 +1152,7 @@ int nf_conntrack_tcp_packet(struct nf_conn *ct, ...@@ -1152,7 +1152,7 @@ int nf_conntrack_tcp_packet(struct nf_conn *ct,
&& (old_state == TCP_CONNTRACK_SYN_RECV && (old_state == TCP_CONNTRACK_SYN_RECV
|| old_state == TCP_CONNTRACK_ESTABLISHED) || old_state == TCP_CONNTRACK_ESTABLISHED)
&& new_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 after SYN_RECV or a valid answer for a picked up
connection. */ connection. */
set_bit(IPS_ASSURED_BIT, &ct->status); set_bit(IPS_ASSURED_BIT, &ct->status);
......
...@@ -640,7 +640,7 @@ static void __net_exit recent_proc_net_exit(struct net *net) ...@@ -640,7 +640,7 @@ static void __net_exit recent_proc_net_exit(struct net *net)
struct recent_table *t; struct recent_table *t;
/* recent_net_exit() is called before recent_mt_destroy(). Make sure /* 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. * remove it.
*/ */
spin_lock_bh(&recent_lock); spin_lock_bh(&recent_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment