linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Fix comment typos about "transmit"
@ 2023-06-22  1:26 Yueh-Shun Li
  2023-06-22  1:26 ` [PATCH 1/8] RDMA/rxe: fix comment typo Yueh-Shun Li
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	Kalle Valo, James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel, Yueh-Shun Li

Fix typos about "transmit" missing the first "s"
found by searching with keyword "tram" in the first 7
patches.

Add related patterns to "scripts/spelling.txt" in the
last patch.

Yueh-Shun Li (8):
  RDMA/rxe: fix comment typo
  i40e, xsk: fix comment typo
  zd1211rw: fix comment typo
  scsi: fix comment typo
  tcp: fix comment typo
  net/tls: fix comment typo
  selftests: mptcp: connect: fix comment typo
  scripts/spelling.txt: Add "transmit" patterns

 drivers/infiniband/sw/rxe/rxe_verbs.h              |  2 +-
 drivers/net/ethernet/intel/i40e/i40e_xsk.c         |  2 +-
 drivers/net/wireless/zydas/zd1211rw/zd_usb.c       |  2 +-
 drivers/scsi/isci/scu_task_context.h               |  2 +-
 net/ipv4/tcp_input.c                               |  2 +-
 net/tls/tls_device_fallback.c                      |  2 +-
 scripts/spelling.txt                               | 11 +++++++++++
 tools/testing/selftests/net/mptcp/mptcp_connect.sh |  2 +-
 8 files changed, 18 insertions(+), 7 deletions(-)

-- 
2.38.1


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

* [PATCH 1/8] RDMA/rxe: fix comment typo
  2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
@ 2023-06-22  1:26 ` Yueh-Shun Li
  2023-06-22  5:27   ` Zhu Yanjun
  2023-06-22  1:26 ` [PATCH 2/8] i40e, xsk: " Yueh-Shun Li
                   ` (7 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	Kalle Valo, James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel, Yueh-Shun Li

Spell "retransmitting" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
---
 drivers/infiniband/sw/rxe/rxe_verbs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.h b/drivers/infiniband/sw/rxe/rxe_verbs.h
index 26a20f088692..aca0f4c7a5cd 100644
--- a/drivers/infiniband/sw/rxe/rxe_verbs.h
+++ b/drivers/infiniband/sw/rxe/rxe_verbs.h
@@ -237,7 +237,7 @@ struct rxe_qp {
 	atomic_t		skb_out;
 	int			need_req_skb;
 
-	/* Timer for retranmitting packet when ACKs have been lost. RC
+	/* Timer for retransmitting packet when ACKs have been lost. RC
 	 * only. The requester sets it when it is not already
 	 * started. The responder resets it whenever an ack is
 	 * received.
-- 
2.38.1


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

* [PATCH 2/8] i40e, xsk: fix comment typo
  2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
  2023-06-22  1:26 ` [PATCH 1/8] RDMA/rxe: fix comment typo Yueh-Shun Li
@ 2023-06-22  1:26 ` Yueh-Shun Li
  2023-06-22  1:26 ` [PATCH 3/8] zd1211rw: " Yueh-Shun Li
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	Kalle Valo, James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel, Yueh-Shun Li

Spell "transmission" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
---
 drivers/net/ethernet/intel/i40e/i40e_xsk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/intel/i40e/i40e_xsk.c b/drivers/net/ethernet/intel/i40e/i40e_xsk.c
