linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc
@ 2019-08-03  0:01 Masanari Iida
  2019-08-03  0:03 ` Randy Dunlap
  2019-08-30 21:31 ` Steven Rostedt
  0 siblings, 2 replies; 5+ messages in thread
From: Masanari Iida @ 2019-08-03  0:01 UTC (permalink / raw)
  To: linux-kernel, shuah, rostedt, mingo, linux-kselftest; +Cc: Masanari Iida

This patch fixes a spelling typo in tigger-snapshot.tc

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 .../testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
index 7717c0a09686..ac738500d17f 100644
--- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
+++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
@@ -28,7 +28,7 @@ if [ -z "$FEATURE" ]; then
     exit_unsupported
 fi
 
-echo "Test snapshot tigger"
+echo "Test snapshot trigger"
 echo 0 > snapshot
 echo 1 > events/sched/sched_process_fork/enable
 ( echo "forked")
-- 
2.23.0.rc0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc
  2019-08-03  0:01 [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc Masanari Iida
@ 2019-08-03  0:03 ` Randy Dunlap
  2019-08-30 21:31 ` Steven Rostedt
  1 sibling, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2019-08-03  0:03 UTC (permalink / raw)
  To: Masanari Iida, linux-kernel, shuah, rostedt, mingo, linux-kselftest

On 8/2/19 5:01 PM, Masanari Iida wrote:
> This patch fixes a spelling typo in tigger-snapshot.tc

typo:)                                trigger-


> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  .../testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
> index 7717c0a09686..ac738500d17f 100644
> --- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
> +++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
> @@ -28,7 +28,7 @@ if [ -z "$FEATURE" ]; then
>      exit_unsupported
>  fi
>  
> -echo "Test snapshot tigger"
> +echo "Test snapshot trigger"
>  echo 0 > snapshot
>  echo 1 > events/sched/sched_process_fork/enable
>  ( echo "forked")
> 


-- 
~Randy

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc
  2019-08-03  0:01 [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc Masanari Iida
  2019-08-03  0:03 ` Randy Dunlap
@ 2019-08-30 21:31 ` Steven Rostedt
  2019-08-30 21:47   ` shuah
  1 sibling, 1 reply; 5+ messages in thread
From: Steven Rostedt @ 2019-08-30 21:31 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, shuah, mingo, linux-kselftest

On Sat,  3 Aug 2019 09:01:26 +0900
Masanari Iida <standby24x7@gmail.com> wrote:

> This patch fixes a spelling typo in tigger-snapshot.tc
> 

As Randy said: "trigger-snapshot.tc"

Shuah, can you take this?

Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

-- Steve

> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  .../testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
> index 7717c0a09686..ac738500d17f 100644
> --- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
> +++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
> @@ -28,7 +28,7 @@ if [ -z "$FEATURE" ]; then
>      exit_unsupported
>  fi
>  
> -echo "Test snapshot tigger"
> +echo "Test snapshot trigger"
>  echo 0 > snapshot
>  echo 1 > events/sched/sched_process_fork/enable
>  ( echo "forked")


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc
  2019-08-30 21:31 ` Steven Rostedt
@ 2019-08-30 21:47   ` shuah
  2019-08-30 22:06     ` Steven Rostedt
  0 siblings, 1 reply; 5+ messages in thread
From: shuah @ 2019-08-30 21:47 UTC (permalink / raw)
  To: Steven Rostedt, Masanari Iida; +Cc: linux-kernel, mingo, linux-kselftest, shuah

On 8/30/19 3:31 PM, Steven Rostedt wrote:
> On Sat,  3 Aug 2019 09:01:26 +0900
> Masanari Iida <standby24x7@gmail.com> wrote:
> 
>> This patch fixes a spelling typo in tigger-snapshot.tc
>>
> 
> As Randy said: "trigger-snapshot.tc"
> 
> Shuah, can you take this?
> 
> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
> 

Done. Applied with typo fix to the commit log.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc
  2019-08-30 21:47   ` shuah
@ 2019-08-30 22:06     ` Steven Rostedt
  0 siblings, 0 replies; 5+ messages in thread
From: Steven Rostedt @ 2019-08-30 22:06 UTC (permalink / raw)
  To: shuah; +Cc: Masanari Iida, linux-kernel, mingo, linux-kselftest

On Fri, 30 Aug 2019 15:47:01 -0600
shuah <shuah@kernel.org> wrote:

> On 8/30/19 3:31 PM, Steven Rostedt wrote:
> > On Sat,  3 Aug 2019 09:01:26 +0900
> > Masanari Iida <standby24x7@gmail.com> wrote:
> >   
> >> This patch fixes a spelling typo in tigger-snapshot.tc
> >>  
> > 
> > As Randy said: "trigger-snapshot.tc"
> > 
> > Shuah, can you take this?
> > 
> > Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
> >   
> 
> Done. Applied with typo fix to the commit log.
> 

Thanks Shuah!

-- Steve

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-30 22:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-03  0:01 [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc Masanari Iida
2019-08-03  0:03 ` Randy Dunlap
2019-08-30 21:31 ` Steven Rostedt
2019-08-30 21:47   ` shuah
2019-08-30 22:06     ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).