diff mbox series

selftests: ftrace: fix typo in test description

Message ID 20240131133306.7723-1-ahzahraee@gmail.com (mailing list archive)
State Accepted
Headers show
Series selftests: ftrace: fix typo in test description | expand

Commit Message

Ali Zahraee Jan. 31, 2024, 1:33 p.m. UTC
The typo in the description shows up in test logs and output.
This patch submission is part of my application to the Linux Foundation
mentorship program: Linux kernel Bug Fixing Spring Unpaid 2024.

Signed-off-by: Ali Zahraee <ahzahraee@gmail.com>
---
 tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masami Hiramatsu (Google) Jan. 31, 2024, 3:13 p.m. UTC | #1
On Wed, 31 Jan 2024 14:33:06 +0100
Ali Zahraee <ahzahraee@gmail.com> wrote:

> The typo in the description shows up in test logs and output.
> This patch submission is part of my application to the Linux Foundation
> mentorship program: Linux kernel Bug Fixing Spring Unpaid 2024.
> 

Looks good to me.

Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

> Signed-off-by: Ali Zahraee <ahzahraee@gmail.com>
> ---
>  tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc b/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc
> index add7d5bf585d..c45094d1e1d2 100644
> --- a/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc
> +++ b/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc
> @@ -1,6 +1,6 @@
>  #!/bin/sh
>  # SPDX-License-Identifier: GPL-2.0
> -# description: Test file and directory owership changes for eventfs
> +# description: Test file and directory ownership changes for eventfs
>  
>  original_group=`stat -c "%g" .`
>  original_owner=`stat -c "%u" .`
> -- 
> 2.34.1
>
Shuah Khan Feb. 20, 2024, 9:42 p.m. UTC | #2
On 1/31/24 08:13, Masami Hiramatsu (Google) wrote:
> On Wed, 31 Jan 2024 14:33:06 +0100
> Ali Zahraee <ahzahraee@gmail.com> wrote:
> 
>> The typo in the description shows up in test logs and output.
>> This patch submission is part of my application to the Linux Foundation
>> mentorship program: Linux kernel Bug Fixing Spring Unpaid 2024.
>>
> 
> Looks good to me.
> 
> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> 
>> Signed-off-by: Ali Zahraee <ahzahraee@gmail.com>
>> ---

Applied to linux-kselftest next for Linux 6.9-rc1

thanks,
-- Shuah
diff mbox series

Patch

diff --git a/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc b/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc
index add7d5bf585d..c45094d1e1d2 100644
--- a/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc
+++ b/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc
@@ -1,6 +1,6 @@ 
 #!/bin/sh
 # SPDX-License-Identifier: GPL-2.0
-# description: Test file and directory owership changes for eventfs
+# description: Test file and directory ownership changes for eventfs
 
 original_group=`stat -c "%g" .`
 original_owner=`stat -c "%u" .`