linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Documentation: networking: eliminate doubled words
@ 2020-07-03 22:41 Randy Dunlap
  2020-07-03 22:41 ` [PATCH 1/7] Documentation: networking: arcnet: drop doubled word Randy Dunlap
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Randy Dunlap @ 2020-07-03 22:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, David S. Miller,
	Jakub Kicinski, netdev, Ralf Baechle, linux-hams,
	Wolfgang Grandegger, Marc Kleine-Budde, linux-can, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David Howells, linux-afs

Drop all duplicated words in Documentation/networking/ files.

Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-hams@vger.kernel.org
Cc: Wolfgang Grandegger <wg@grandegger.com>
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: linux-can@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Vivien Didelot <vivien.didelot@gmail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: linux-afs@lists.infradead.org


 Documentation/networking/arcnet.rst            |    2 +-
 Documentation/networking/ax25.rst              |    2 +-
 Documentation/networking/can_ucan_protocol.rst |    4 ++--
 Documentation/networking/dsa/dsa.rst           |    2 +-
 Documentation/networking/ip-sysctl.rst         |    2 +-
 Documentation/networking/ipvs-sysctl.rst       |    2 +-
 Documentation/networking/rxrpc.rst             |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

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

* [PATCH 1/7] Documentation: networking: arcnet: drop doubled word
  2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
@ 2020-07-03 22:41 ` Randy Dunlap
  2020-07-03 22:41 ` [PATCH 2/7] Documentation: networking: ax25: " Randy Dunlap
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Randy Dunlap @ 2020-07-03 22:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, David S. Miller,
	Jakub Kicinski, netdev, Ralf Baechle, linux-hams,
	Wolfgang Grandegger, Marc Kleine-Budde, linux-can, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David Howells, linux-afs

Drop the doubled word "to".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 Documentation/networking/arcnet.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/networking/arcnet.rst
+++ linux-next-20200701/Documentation/networking/arcnet.rst
@@ -434,7 +434,7 @@ can set up your network then:
 	ifconfig arc0 insight
 	route add insight arc0
 	route add freedom arc0	/* I would use the subnet here (like I said
-					to to in "single protocol" above),
+					to in "single protocol" above),
 					but the rest of the subnet
 					unfortunately lies across the PPP
 					link on freedom, which confuses

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

* [PATCH 2/7] Documentation: networking: ax25: drop doubled word
  2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
  2020-07-03 22:41 ` [PATCH 1/7] Documentation: networking: arcnet: drop doubled word Randy Dunlap
@ 2020-07-03 22:41 ` Randy Dunlap
  2020-07-03 22:41 ` [PATCH 3/7] Documentation: networking: can_ucan_protocol: drop doubled words Randy Dunlap
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Randy Dunlap @ 2020-07-03 22:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, David S. Miller,
	Jakub Kicinski, netdev, Ralf Baechle, linux-hams,
	Wolfgang Grandegger, Marc Kleine-Budde, linux-can, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David Howells, linux-afs

Drop the doubled word "and".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-hams@vger.kernel.org
---
 Documentation/networking/ax25.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/networking/ax25.rst
+++ linux-next-20200701/Documentation/networking/ax25.rst
@@ -6,7 +6,7 @@ AX.25
 
 To use the amateur radio protocols within Linux you will need to get a
 suitable copy of the AX.25 Utilities. More detailed information about
-AX.25, NET/ROM and ROSE, associated programs and and utilities can be
+AX.25, NET/ROM and ROSE, associated programs and utilities can be
 found on http://www.linux-ax25.org.
 
 There is an active mailing list for discussing Linux amateur radio matters

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

* [PATCH 3/7] Documentation: networking: can_ucan_protocol: drop doubled words
  2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
  2020-07-03 22:41 ` [PATCH 1/7] Documentation: networking: arcnet: drop doubled word Randy Dunlap
  2020-07-03 22:41 ` [PATCH 2/7] Documentation: networking: ax25: " Randy Dunlap
