linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: Fix typo 'the the' in comment
@ 2022-07-22 10:42 Slark Xiao
  2022-07-22 18:52 ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Slark Xiao @ 2022-07-22 10:42 UTC (permalink / raw)
  To: tglx, mingo, shuah, davem, edumazet, kuba, pabeni, peterz,
	dvhart, dave, andrealmeid
  Cc: linux-kernel, linux-kselftest, netdev, Slark Xiao

Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
---
 .../futex/functional/futex_requeue_pi_signal_restart.c          | 2 +-
 tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c b/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
index f8c43ce8fe66..c6b8f32990c8 100644
--- a/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
+++ b/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
 		/*
 		 * If res is non-zero, we either requeued the waiter or hit an
 		 * error, break out and handle it. If it is zero, then the
-		 * signal may have hit before the the waiter was blocked on f1.
+		 * signal may have hit before the waiter was blocked on f1.
 		 * Try again.
 		 */
 		if (res > 0) {
diff --git a/tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh b/tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh
index 0727e2012b68..43469c7de118 100755
--- a/tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh
+++ b/tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh
@@ -525,7 +525,7 @@ arp_suppression()
 
 	log_test "neigh_suppress: on / neigh exists: yes"
 
-	# Delete the neighbour from the the SVI. A single ARP request should be
+	# Delete the neighbour from the SVI. A single ARP request should be
 	# received by the remote VTEP
 	RET=0
 
-- 
2.25.1


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

* Re: [PATCH] selftests: Fix typo 'the the' in comment
  2022-07-22 10:42 [PATCH] selftests: Fix typo 'the the' in comment Slark Xiao
@ 2022-07-22 18:52 ` Jakub Kicinski
  2022-07-25  2:02   ` Slark Xiao
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Kicinski @ 2022-07-22 18:52 UTC (permalink / raw)
  To: Slark Xiao
  Cc: tglx, mingo, shuah, davem, edumazet, pabeni, peterz, dvhart,
	dave, andrealmeid, linux-kernel, linux-kselftest, netdev

On Fri, 22 Jul 2022 18:42:59 +0800 Slark Xiao wrote:
> Replace 'the the' with 'the' in the comment.
> 
> Signed-off-by: Slark Xiao <slark_xiao@163.com>
> ---
>  .../futex/functional/futex_requeue_pi_signal_restart.c          | 2 +-
>  tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh      | 2 +-

You need to split this by the subsystem.

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

* Re:Re: [PATCH] selftests: Fix typo 'the the' in comment
  2022-07-22 18:52 ` Jakub Kicinski
@ 2022-07-25  2:02   ` Slark Xiao
  0 siblings, 0 replies; 3+ messages in thread
From: Slark Xiao @ 2022-07-25  2:02 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: tglx, mingo, shuah, davem, edumazet, pabeni, peterz, dvhart,
	dave, andrealmeid, linux-kernel, linux-kselftest, netdev

















At 2022-07-23 02:52:27, "Jakub Kicinski" <kuba@kernel.org> wrote:
>On Fri, 22 Jul 2022 18:42:59 +0800 Slark Xiao wrote:
>> Replace 'the the' with 'the' in the comment.
>> 
>> Signed-off-by: Slark Xiao <slark_xiao@163.com>
>> ---
>>  .../futex/functional/futex_requeue_pi_signal_restart.c          | 2 +-
>>  tools/testing/selftests/net/forwarding/vxlan_asymmetric.sh      | 2 +-
>
>You need to split this by the subsystem.
Hi ,
  Already splitting  it to 2 parts. Please check the new patch.

Thanks

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

end of thread, other threads:[~2022-07-25  2:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22 10:42 [PATCH] selftests: Fix typo 'the the' in comment Slark Xiao
2022-07-22 18:52 ` Jakub Kicinski
2022-07-25  2:02   ` Slark Xiao

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