index cd7b52fb6b46..05ec1181471e 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_xsk.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_xsk.c
@@ -582,7 +582,7 @@ static void i40e_clean_xdp_tx_buffer(struct i40e_ring *tx_ring,
  * @vsi: Current VSI
  * @tx_ring: XDP Tx ring
  *
- * Returns true if cleanup/tranmission is done.
+ * Returns true if cleanup/transmission is done.
  **/
 bool i40e_clean_xdp_tx_irq(struct i40e_vsi *vsi, struct i40e_ring *tx_ring)
 {
-- 
2.38.1


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

* [PATCH 3/8] zd1211rw: fix comment typo
  2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
  2023-06-22  1:26 ` [PATCH 1/8] RDMA/rxe: fix comment typo Yueh-Shun Li
  2023-06-22  1:26 ` [PATCH 2/8] i40e, xsk: " Yueh-Shun Li
@ 2023-06-22  1:26 ` Yueh-Shun Li
  2023-07-25 14:47   ` [3/8] wifi: zd1211rw: fix typo "tranmits" Kalle Valo
  2023-06-22  1:26 ` [PATCH 4/8] scsi: fix comment typo Yueh-Shun Li
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	Kalle Valo, James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel, Yueh-Shun Li

Spell "transmits" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
---
 drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/zydas/zd1211rw/zd_usb.c b/drivers/net/wireless/zydas/zd1211rw/zd_usb.c
index 850c26bc9524..8505d84eeed6 100644
--- a/drivers/net/wireless/zydas/zd1211rw/zd_usb.c
+++ b/drivers/net/wireless/zydas/zd1211rw/zd_usb.c
@@ -1006,7 +1006,7 @@ static void tx_urb_complete(struct urb *urb)
  * @usb: the zd1211rw-private USB structure
  * @skb: a &struct sk_buff pointer
  *
- * This function tranmits a frame to the device. It doesn't wait for
+ * This function transmits a frame to the device. It doesn't wait for
  * completion. The frame must contain the control set and have all the
  * control set information available.
  *
-- 
2.38.1


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

* [PATCH 4/8] scsi: fix comment typo
  2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
                   ` (2 preceding siblings ...)
  2023-06-22  1:26 ` [PATCH 3/8] zd1211rw: " Yueh-Shun Li
@ 2023-06-22  1:26 ` Yueh-Shun Li
  2023-06-22  1:26 ` [PATCH 5/8] tcp: " Yueh-Shun Li
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	Kalle Valo, James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel, Yueh-Shun Li

Spell "transmitting" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
---
 drivers/scsi/isci/scu_task_context.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/isci/scu_task_context.h b/drivers/scsi/isci/scu_task_context.h
index 869a979eb5b2..582d22d54689 100644
--- a/drivers/scsi/isci/scu_task_context.h
+++ b/drivers/scsi/isci/scu_task_context.h
@@ -845,7 +845,7 @@ struct scu_task_context {
 
 	/**
 	 * This field is used by the SCU TL to determine when to take a snapshot when
-	 * tranmitting read data frames.
+	 * transmitting read data frames.
 	 *    - 0x00 The entire IO
 	 *    - 0x01 32k
 	 *    - 0x02 64k
-- 
2.38.1


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

* [PATCH 5/8] tcp: fix comment typo
  2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
                   ` (3 preceding siblings ...)
  2023-06-22  1:26 ` [PATCH 4/8] scsi: fix comment typo Yueh-Shun Li
@ 2023-06-22  1:26 ` Yueh-Shun Li
  2023-06-22  1:26 ` [PATCH 6/8] net/tls: " Yueh-Shun Li
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	Kalle Valo, James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel, Yueh-Shun Li

Spell "transmissions" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
---
 net/ipv4/tcp_input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index bf8b22218dd4..6f072095211e 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -2867,7 +2867,7 @@ static void tcp_process_loss(struct sock *sk, int flag, int num_dupack,
 	}
 	if (tcp_is_reno(tp)) {
 		/* A Reno DUPACK means new data in F-RTO step 2.b above are
-		 * delivered. Lower inflight to clock out (re)tranmissions.
+		 * delivered. Lower inflight to clock out (re)transmissions.
 		 */
 		if (after(tp->snd_nxt, tp->high_seq) && num_dupack)
 			tcp_add_reno_sack(sk, num_dupack, flag & FLAG_ECE);
-- 
2.38.1


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

* [PATCH 6/8] net/tls: fix comment typo
  2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
                   ` (4 preceding siblings ...)
  2023-06-22  1:26 ` [PATCH 5/8] tcp: " Yueh-Shun Li
@ 2023-06-22  1:26 ` Yueh-Shun Li
  2023-06-22  1:26 ` [PATCH 7/8] selftests: mptcp: connect: " Yueh-Shun Li
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	Kalle Valo, James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel, Yueh-Shun Li

Spell "retransmit" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
---
 net/tls/tls_device_fallback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/tls/tls_device_fallback.c b/net/tls/tls_device_fallback.c
index 7fbb1d0b69b3..b28c5e296dfd 100644
--- a/net/tls/tls_device_fallback.c
+++ b/net/tls/tls_device_fallback.c
@@ -271,7 +271,7 @@ static int fill_sg_in(struct scatterlist *sg_in,
 		 * There is a corner case where the packet contains
 		 * both an acked and a non-acked record.
 		 * We currently don't handle that case and rely
-		 * on TCP to retranmit a packet that doesn't contain
+		 * on TCP to retransmit a packet that doesn't contain
 		 * already acked payload.
 		 */
 		if (!is_start_marker)
-- 
2.38.1


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

* [PATCH 7/8] selftests: mptcp: connect: fix comment typo
  2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
                   ` (5 preceding siblings ...)
  2023-06-22  1:26 ` [PATCH 6/8] net/tls: " Yueh-Shun Li
@ 2023-06-22  1:26 ` Yueh-Shun Li
  2023-06-22  8:19   ` Matthieu Baerts
  2023-06-22  1:26 ` [PATCH 8/8] scripts/spelling.txt: Add "transmit" patterns Yueh-Shun Li
  2023-06-23  2:50 ` [PATCH 0/8] Fix comment typos about "transmit" patchwork-bot+netdevbpf
  8 siblings, 1 reply; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	Kalle Valo, James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel, Yueh-Shun Li

Spell "transmissions" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
---
 tools/testing/selftests/net/mptcp/mptcp_connect.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/net/mptcp/mptcp_connect.sh b/tools/testing/selftests/net/mptcp/mptcp_connect.sh
index 773dd770a567..13561e5bc0cd 100755
--- a/tools/testing/selftests/net/mptcp/mptcp_connect.sh
+++ b/tools/testing/selftests/net/mptcp/mptcp_connect.sh
@@ -809,7 +809,7 @@ run_tests_disconnect()
 
 	cat $cin $cin $cin > "$cin".disconnect
 
-	# force do_transfer to cope with the multiple tranmissions
+	# force do_transfer to cope with the multiple transmissions
 	sin="$cin.disconnect"
 	cin="$cin.disconnect"
 	cin_disconnect="$old_cin"
-- 
2.38.1


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

* [PATCH 8/8] scripts/spelling.txt: Add "transmit" patterns
  2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
                   ` (6 preceding siblings ...)
  2023-06-22  1:26 ` [PATCH 7/8] selftests: mptcp: connect: " Yueh-Shun Li
@ 2023-06-22  1:26 ` Yueh-Shun Li
  2023-06-22  2:09   ` Randy Dunlap
  2023-06-23  2:50 ` [PATCH 0/8] Fix comment typos about "transmit" patchwork-bot+netdevbpf
  8 siblings, 1 reply; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	Kalle Valo, James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel, Yueh-Shun Li

Add "transmit"-related patterns misspelled with the first "s" missing.

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
---
 scripts/spelling.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index f8bd6178d17b..c81e489ba4cf 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -1319,6 +1319,12 @@ ressource||resource
 ressources||resources
 restesting||retesting
 resumbmitting||resubmitting
+retranmission||retransmission
+retranmissions||retransmissions
+retranmit||retransmit
+retranmits||retransmits
+retranmitted||retransmitted
+retranmitting||retransmitting
 retransmited||retransmitted
 retreived||retrieved
 retreive||retrieve
@@ -1553,6 +1559,11 @@ tranasction||transaction
 tranceiver||transceiver
 tranfer||transfer
 tranmission||transmission
+tranmissions||transmissions
+tranmit||transmit
+tranmits||transmits
+tranmitted||transmitted
+tranmitting||transmitting
 transcevier||transceiver
 transciever||transceiver
 transferd||transferred
-- 
2.38.1


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

* Re: [PATCH 8/8] scripts/spelling.txt: Add "transmit" patterns
  2023-06-22  1:26 ` [PATCH 8/8] scripts/spelling.txt: Add "transmit" patterns Yueh-Shun Li
@ 2023-06-22  2:09   ` Randy Dunlap
  0 siblings, 0 replies; 18+ messages in thread
From: Randy Dunlap @ 2023-06-22  2:09 UTC (permalink / raw)
  To: Yueh-Shun Li, Jason Gunthorpe, Leon Romanovsky, Tony Nguyen,
	David S . Miller, Kalle Valo, James E . J . Bottomley,
	Jakub Kicinski, Paolo Abeni, Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel



On 6/21/23 18:26, Yueh-Shun Li wrote:
> Add "transmit"-related patterns misspelled with the first "s" missing.
> 
> Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  scripts/spelling.txt | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
> index f8bd6178d17b..c81e489ba4cf 100644
> --- a/scripts/spelling.txt
> +++ b/scripts/spelling.txt
> @@ -1319,6 +1319,12 @@ ressource||resource
>  ressources||resources
>  restesting||retesting
>  resumbmitting||resubmitting
> +retranmission||retransmission
> +retranmissions||retransmissions
> +retranmit||retransmit
> +retranmits||retransmits
> +retranmitted||retransmitted
> +retranmitting||retransmitting
>  retransmited||retransmitted
>  retreived||retrieved
>  retreive||retrieve
> @@ -1553,6 +1559,11 @@ tranasction||transaction
>  tranceiver||transceiver
>  tranfer||transfer
>  tranmission||transmission
> +tranmissions||transmissions
> +tranmit||transmit
> +tranmits||transmits
> +tranmitted||transmitted
> +tranmitting||transmitting
>  transcevier||transceiver
>  transciever||transceiver
>  transferd||transferred

-- 
~Randy

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

* Re: [PATCH 1/8] RDMA/rxe: fix comment typo
  2023-06-22  1:26 ` [PATCH 1/8] RDMA/rxe: fix comment typo Yueh-Shun Li
@ 2023-06-22  5:27   ` Zhu Yanjun
  0 siblings, 0 replies; 18+ messages in thread
From: Zhu Yanjun @ 2023-06-22  5:27 UTC (permalink / raw)
  To: Yueh-Shun Li, Jason Gunthorpe, Leon Romanovsky, Tony Nguyen,
	David S . Miller, Kalle Valo, James E . J . Bottomley,
	Jakub Kicinski, Paolo Abeni, Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel

在 2023/6/22 9:26, Yueh-Shun Li 写道:
> Spell "retransmitting" properly.
> 
> Found by searching for keyword "tranm".
> 
> Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>

Thanks.
Reviewed-by: Zhu Yanjun <yanjun.zhu@linux.dev>

Zhu Yanjun

> ---
>   drivers/infiniband/sw/rxe/rxe_verbs.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.h b/drivers/infiniband/sw/rxe/rxe_verbs.h
> index 26a20f088692..aca0f4c7a5cd 100644
> --- a/drivers/infiniband/sw/rxe/rxe_verbs.h
> +++ b/drivers/infiniband/sw/rxe/rxe_verbs.h
> @@ -237,7 +237,7 @@ struct rxe_qp {
>   	atomic_t		skb_out;
>   	int			need_req_skb;
>   
> -	/* Timer for retranmitting packet when ACKs have been lost. RC
> +	/* Timer for retransmitting packet when ACKs have been lost. RC
>   	 * only. The requester sets it when it is not already
>   	 * started. The responder resets it whenever an ack is
>   	 * received.


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

* Re: [PATCH 7/8] selftests: mptcp: connect: fix comment typo
  2023-06-22  1:26 ` [PATCH 7/8] selftests: mptcp: connect: " Yueh-Shun Li
@ 2023-06-22  8:19   ` Matthieu Baerts
  0 siblings, 0 replies; 18+ messages in thread
From: Matthieu Baerts @ 2023-06-22  8:19 UTC (permalink / raw)
  To: Yueh-Shun Li, Jason Gunthorpe, Leon Romanovsky, Tony Nguyen,
	David S . Miller, Kalle Valo, James E . J . Bottomley,
	Jakub Kicinski, Paolo Abeni, Andy Whitcroft, Joe Perches
  Cc: linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel

Hi Yueh-Shun,

On 22/06/2023 03:26, Yueh-Shun Li wrote:
> Spell "transmissions" properly.
> 
> Found by searching for keyword "tranm".
> 
> Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>

Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>

Thanks,
Matt
-- 
Tessares | Belgium | Hybrid Access Solutions
www.tessares.net

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

* Re: [PATCH 0/8] Fix comment typos about "transmit"
  2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
                   ` (7 preceding siblings ...)
  2023-06-22  1:26 ` [PATCH 8/8] scripts/spelling.txt: Add "transmit" patterns Yueh-Shun Li
@ 2023-06-23  2:50 ` patchwork-bot+netdevbpf
  2023-06-23  8:51   ` Yueh-Shun Li
  8 siblings, 1 reply; 18+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-06-23  2:50 UTC (permalink / raw)
  To: Yueh-Shun Li
  Cc: jgg, leon, anthony.l.nguyen, davem, kvalo, jejb, kuba, pabeni,
	apw, joe, linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 22 Jun 2023 01:26:21 +0000 you wrote:
> Fix typos about "transmit" missing the first "s"
> found by searching with keyword "tram" in the first 7
> patches.
> 
> Add related patterns to "scripts/spelling.txt" in the
> last patch.
> 
> [...]

Here is the summary with links:
  - [1/8] RDMA/rxe: fix comment typo
    (no matching commit)
  - [2/8] i40e, xsk: fix comment typo
    https://git.kernel.org/netdev/net-next/c/b028813ac973
  - [3/8] zd1211rw: fix comment typo
    (no matching commit)
  - [4/8] scsi: fix comment typo
    (no matching commit)
  - [5/8] tcp: fix comment typo
    https://git.kernel.org/netdev/net-next/c/304b1875ba02
  - [6/8] net/tls: fix comment typo
    https://git.kernel.org/netdev/net-next/c/a0e128ef88e4
  - [7/8] selftests: mptcp: connect: fix comment typo
    (no matching commit)
  - [8/8] scripts/spelling.txt: Add "transmit" patterns
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH 0/8] Fix comment typos about "transmit"
  2023-06-23  2:50 ` [PATCH 0/8] Fix comment typos about "transmit" patchwork-bot+netdevbpf
@ 2023-06-23  8:51   ` Yueh-Shun Li
  2023-06-23  9:19     ` Matthieu Baerts
                       ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Yueh-Shun Li @ 2023-06-23  8:51 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: jgg, leon, anthony.l.nguyen, davem, kvalo, jejb, pabeni, apw,
	joe, linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel

Dear Maintainer,

On 23.06.2023 04:50, patchwork-bot+netdevbpf@kernel.org wrote:
> Hello:
> 
> This series was applied to netdev/net-next.git (main)
> by Jakub Kicinski <kuba@kernel.org>:
> 
> On Thu, 22 Jun 2023 01:26:21 +0000 you wrote:
>> Fix typos about "transmit" missing the first "s"
>> found by searching with keyword "tram" in the first 7
>> patches.
>> 
>> Add related patterns to "scripts/spelling.txt" in the
>> last patch.
>> 
>> [...]

Thanks for merging!

> Here is the summary with links:
>   - [1/8] RDMA/rxe: fix comment typo
>     (no matching commit)
>   - [2/8] i40e, xsk: fix comment typo
>     https://git.kernel.org/netdev/net-next/c/b028813ac973
>   - [3/8] zd1211rw: fix comment typo
>     (no matching commit)
>   - [4/8] scsi: fix comment typo
>     (no matching commit)
>   - [5/8] tcp: fix comment typo
>     https://git.kernel.org/netdev/net-next/c/304b1875ba02
>   - [6/8] net/tls: fix comment typo
>     https://git.kernel.org/netdev/net-next/c/a0e128ef88e4
>   - [7/8] selftests: mptcp: connect: fix comment typo
>     (no matching commit)
>   - [8/8] scripts/spelling.txt: Add "transmit" patterns
>     (no matching commit)
> 
> You are awesome, thank you!

Should I rebase the local branch onto netdev/net-next/main
and send the "no matching commit" patches again?

Best regards,

Shamrock

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

* Re: [PATCH 0/8] Fix comment typos about "transmit"
  2023-06-23  8:51   ` Yueh-Shun Li
@ 2023-06-23  9:19     ` Matthieu Baerts
  2023-06-23 10:36     ` Johannes Berg
  2023-06-23 15:12     ` Jakub Kicinski
  2 siblings, 0 replies; 18+ messages in thread
From: Matthieu Baerts @ 2023-06-23  9:19 UTC (permalink / raw)
  To: Yueh-Shun Li, Jakub Kicinski
  Cc: jgg, leon, anthony.l.nguyen, davem, kvalo, jejb, pabeni, apw,
	joe, linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel

Hi,

On 23/06/2023 10:51, Yueh-Shun Li wrote:
> Dear Maintainer,
> 
> On 23.06.2023 04:50, patchwork-bot+netdevbpf@kernel.org wrote:
>> Hello:
>>
>> This series was applied to netdev/net-next.git (main)
>> by Jakub Kicinski <kuba@kernel.org>:
>>
>> On Thu, 22 Jun 2023 01:26:21 +0000 you wrote:
>>> Fix typos about "transmit" missing the first "s"
>>> found by searching with keyword "tram" in the first 7
>>> patches.
>>>
>>> Add related patterns to "scripts/spelling.txt" in the
>>> last patch.

(...)

>>   - [7/8] selftests: mptcp: connect: fix comment typo
>>     (no matching commit)

I just applied this patch 7/8 in MPTCP tree (features for net-next), no
need to send it again elsewhere.

New patches for t/upstream:
- ba8a625a062a: selftests: mptcp: connect: fix comment typo
- Results: e16a005b0d79..f186e81ff99c (export)

>>   - [8/8] scripts/spelling.txt: Add "transmit" patterns
>>     (no matching commit)
>>
>> You are awesome, thank you!
> 
> Should I rebase the local branch onto netdev/net-next/main
> and send the "no matching commit" patches again?

For the other ones, you might have to send them separately to the
appropriated maintainers according to the MAINTAINERS file, not all of
them in the same series I guess.

Cheers,
Matt
-- 
Tessares | Belgium | Hybrid Access Solutions
www.tessares.net

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

* Re: [PATCH 0/8] Fix comment typos about "transmit"
  2023-06-23  8:51   ` Yueh-Shun Li
  2023-06-23  9:19     ` Matthieu Baerts
@ 2023-06-23 10:36     ` Johannes Berg
  2023-06-23 15:12     ` Jakub Kicinski
  2 siblings, 0 replies; 18+ messages in thread
From: Johannes Berg @ 2023-06-23 10:36 UTC (permalink / raw)
  To: Yueh-Shun Li, Jakub Kicinski
  Cc: jgg, leon, anthony.l.nguyen, davem, kvalo, jejb, pabeni, apw,
	joe, linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel

On Fri, 2023-06-23 at 08:51 +0000, Yueh-Shun Li wrote:
> 
> >   - [3/8] zd1211rw: fix comment typo
> >     (no matching commit)
> 
> Should I rebase the local branch onto netdev/net-next/main
> and send the "no matching commit" patches again?
> 

The wireless one is on our radar, no need to resend.

But: https://lore.kernel.org/r/87y1kncuh4.fsf@kernel.org

johannes

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

* Re: [PATCH 0/8] Fix comment typos about "transmit"
  2023-06-23  8:51   ` Yueh-Shun Li
  2023-06-23  9:19     ` Matthieu Baerts
  2023-06-23 10:36     ` Johannes Berg
@ 2023-06-23 15:12     ` Jakub Kicinski
  2 siblings, 0 replies; 18+ messages in thread
From: Jakub Kicinski @ 2023-06-23 15:12 UTC (permalink / raw)
  To: Yueh-Shun Li
  Cc: jgg, leon, anthony.l.nguyen, davem, kvalo, jejb, pabeni, apw,
	joe, linux-rdma, netdev, linux-wireless, linux-scsi, mptcp,
	linux-kselftest, linux-kernel

On Fri, 23 Jun 2023 08:51:39 +0000 Yueh-Shun Li wrote:
> > Here is the summary with links:
> >   - [1/8] RDMA/rxe: fix comment typo
> >     (no matching commit)
> >   - [2/8] i40e, xsk: fix comment typo
> >     https://git.kernel.org/netdev/net-next/c/b028813ac973
> >   - [3/8] zd1211rw: fix comment typo
> >     (no matching commit)
> >   - [4/8] scsi: fix comment typo
> >     (no matching commit)
> >   - [5/8] tcp: fix comment typo
> >     https://git.kernel.org/netdev/net-next/c/304b1875ba02
> >   - [6/8] net/tls: fix comment typo
> >     https://git.kernel.org/netdev/net-next/c/a0e128ef88e4
> >   - [7/8] selftests: mptcp: connect: fix comment typo
> >     (no matching commit)
> >   - [8/8] scripts/spelling.txt: Add "transmit" patterns
> >     (no matching commit)
> > 
> > You are awesome, thank you!  
> 
> Should I rebase the local branch onto netdev/net-next/main
> and send the "no matching commit" patches again?

No, not directly to netdev, at least..

rdma/rxe needs to go to linux-rdma
i40e should be picked up by Tony (CCed, no need to repost)
zd1211rw is wireless so post it to linux-wireless
scsi, I don't even know off the top of my head, not networking
mptcp should be picked up by MPTCP folks (CCed, no need to repost)
scripts, IDK who takes that, Andrew? 🤷️

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

* Re: [3/8] wifi: zd1211rw: fix typo "tranmits"
  2023-06-22  1:26 ` [PATCH 3/8] zd1211rw: " Yueh-Shun Li
@ 2023-07-25 14:47   ` Kalle Valo
  0 siblings, 0 replies; 18+ messages in thread
From: Kalle Valo @ 2023-07-25 14:47 UTC (permalink / raw)
  To: Yueh-Shun Li
  Cc: Jason Gunthorpe, Leon Romanovsky, Tony Nguyen, David S . Miller,
	James E . J . Bottomley, Jakub Kicinski, Paolo Abeni,
	Andy Whitcroft, Joe Perches, linux-rdma, netdev, linux-wireless,
	linux-scsi, mptcp, linux-kselftest, linux-kernel, Yueh-Shun Li

Yueh-Shun Li <shamrocklee@posteo.net> wrote:

> Spell "transmits" properly.
> 
> Found by searching for keyword "tranm".
> 
> Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>

Patch applied to wireless-next.git, thanks.

2d5947830868 wifi: zd1211rw: fix typo "tranmits"

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20230622012627.15050-4-shamrocklee@posteo.net/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

end of thread, other threads:[~2023-07-25 14:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22  1:26 [PATCH 0/8] Fix comment typos about "transmit" Yueh-Shun Li
2023-06-22  1:26 ` [PATCH 1/8] RDMA/rxe: fix comment typo Yueh-Shun Li
2023-06-22  5:27   ` Zhu Yanjun
2023-06-22  1:26 ` [PATCH 2/8] i40e, xsk: " Yueh-Shun Li
2023-06-22  1:26 ` [PATCH 3/8] zd1211rw: " Yueh-Shun Li
2023-07-25 14:47   ` [3/8] wifi: zd1211rw: fix typo "tranmits" Kalle Valo
2023-06-22  1:26 ` [PATCH 4/8] scsi: fix comment typo Yueh-Shun Li
2023-06-22  1:26 ` [PATCH 5/8] tcp: " Yueh-Shun Li
2023-06-22  1:26 ` [PATCH 6/8] net/tls: " Yueh-Shun Li
2023-06-22  1:26 ` [PATCH 7/8] selftests: mptcp: connect: " Yueh-Shun Li
2023-06-22  8:19   ` Matthieu Baerts
2023-06-22  1:26 ` [PATCH 8/8] scripts/spelling.txt: Add "transmit" patterns Yueh-Shun Li
2023-06-22  2:09   ` Randy Dunlap
2023-06-23  2:50 ` [PATCH 0/8] Fix comment typos about "transmit" patchwork-bot+netdevbpf
2023-06-23  8:51   ` Yueh-Shun Li
2023-06-23  9:19     ` Matthieu Baerts
2023-06-23 10:36     ` Johannes Berg
2023-06-23 15:12     ` Jakub Kicinski

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