Re: [PATCH] selftests/ftrace: func_event_triggers: fix typo in user message

From: Steven Rostedt
Date: Mon Jul 11 2022 - 20:36:07 EST


On Wed, 5 Jan 2022 18:56:09 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> On Sat, 25 Dec 2021 18:32:04 -0800
> Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> > Correct typo of "it's" to "it".
> >
>
> Shuah, want to take this?

I guess this fell through the cracks.

Shuah?

-- Steve

>
> > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> > Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
> > Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> > Cc: Shuah Khan <shuah@xxxxxxxxxx>
> > Cc: linux-kselftest@xxxxxxxxxxxxxxx
> > ---
> > tools/testing/selftests/ftrace/test.d/ftrace/func_event_triggers.tc | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > --- linux-next-20211224.orig/tools/testing/selftests/ftrace/test.d/ftrace/func_event_triggers.tc
> > +++ linux-next-20211224/tools/testing/selftests/ftrace/test.d/ftrace/func_event_triggers.tc
> > @@ -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
>