All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7 net-next] net: various: delete duplicated words
@ 2020-09-18  4:35 Randy Dunlap
  2020-09-18  4:35 ` [PATCH 1/7 net-next] net: core: " Randy Dunlap
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-09-18  4:35 UTC (permalink / raw)
  To: netdev; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski


[PATCH 1/7 net-next] net: core: delete duplicated words
[PATCH 2/7 net-next] net: rds: delete duplicated words
[PATCH 3/7 net-next] net: ipv6: delete duplicated words
[PATCH 4/7 net-next] net: bluetooth: delete duplicated words
[PATCH 5/7 net-next] net: tipc: delete duplicated words
[PATCH 6/7 net-next] net: atm: delete duplicated words
[PATCH 7/7 net-next] net: bridge: delete duplicated words


Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>

 net/atm/lec.c            |    2 +-
 net/atm/signaling.c      |    2 +-
 net/bluetooth/hci_conn.c |    2 +-
 net/bluetooth/hci_core.c |    2 +-
 net/bridge/br_ioctl.c    |    2 +-
 net/bridge/br_vlan.c     |    2 +-
 net/core/dev.c           |    4 ++--
 net/ipv6/ip6_output.c    |    2 +-
 net/ipv6/tcp_ipv6.c      |    2 +-
 net/rds/cong.c           |    2 +-
 net/rds/ib_cm.c          |    2 +-
 net/tipc/msg.c           |    2 +-
 net/tipc/socket.c        |    2 +-
 13 files changed, 14 insertions(+), 14 deletions(-)

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

* [PATCH 1/7 net-next] net: core: delete duplicated words
  2020-09-18  4:35 [PATCH 0/7 net-next] net: various: delete duplicated words Randy Dunlap
@ 2020-09-18  4:35 ` Randy Dunlap
  2020-09-18  4:35 ` [PATCH 2/7 net-next] net: rds: " Randy Dunlap
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-09-18  4:35 UTC (permalink / raw)
  To: netdev; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski

Drop repeated words in net/core/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
---
 net/core/dev.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200917.orig/net/core/dev.c
+++ linux-next-20200917/net/core/dev.c
@@ -1131,7 +1131,7 @@ EXPORT_SYMBOL(__dev_get_by_flags);
  *	@name: name string
  *
  *	Network device names need to be valid file names to
- *	to allow sysfs to work.  We also disallow any kind of
+ *	allow sysfs to work.  We also disallow any kind of
  *	whitespace.
  */
 bool dev_valid_name(const char *name)
@@ -9517,7 +9517,7 @@ int __netdev_update_features(struct net_
 	/* driver might be less strict about feature dependencies */
 	features = netdev_fix_features(dev, features);
 
-	/* some features can't be enabled if they're off an an upper device */
+	/* some features can't be enabled if they're off on an upper device */
 	netdev_for_each_upper_dev_rcu(dev, upper, iter)
 		features = netdev_sync_upper_features(dev, upper, features);
 

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

* [PATCH 2/7 net-next] net: rds: delete duplicated words
  2020-09-18  4:35 [PATCH 0/7 net-next] net: various: delete duplicated words Randy Dunlap
  2020-09-18  4:35 ` [PATCH 1/7 net-next] net: core: " Randy Dunlap
@ 2020-09-18  4:35 ` Randy Dunlap
  2020-09-18  4:35 ` [PATCH 3/7 net-next] net: ipv6: " Randy Dunlap
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-09-18  4:35 UTC (permalink / raw)
  To: netdev
  Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, Santosh Shilimkar,
	linux-rdma, rds-devel

Drop repeated words in net/rds/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Cc: linux-rdma@vger.kernel.org
Cc: rds-devel@oss.oracle.com
---
 net/rds/cong.c  |    2 +-
 net/rds/ib_cm.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200917.orig/net/rds/cong.c
+++ linux-next-20200917/net/rds/cong.c
@@ -236,7 +236,7 @@ void rds_cong_queue_updates(struct rds_c
 			 *    tcp_setsockopt and/or tcp_sendmsg will deadlock
 			 *    when it tries to get the sock_lock())
 			 * 2. Interrupts are masked so that we can mark the
-			 *    the port congested from both send and recv paths.
+			 *    port congested from both send and recv paths.
 			 *    (See comment around declaration of rdc_cong_lock).
 			 *    An attempt to get the sock_lock() here will
 			 *    therefore trigger warnings.