@ 2020-07-03 22:41 ` Randy Dunlap
  2020-07-04  7:51   ` Marc Kleine-Budde
  2020-07-03 22:41 ` [PATCH 4/7] Documentation: networking: dsa: drop doubled word Randy Dunlap
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 12+ messages in thread
From: Randy Dunlap @ 2020-07-03 22:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, David S. Miller,
	Jakub Kicinski, netdev, Ralf Baechle, linux-hams,
	Wolfgang Grandegger, Marc Kleine-Budde, linux-can, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David Howells, linux-afs

Drop the doubled words "the" and "of".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: Wolfgang Grandegger <wg@grandegger.com>
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: linux-can@vger.kernel.org
---
 Documentation/networking/can_ucan_protocol.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200701.orig/Documentation/networking/can_ucan_protocol.rst
+++ linux-next-20200701/Documentation/networking/can_ucan_protocol.rst
@@ -144,7 +144,7 @@ UCAN_COMMAND_SET_BITTIMING
 
 *Host2Dev; mandatory*
 
-Setup bittiming by sending the the structure
+Setup bittiming by sending the structure
 ``ucan_ctl_payload_t.cmd_set_bittiming`` (see ``struct bittiming`` for
 details)
 
@@ -232,7 +232,7 @@ UCAN_IN_TX_COMPLETE
   zero
 
 The CAN device has sent a message to the CAN bus. It answers with a
-list of of tuples <echo-ids, flags>.
+list of tuples <echo-ids, flags>.
 
 The echo-id identifies the frame from (echos the id from a previous
 UCAN_OUT_TX message). The flag indicates the result of the

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

* [PATCH 4/7] Documentation: networking: dsa: drop doubled word
  2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
                   ` (2 preceding siblings ...)
  2020-07-03 22:41 ` [PATCH 3/7] Documentation: networking: can_ucan_protocol: drop doubled words Randy Dunlap
@ 2020-07-03 22:41 ` Randy Dunlap
  2020-07-04  0:39   ` Andrew Lunn
  2020-07-03 22:41 ` [PATCH 5/7] Documentation: networking: ip-sysctl: " Randy Dunlap
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 12+ messages in thread
From: Randy Dunlap @ 2020-07-03 22:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, David S. Miller,
	Jakub Kicinski, netdev, Ralf Baechle, linux-hams,
	Wolfgang Grandegger, Marc Kleine-Budde, linux-can, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David Howells, linux-afs

Drop the doubled word "in".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Vivien Didelot <vivien.didelot@gmail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
---
 Documentation/networking/dsa/dsa.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/networking/dsa/dsa.rst
+++ linux-next-20200701/Documentation/networking/dsa/dsa.rst
@@ -95,7 +95,7 @@ Ethernet switch.
 Networking stack hooks
 ----------------------
 
-When a master netdev is used with DSA, a small hook is placed in in the
+When a master netdev is used with DSA, a small hook is placed in the
 networking stack is in order to have the DSA subsystem process the Ethernet
 switch specific tagging protocol. DSA accomplishes this by registering a
 specific (and fake) Ethernet type (later becoming ``skb->protocol``) with the

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

* [PATCH 5/7] Documentation: networking: ip-sysctl: drop doubled word
  2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
                   ` (3 preceding siblings ...)
  2020-07-03 22:41 ` [PATCH 4/7] Documentation: networking: dsa: drop doubled word Randy Dunlap
@ 2020-07-03 22:41 ` Randy Dunlap
  2020-07-03 22:41 ` [PATCH 6/7] Documentation: networking: ipvs-sysctl: " Randy Dunlap
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Randy Dunlap @ 2020-07-03 22:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, David S. Miller,
	Jakub Kicinski, netdev, Ralf Baechle, linux-hams,
	Wolfgang Grandegger, Marc Kleine-Budde, linux-can, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David Howells, linux-afs

Drop the doubled word "that".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 Documentation/networking/ip-sysctl.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/networking/ip-sysctl.rst
+++ linux-next-20200701/Documentation/networking/ip-sysctl.rst
@@ -741,7 +741,7 @@ tcp_fastopen - INTEGER
 
 	Default: 0x1
 
-	Note that that additional client or server features are only
+	Note that additional client or server features are only
 	effective if the basic support (0x1 and 0x2) are enabled respectively.
 
 tcp_fastopen_blackhole_timeout_sec - INTEGER

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

