From: Ali Zahraee Date: Wed, 31 Jan 2024 13:33:06 +0000 (+0100) Subject: selftests: ftrace: fix typo in test description X-Git-Tag: v6.9-rc1~224^2~22 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=8cbf22b3dcf0c89d1df1a8e106295b349607eb5b;p=linux%2F.git 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 Acked-by: Masami Hiramatsu (Google) Signed-off-by: Shuah Khan --- 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" .`