linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
@ 2025-05-01  6:03 Ankit Chauhan
  2025-05-22  8:38 ` Brigham Campbell
  2025-06-11  2:21 ` Ankit Chauhan
  0 siblings, 2 replies; 4+ messages in thread
From: Ankit Chauhan @ 2025-05-01  6:03 UTC (permalink / raw)
  To: shuah, linux-kselftest; +Cc: linux-kernel, kernel-janitors, Ankit Chauhan

Fix the spelling error from "multible" to "multiple".

Signed-off-by: Ankit Chauhan <ankitchauhan2065@gmail.com>
---
 tools/testing/selftests/ptrace/peeksiginfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/ptrace/peeksiginfo.c b/tools/testing/selftests/ptrace/peeksiginfo.c
index a6884f66dc01..2f345d11e4b8 100644
--- a/tools/testing/selftests/ptrace/peeksiginfo.c
+++ b/tools/testing/selftests/ptrace/peeksiginfo.c
@@ -199,7 +199,7 @@ int main(int argc, char *argv[])
 
 	/*
 	 * Dump signal from the process-wide queue.
-	 * The number of signals is not multible to the buffer size
+	 * The number of signals is not multiple to the buffer size
 	 */
 	if (check_direct_path(child, 1, 3))
 		goto out;
-- 
2.34.1


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

* Re: [PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
  2025-05-01  6:03 [PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple" Ankit Chauhan
@ 2025-05-22  8:38 ` Brigham Campbell
  2025-06-11  2:21 ` Ankit Chauhan
  1 sibling, 0 replies; 4+ messages in thread
From: Brigham Campbell @ 2025-05-22  8:38 UTC (permalink / raw)
  To: Ankit Chauhan, shuah, linux-kselftest; +Cc: linux-kernel, kernel-janitors

On Thu May 1, 2025 at 12:03 AM MDT, Ankit Chauhan wrote:
> Fix the spelling error from "multible" to "multiple".
>
> Signed-off-by: Ankit Chauhan <ankitchauhan2065@gmail.com>
> ---
>  tools/testing/selftests/ptrace/peeksiginfo.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/ptrace/peeksiginfo.c b/tools/testing/selftests/ptrace/peeksiginfo.c
> index a6884f66dc01..2f345d11e4b8 100644
> --- a/tools/testing/selftests/ptrace/peeksiginfo.c
> +++ b/tools/testing/selftests/ptrace/peeksiginfo.c
> @@ -199,7 +199,7 @@ int main(int argc, char *argv[])
>  
>  	/*
>  	 * Dump signal from the process-wide queue.
> -	 * The number of signals is not multible to the buffer size
> +	 * The number of signals is not multiple to the buffer size

Excellent work! This could probably be clarified further by fixing the
grammar a little bit (i.e. "... is not a multiple of ...", assuming that
is actually what is meant).

>  	 */
>  	if (check_direct_path(child, 1, 3))
>  		goto out;

Reviewed-by: Brigham Campbell <me@brighamcampbell.com>

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

* Re: [PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
  2025-05-01  6:03 [PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple" Ankit Chauhan
  2025-05-22  8:38 ` Brigham Campbell
@ 2025-06-11  2:21 ` Ankit Chauhan
  2025-06-18 20:24   ` Shuah Khan
  1 sibling, 1 reply; 4+ messages in thread
From: Ankit Chauhan @ 2025-06-11  2:21 UTC (permalink / raw)
  To: shuah, linux-kselftest

On Thu, May 01, 2025 at 11:33:29AM +0530, Ankit Chauhan wrote:
> Fix the spelling error from "multible" to "multiple".
> 
> Signed-off-by: Ankit Chauhan <ankitchauhan2065@gmail.com>
> ---
>  tools/testing/selftests/ptrace/peeksiginfo.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/ptrace/peeksiginfo.c b/tools/testing/selftests/ptrace/peeksiginfo.c
> index a6884f66dc01..2f345d11e4b8 100644
> --- a/tools/testing/selftests/ptrace/peeksiginfo.c
> +++ b/tools/testing/selftests/ptrace/peeksiginfo.c
> @@ -199,7 +199,7 @@ int main(int argc, char *argv[])
>  
>  	/*
>  	 * Dump signal from the process-wide queue.
> -	 * The number of signals is not multible to the buffer size
> +	 * The number of signals is not multiple to the buffer size
>  	 */
>  	if (check_direct_path(child, 1, 3))
>  		goto out;
> -- 
I am new to the Linux kernel development and still learning the
development process.
This is the patch I submitted sometime ago. Not sure what to do next.

Kind regards,
Ankit Chauhan

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

* Re: [PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple"
  2025-06-11  2:21 ` Ankit Chauhan
@ 2025-06-18 20:24   ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2025-06-18 20:24 UTC (permalink / raw)
  To: Ankit Chauhan, shuah, linux-kselftest

On 6/10/25 20:21, Ankit Chauhan wrote:
> On Thu, May 01, 2025 at 11:33:29AM +0530, Ankit Chauhan wrote:
>> Fix the spelling error from "multible" to "multiple".
>>
>> Signed-off-by: Ankit Chauhan <ankitchauhan2065@gmail.com>
>> ---
>>   tools/testing/selftests/ptrace/peeksiginfo.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/testing/selftests/ptrace/peeksiginfo.c b/tools/testing/selftests/ptrace/peeksiginfo.c
>> index a6884f66dc01..2f345d11e4b8 100644
>> --- a/tools/testing/selftests/ptrace/peeksiginfo.c
>> +++ b/tools/testing/selftests/ptrace/peeksiginfo.c
>> @@ -199,7 +199,7 @@ int main(int argc, char *argv[])
>>   
>>   	/*
>>   	 * Dump signal from the process-wide queue.
>> -	 * The number of signals is not multible to the buffer size
>> +	 * The number of signals is not multiple to the buffer size
>>   	 */
>>   	if (check_direct_path(child, 1, 3))
>>   		goto out;
>> -- 
> I am new to the Linux kernel development and still learning the
> development process.
> This is the patch I submitted sometime ago. Not sure what to do next.
> 

Applied to linux-kselftest next for 6.17-rc1.

https://web.git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/?h=next

thanks,
-- Shuah

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

end of thread, other threads:[~2025-06-18 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-01  6:03 [PATCH] [next] selftests/ptrace: Fix spelling mistake "multible" -> "multiple" Ankit Chauhan
2025-05-22  8:38 ` Brigham Campbell
2025-06-11  2:21 ` Ankit Chauhan
2025-06-18 20:24   ` Shuah Khan

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