Skip to content

Commit

Permalink
selftests/ftrace: func_event_triggers: fix typo in user message
Browse files Browse the repository at this point in the history
Correct typo of "it's" to "it".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: linux-kselftest@vger.kernel.org
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
  • Loading branch information
Randy Dunlap authored and Shuah Khan committed Oct 7, 2022
1 parent 83e14a5 commit cadf306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ run_enable_disable() {
echo $check_disable > $EVENT_ENABLE
done
sleep $SLEEP_TIME
echo " make sure it's still works"
echo " make sure it still works"
test_event_enabled $check_enable_star

reset_ftrace_filter
Expand Down

0 comments on commit cadf306

Please sign in to comment.