* [PATCH 6/7] Documentation: networking: ipvs-sysctl: drop doubled word
  2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
                   ` (4 preceding siblings ...)
  2020-07-03 22:41 ` [PATCH 5/7] Documentation: networking: ip-sysctl: " Randy Dunlap
@ 2020-07-03 22:41 ` Randy Dunlap
  2020-07-03 22:41 ` [PATCH 7/7] Documentation: networking: rxrpc: " Randy Dunlap
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 12+ messages in thread
From: Randy Dunlap @ 2020-07-03 22:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, David S. Miller,
	Jakub Kicinski, netdev, Ralf Baechle, linux-hams,
	Wolfgang Grandegger, Marc Kleine-Budde, linux-can, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David Howells, linux-afs

Drop the doubled word "that".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
---
 Documentation/networking/ipvs-sysctl.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/networking/ipvs-sysctl.rst
+++ linux-next-20200701/Documentation/networking/ipvs-sysctl.rst
@@ -114,7 +114,7 @@ drop_entry - INTEGER
 	modes (when there is no enough available memory, the strategy
 	is enabled and the variable is automatically set to 2,
 	otherwise the strategy is disabled and the variable is set to
-	1), and 3 means that that the strategy is always enabled.
+	1), and 3 means that the strategy is always enabled.
 
 drop_packet - INTEGER
 	- 0  - disabled (default)

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

* [PATCH 7/7] Documentation: networking: rxrpc: drop doubled word
  2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
                   ` (5 preceding siblings ...)
  2020-07-03 22:41 ` [PATCH 6/7] Documentation: networking: ipvs-sysctl: " Randy Dunlap
@ 2020-07-03 22:41 ` Randy Dunlap
  2020-07-05  0:46 ` [PATCH 0/7] Documentation: networking: eliminate doubled words David Miller
  2020-07-06 16:07 ` [PATCH 7/7] Documentation: networking: rxrpc: drop doubled word David Howells
  8 siblings, 0 replies; 12+ messages in thread
From: Randy Dunlap @ 2020-07-03 22:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, linux-doc, David S. Miller,
	Jakub Kicinski, netdev, Ralf Baechle, linux-hams,
	Wolfgang Grandegger, Marc Kleine-Budde, linux-can, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David Howells, linux-afs

Drop the doubled word "have".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: David Howells <dhowells@redhat.com>
Cc: linux-afs@lists.infradead.org
---
 Documentation/networking/rxrpc.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200701.orig/Documentation/networking/rxrpc.rst
+++ linux-next-20200701/Documentation/networking/rxrpc.rst
@@ -186,7 +186,7 @@ About the AF_RXRPC driver:
      time [tunable] after the last connection using it discarded, in case a new
      connection is made that could use it.
 
- (#) A client-side connection is only shared between calls if they have have
+ (#) A client-side connection is only shared between calls if they have
      the same key struct describing their security (and assuming the calls
      would otherwise share the connection).  Non-secured calls would also be
      able to share connections with each other.

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

* Re: [PATCH 4/7] Documentation: networking: dsa: drop doubled word
  2020-07-03 22:41 ` [PATCH 4/7] Documentation: networking: dsa: drop doubled word Randy Dunlap
@ 2020-07-04  0:39   ` Andrew Lunn
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Lunn @ 2020-07-04  0:39 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Jonathan Corbet, linux-doc, David S. Miller,
	Jakub Kicinski, netdev, Ralf Baechle, linux-hams,
	Wolfgang Grandegger, Marc Kleine-Budde, linux-can,
	Vivien Didelot, Florian Fainelli, David Howells, linux-afs

On Fri, Jul 03, 2020 at 03:41:12PM -0700, Randy Dunlap wrote:
> Drop the doubled word "in".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: netdev@vger.kernel.org
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Vivien Didelot <vivien.didelot@gmail.com>
> Cc: Florian Fainelli <f.fainelli@gmail.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH 3/7] Documentation: networking: can_ucan_protocol: drop doubled words
  2020-07-03 22:41 ` [PATCH 3/7] Documentation: networking: can_ucan_protocol: drop doubled words Randy Dunlap
