selftests: ftrace: fix typo in test description
authorAli Zahraee <ahzahraee@gmail.com>
Wed, 31 Jan 2024 13:33:06 +0000 (14:33 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 20 Feb 2024 21:48:32 +0000 (14:48 -0700)
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>
tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc

index add7d5bf585de51a86450997debc174ef9cbf85a..c45094d1e1d2db2e812f7a7480256f581b63b3b8 100644 (file)
@@ -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" .`