Skip to content

Commit 8cbf22b

Browse files
ahzahraeeshuahkh
authored andcommitted
selftests: ftrace: fix typo in test description
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> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 1901ae3 commit 8cbf22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# SPDX-License-Identifier: GPL-2.0
3-
# description: Test file and directory owership changes for eventfs
3+
# description: Test file and directory ownership changes for eventfs
44

55
original_group=`stat -c "%g" .`
66
original_owner=`stat -c "%u" .`

0 commit comments

Comments
 (0)