@ 2020-07-04  7:51   ` Marc Kleine-Budde
  0 siblings, 0 replies; 12+ messages in thread
From: Marc Kleine-Budde @ 2020-07-04  7:51 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel
  Cc: Jonathan Corbet, linux-doc, David S. Miller, Jakub Kicinski,
	netdev, Ralf Baechle, linux-hams, Wolfgang Grandegger, linux-can,
	Andrew Lunn, Vivien Didelot, Florian Fainelli, David Howells,
	linux-afs

On 7/4/20 12:41 AM, Randy Dunlap wrote:
> Drop the doubled words "the" and "of".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: netdev@vger.kernel.org
> Cc: Wolfgang Grandegger <wg@grandegger.com>
> Cc: Marc Kleine-Budde <mkl@pengutronix.de>
> Cc: linux-can@vger.kernel.org

Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

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

* Re: [PATCH 0/7] Documentation: networking: eliminate doubled words
  2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
                   ` (6 preceding siblings ...)
  2020-07-03 22:41 ` [PATCH 7/7] Documentation: networking: rxrpc: " Randy Dunlap
@ 2020-07-05  0:46 ` David Miller
  2020-07-06 16:07 ` [PATCH 7/7] Documentation: networking: rxrpc: drop doubled word David Howells
  8 siblings, 0 replies; 12+ messages in thread
From: David Miller @ 2020-07-05  0:46 UTC (permalink / raw)
  To: rdunlap
  Cc: linux-kernel, corbet, linux-doc, kuba, netdev, ralf, linux-hams,
	wg, mkl, linux-can, andrew, vivien.didelot, f.fainelli, dhowells,
	linux-afs

From: Randy Dunlap <rdunlap@infradead.org>
Date: Fri,  3 Jul 2020 15:41:08 -0700

> Drop all duplicated words in Documentation/networking/ files.

Series applied, thanks Randy.

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

* Re: [PATCH 7/7] Documentation: networking: rxrpc: drop doubled word
  2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
                   ` (7 preceding siblings ...)
  2020-07-05  0:46 ` [PATCH 0/7] Documentation: networking: eliminate doubled words David Miller
@ 2020-07-06 16:07 ` David Howells
  8 siblings, 0 replies; 12+ messages in thread
From: David Howells @ 2020-07-06 16:07 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: dhowells, linux-kernel, Jonathan Corbet, linux-doc,
	David S. Miller, Jakub Kicinski, netdev, Ralf Baechle,
	linux-hams, Wolfgang Grandegger, Marc Kleine-Budde, linux-can,
	Andrew Lunn, Vivien Didelot, Florian Fainelli, linux-afs

Randy Dunlap <rdunlap@infradead.org> wrote:

> Drop the doubled word "have".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: netdev@vger.kernel.org
> Cc: linux-afs@lists.infradead.org

Acked-by: David Howells <dhowells@redhat.com>


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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 22:41 [PATCH 0/7] Documentation: networking: eliminate doubled words Randy Dunlap
2020-07-03 22:41 ` [PATCH 1/7] Documentation: networking: arcnet: drop doubled word Randy Dunlap
2020-07-03 22:41 ` [PATCH 2/7] Documentation: networking: ax25: " Randy Dunlap
2020-07-03 22:41 ` [PATCH 3/7] Documentation: networking: can_ucan_protocol: drop doubled words Randy Dunlap
2020-07-04  7:51   ` Marc Kleine-Budde
2020-07-03 22:41 ` [PATCH 4/7] Documentation: networking: dsa: drop doubled word Randy Dunlap
2020-07-04  0:39   ` Andrew Lunn
2020-07-03 22:41 ` [PATCH 5/7] Documentation: networking: ip-sysctl: " Randy Dunlap
2020-07-03 22:41 ` [PATCH 6/7] Documentation: networking: ipvs-sysctl: " Randy Dunlap
2020-07-03 22:41 ` [PATCH 7/7] Documentation: networking: rxrpc: " Randy Dunlap
2020-07-05  0:46 ` [PATCH 0/7] Documentation: networking: eliminate doubled words David Miller
2020-07-06 16:07 ` [PATCH 7/7] Documentation: networking: rxrpc: drop doubled word David Howells

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