Commit 8cbf22b3 authored by Ali Zahraee's avatar Ali Zahraee Committed by Shuah Khan
Browse files

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: default avatarAli Zahraee <ahzahraee@gmail.com>
Acked-by: default avatarMasami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 1901ae3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/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" .`