--- linux-next-20200917.orig/net/rds/ib_cm.c
+++ linux-next-20200917/net/rds/ib_cm.c
@@ -711,7 +711,7 @@ static u32 rds_ib_protocol_compatible(st
 	 * original size. The only way to tell the difference is by looking at
 	 * the contents, which are initialized to zero.
 	 * If the protocol version fields aren't set, this is a connection attempt
-	 * from an older version. This could could be 3.0 or 2.0 - we can't tell.
+	 * from an older version. This could be 3.0 or 2.0 - we can't tell.
 	 * We really should have changed this for OFED 1.3 :-(
 	 */
 

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

* [PATCH 3/7 net-next] net: ipv6: delete duplicated words
  2020-09-18  4:35 [PATCH 0/7 net-next] net: various: delete duplicated words Randy Dunlap
  2020-09-18  4:35 ` [PATCH 1/7 net-next] net: core: " Randy Dunlap
  2020-09-18  4:35 ` [PATCH 2/7 net-next] net: rds: " Randy Dunlap
@ 2020-09-18  4:35 ` Randy Dunlap
  2020-09-18  4:35 ` [PATCH 4/7 net-next] net: bluetooth: " Randy Dunlap
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-09-18  4:35 UTC (permalink / raw)
  To: netdev; +Cc: Randy Dunlap, David S. Miller, Jakub Kicinski

Drop repeated words in net/ipv6/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
---
 net/ipv6/ip6_output.c |    2 +-
 net/ipv6/tcp_ipv6.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200917.orig/net/ipv6/ip6_output.c
+++ linux-next-20200917/net/ipv6/ip6_output.c
@@ -1492,7 +1492,7 @@ emsgsize:
 	 * Otherwise, we need to reserve fragment header and
 	 * fragment alignment (= 8-15 octects, in total).
 	 *
-	 * Note that we may need to "move" the data from the tail of
+	 * Note that we may need to "move" the data from the tail
 	 * of the buffer to the new fragment when we split
 	 * the message.
 	 *
--- linux-next-20200917.orig/net/ipv6/tcp_ipv6.c
+++ linux-next-20200917/net/ipv6/tcp_ipv6.c
@@ -458,7 +458,7 @@ static int tcp_v6_err(struct sk_buff *sk
 	case TCP_SYN_SENT:
 	case TCP_SYN_RECV:
 		/* Only in fast or simultaneous open. If a fast open socket is
-		 * is already accepted it is treated as a connected one below.
+		 * already accepted it is treated as a connected one below.
 		 */
 		if (fastopen && !fastopen->sk)
 			break;

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

* [PATCH 4/7 net-next] net: bluetooth: delete duplicated words
  2020-09-18  4:35 [PATCH 0/7 net-next] net: various: delete duplicated words Randy Dunlap
                   ` (2 preceding siblings ...)
  2020-09-18  4:35 ` [PATCH 3/7 net-next] net: ipv6: " Randy Dunlap
@ 2020-09-18  4:35 ` Randy Dunlap
  2020-09-18  4:35 ` [PATCH 5/7 net-next] net: tipc: " Randy Dunlap
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-09-18  4:35 UTC (permalink / raw)
  To: netdev
  Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, Alexey Kuznetsov,
	Hideaki YOSHIFUJI

Drop repeated words in net/bluetooth/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
---
 net/bluetooth/hci_conn.c |    2 +-
 net/bluetooth/hci_core.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200917.orig/net/bluetooth/hci_conn.c
+++ linux-next-20200917/net/bluetooth/hci_conn.c
@@ -1388,7 +1388,7 @@ static int hci_conn_auth(struct hci_conn
 	return 0;
 }
 
-/* Encrypt the the link */
+/* Encrypt the link */
 static void hci_conn_encrypt(struct hci_conn *conn)
 {
 	BT_DBG("hcon %p", conn);
--- linux-next-20200917.orig/net/bluetooth/hci_core.c
+++ linux-next-20200917/net/bluetooth/hci_core.c
@@ -808,7 +808,7 @@ static int hci_init4_req(struct hci_requ
 	 * Delete Stored Link Key command. They are clearly indicating its
 	 * absence in the bit mask of supported commands.
 	 *
-	 * Check the supported commands and only if the the command is marked
+	 * Check the supported commands and only if the command is marked
 	 * as supported send it. If not supported assume that the controller
 	 * does not have actual support for stored link keys which makes this
 	 * command redundant anyway.

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

* [PATCH 5/7 net-next] net: tipc: delete duplicated words
  2020-09-18  4:35 [PATCH 0/7 net-next] net: various: delete duplicated words Randy Dunlap
                   ` (3 preceding siblings ...)
  2020-09-18  4:35 ` [PATCH 4/7 net-next] net: bluetooth: " Randy Dunlap
@ 2020-09-18  4:35 ` Randy Dunlap
  2020-09-18  4:35 ` [PATCH 6/7 net-next] net: atm: " Randy Dunlap
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-09-18  4:35 UTC (permalink / raw)
  To: netdev
  Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, Jon Maloy,
	Ying Xue, tipc-discussion

Drop repeated words in net/tipc/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Jon Maloy <jmaloy@redhat.com>
Cc: Ying Xue <ying.xue@windriver.com>
Cc: tipc-discussion@lists.sourceforge.net
---
 net/tipc/msg.c    |    2 +-
 net/tipc/socket.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200917.orig/net/tipc/msg.c
+++ linux-next-20200917/net/tipc/msg.c
@@ -582,7 +582,7 @@ bundle:
  *  @pos: position in outer message of msg to be extracted.
  *        Returns position of next msg
  *  Consumes outer buffer when last packet extracted
- *  Returns true when when there is an extracted buffer, otherwise false
+ *  Returns true when there is an extracted buffer, otherwise false
  */
 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos)
 {
--- linux-next-20200917.orig/net/tipc/socket.c
+++ linux-next-20200917/net/tipc/socket.c
@@ -54,7 +54,7 @@
 #define CONN_PROBING_INTV	msecs_to_jiffies(3600000)  /* [ms] => 1 h */
 #define TIPC_MAX_PORT		0xffffffff
 #define TIPC_MIN_PORT		1
-#define TIPC_ACK_RATE		4       /* ACK at 1/4 of of rcv window size */
+#define TIPC_ACK_RATE		4       /* ACK at 1/4 of rcv window size */
 
 enum {
 	TIPC_LISTEN = TCP_LISTEN,

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

* [PATCH 6/7 net-next] net: atm: delete duplicated words
  2020-09-18  4:35 [PATCH 0/7 net-next] net: various: delete duplicated words Randy Dunlap
                   ` (4 preceding siblings ...)
  2020-09-18  4:35 ` [PATCH 5/7 net-next] net: tipc: " Randy Dunlap
@ 2020-09-18  4:35 ` Randy Dunlap
  2020-09-18  4:35   ` [Bridge] " Randy Dunlap
  2020-09-18 21:12 ` [PATCH 0/7 net-next] net: various: " David Miller
  7 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-09-18  4:35 UTC (permalink / raw)
  To: netdev
  Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, Chas Williams,
	linux-atm-general

Drop repeated words in net/atm/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Chas Williams <3chas3@gmail.com>
Cc: linux-atm-general@lists.sourceforge.net
---
 net/atm/lec.c       |    2 +-
 net/atm/signaling.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200917.orig/net/atm/lec.c
+++ linux-next-20200917/net/atm/lec.c
@@ -1070,7 +1070,7 @@ module_exit(lane_module_cleanup);
 /*
  * LANE2: 3.1.3, LE_RESOLVE.request
  * Non force allocates memory and fills in *tlvs, fills in *sizeoftlvs.
- * If sizeoftlvs == NULL the default TLVs associated with with this
+ * If sizeoftlvs == NULL the default TLVs associated with this
  * lec will be used.
  * If dst_mac == NULL, targetless LE_ARP will be sent
  */
--- linux-next-20200917.orig/net/atm/signaling.c
+++ linux-next-20200917/net/atm/signaling.c
@@ -52,7 +52,7 @@ static void modify_qos(struct atm_vcc *v
 			msg->type = as_okay;
 	}
 	/*
-	 * Should probably just turn around the old skb. But the, the buffer
+	 * Should probably just turn around the old skb. But then, the buffer
 	 * space accounting needs to follow the change too. Maybe later.
 	 */
 	while (!(skb = alloc_skb(sizeof(struct atmsvc_msg), GFP_KERNEL)))

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

* [PATCH 7/7 net-next] net: bridge: delete duplicated words
  2020-09-18  4:35 [PATCH 0/7 net-next] net: various: delete duplicated words Randy Dunlap
@ 2020-09-18  4:35   ` Randy Dunlap
  2020-09-18  4:35 ` [PATCH 2/7 net-next] net: rds: " Randy Dunlap
                     ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-09-18  4:35 UTC (permalink / raw)
  To: netdev
  Cc: Randy Dunlap, David S. Miller, Jakub Kicinski, Roopa Prabhu,
	Nikolay Aleksandrov, bridge

Drop repeated words in net/bridge/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Roopa Prabhu <roopa@nvidia.com>
Cc: Nikolay Aleksandrov <nikolay@nvidia.com>
Cc: bridge@lists.linux-foundation.org
---
 net/bridge/br_ioctl.c |    2 +-
 net/bridge/br_vlan.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200917.orig/net/bridge/br_ioctl.c
+++ linux-next-20200917/net/bridge/br_ioctl.c
@@ -103,7 +103,7 @@ static int add_del_if(struct net_bridge
 
 /*
  * Legacy ioctl's through SIOCDEVPRIVATE
- * This interface is deprecated because it was too difficult to
+ * This interface is deprecated because it was too difficult
  * to do the translation for 32/64bit ioctl compatibility.
  */
 static int old_dev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
--- linux-next-20200917.orig/net/bridge/br_vlan.c
+++ linux-next-20200917/net/bridge/br_vlan.c
@@ -140,7 +140,7 @@ static int __vlan_vid_del(struct net_dev
 	return err == -EOPNOTSUPP ? 0 : err;
 }
 
-/* Returns a master vlan, if it didn't exist it gets created. In all cases a
+/* Returns a master vlan, if it didn't exist it gets created. In all cases
  * a reference is taken to the master vlan before returning.
  */
 static struct net_bridge_vlan *

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

* [Bridge] [PATCH 7/7 net-next] net: bridge: delete duplicated words
@ 2020-09-18  4:35   ` Randy Dunlap
  0 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2020-09-18  4:35 UTC (permalink / raw)
  To: netdev
  Cc: bridge, Randy Dunlap, Nikolay Aleksandrov, Roopa Prabhu,
	Jakub Kicinski, David S. Miller

Drop repeated words in net/bridge/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Roopa Prabhu <roopa@nvidia.com>
Cc: Nikolay Aleksandrov <nikolay@nvidia.com>
Cc: bridge@lists.linux-foundation.org
---
 net/bridge/br_ioctl.c |    2 +-
 net/bridge/br_vlan.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200917.orig/net/bridge/br_ioctl.c
+++ linux-next-20200917/net/bridge/br_ioctl.c
@@ -103,7 +103,7 @@ static int add_del_if(struct net_bridge
 
 /*
  * Legacy ioctl's through SIOCDEVPRIVATE
- * This interface is deprecated because it was too difficult to
+ * This interface is deprecated because it was too difficult
  * to do the translation for 32/64bit ioctl compatibility.
  */
 static int old_dev_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
--- linux-next-20200917.orig/net/bridge/br_vlan.c
+++ linux-next-20200917/net/bridge/br_vlan.c
@@ -140,7 +140,7 @@ static int __vlan_vid_del(struct net_dev
 	return err == -EOPNOTSUPP ? 0 : err;
 }
 
-/* Returns a master vlan, if it didn't exist it gets created. In all cases a
+/* Returns a master vlan, if it didn't exist it gets created. In all cases
  * a reference is taken to the master vlan before returning.
  */
 static struct net_bridge_vlan *

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

* Re: [PATCH 0/7 net-next] net: various: delete duplicated words
  2020-09-18  4:35 [PATCH 0/7 net-next] net: various: delete duplicated words Randy Dunlap
                   ` (6 preceding siblings ...)
  2020-09-18  4:35   ` [Bridge] " Randy Dunlap
@ 2020-09-18 21:12 ` David Miller
  7 siblings, 0 replies; 10+ messages in thread
From: David Miller @ 2020-09-18 21:12 UTC (permalink / raw)
  To: rdunlap; +Cc: netdev, kuba

From: Randy Dunlap <rdunlap@infradead.org>
Date: Thu, 17 Sep 2020 21:35:14 -0700

> [PATCH 1/7 net-next] net: core: delete duplicated words
> [PATCH 2/7 net-next] net: rds: delete duplicated words
> [PATCH 3/7 net-next] net: ipv6: delete duplicated words
> [PATCH 4/7 net-next] net: bluetooth: delete duplicated words
> [PATCH 5/7 net-next] net: tipc: delete duplicated words
> [PATCH 6/7 net-next] net: atm: delete duplicated words
> [PATCH 7/7 net-next] net: bridge: delete duplicated words

Series applied.

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

end of thread, other threads:[~2020-09-18 21:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18  4:35 [PATCH 0/7 net-next] net: various: delete duplicated words Randy Dunlap
2020-09-18  4:35 ` [PATCH 1/7 net-next] net: core: " Randy Dunlap
2020-09-18  4:35 ` [PATCH 2/7 net-next] net: rds: " Randy Dunlap
2020-09-18  4:35 ` [PATCH 3/7 net-next] net: ipv6: " Randy Dunlap
2020-09-18  4:35 ` [PATCH 4/7 net-next] net: bluetooth: " Randy Dunlap
2020-09-18  4:35 ` [PATCH 5/7 net-next] net: tipc: " Randy Dunlap
2020-09-18  4:35 ` [PATCH 6/7 net-next] net: atm: " Randy Dunlap
2020-09-18  4:35 ` [PATCH 7/7 net-next] net: bridge: " Randy Dunlap
2020-09-18  4:35   ` [Bridge] " Randy Dunlap
2020-09-18 21:12 ` [PATCH 0/7 net-next] net: various: " David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.