linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
@ 2018-03-29 17:24 Colin King
  2018-03-29 17:31 ` Steven Rostedt
  2018-04-02  6:58 ` Masami Hiramatsu
  0 siblings, 2 replies; 10+ messages in thread
From: Colin King @ 2018-03-29 17:24 UTC (permalink / raw)
  To: Steven Rostedt, Ingo Molnar, Shuah Khan, Masami Hiramatsu,
	linux-kselftest
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
index c5ef8b9d02b3..1b8faf4c318c 100644
--- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
+++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
@@ -35,7 +35,7 @@ do_reset
 
 reset_trigger
 
-echo "Test histogram multiple tiggers"
+echo "Test histogram multiple triggers"
 
 echo 'hist:keys=parent_pid:vals=child_pid' > events/sched/sched_process_fork/trigger
 echo 'hist:keys=parent_comm:vals=child_pid' >> events/sched/sched_process_fork/trigger
-- 
2.15.1


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

* Re: [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
  2018-03-29 17:24 [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers" Colin King
@ 2018-03-29 17:31 ` Steven Rostedt
  2018-03-29 17:47   ` Colin Ian King
  2018-04-02  6:58 ` Masami Hiramatsu
  1 sibling, 1 reply; 10+ messages in thread
From: Steven Rostedt @ 2018-03-29 17:31 UTC (permalink / raw)
  To: Colin King
  Cc: Ingo Molnar, Shuah Khan, Masami Hiramatsu, linux-kselftest,
	kernel-janitors, linux-kernel

On Thu, 29 Mar 2018 18:24:31 +0100
Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in message text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
> index c5ef8b9d02b3..1b8faf4c318c 100644
> --- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
> +++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
> @@ -35,7 +35,7 @@ do_reset
>  
>  reset_trigger
>  
> -echo "Test histogram multiple tiggers"

Oh Pooh! (/me wonders who gets that)

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

-- Steve

> +echo "Test histogram multiple triggers"
>  
>  echo 'hist:keys=parent_pid:vals=child_pid' > events/sched/sched_process_fork/trigger
>  echo 'hist:keys=parent_comm:vals=child_pid' >> events/sched/sched_process_fork/trigger


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

* Re: [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
  2018-03-29 17:31 ` Steven Rostedt
@ 2018-03-29 17:47   ` Colin Ian King
  2018-03-29 17:54     ` Shuah Khan
  0 siblings, 1 reply; 10+ messages in thread
From: Colin Ian King @ 2018-03-29 17:47 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Ingo Molnar, Shuah Khan, Masami Hiramatsu, linux-kselftest,
	kernel-janitors, linux-kernel

On 29/03/18 18:31, Steven Rostedt wrote:
> On Thu, 29 Mar 2018 18:24:31 +0100
> Colin King <colin.king@canonical.com> wrote:
> 
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> Trivial fix to spelling mistake in message text
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
>> ---
>>  tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
>> index c5ef8b9d02b3..1b8faf4c318c 100644
>> --- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
>> +++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
>> @@ -35,7 +35,7 @@ do_reset
>>  
>>  reset_trigger
>>  
>> -echo "Test histogram multiple tiggers"
> 
> Oh Pooh! (/me wonders who gets that)

Just a smackerel of folk.


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

* Re: [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
  2018-03-29 17:47   ` Colin Ian King
@ 2018-03-29 17:54     ` Shuah Khan
  2018-03-29 18:04       ` Steven Rostedt
  0 siblings, 1 reply; 10+ messages in thread
From: Shuah Khan @ 2018-03-29 17:54 UTC (permalink / raw)
  To: Colin Ian King, Steven Rostedt
  Cc: Ingo Molnar, Masami Hiramatsu, linux-kselftest, kernel-janitors,
	linux-kernel, Shuah Khan, Shuah Khan

On 03/29/2018 11:47 AM, Colin Ian King wrote:
> On 29/03/18 18:31, Steven Rostedt wrote:
>> On Thu, 29 Mar 2018 18:24:31 +0100
>> Colin King <colin.king@canonical.com> wrote:
>>
>>> From: Colin Ian King <colin.king@canonical.com>
>>>
>>> Trivial fix to spelling mistake in message text
>>>
>>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
>>> ---
>>>  tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
>>> index c5ef8b9d02b3..1b8faf4c318c 100644
>>> --- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
>>> +++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
>>> @@ -35,7 +35,7 @@ do_reset
>>>  
>>>  reset_trigger
>>>  
>>> -echo "Test histogram multiple tiggers"
>>
>> Oh Pooh! (/me wonders who gets that)
> 
> Just a smackerel of folk.
> 
>

 
t-i-double-guh-er! that spells tigger!

I will pick this up with your Ack Steve, unless you want include
it in your pull request.

Acked-by: Shuah Khan <shuahkh@osg.samsung.com>

thanks,
-- Shuah

thanks,
-- Shuah



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

* Re: [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
  2018-03-29 17:54     ` Shuah Khan
@ 2018-03-29 18:04       ` Steven Rostedt
  2018-03-30 15:51         ` Shuah Khan
  0 siblings, 1 reply; 10+ messages in thread
From: Steven Rostedt @ 2018-03-29 18:04 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Colin Ian King, Ingo Molnar, Masami Hiramatsu, linux-kselftest,
	kernel-janitors, linux-kernel, Shuah Khan

On Thu, 29 Mar 2018 11:54:28 -0600
Shuah Khan <shuah@kernel.org> wrote:

> I will pick this up with your Ack Steve, unless you want include
> it in your pull request.

You or Janitors can take it.

Thanks!

-- Steve

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

* Re: [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
  2018-03-29 18:04       ` Steven Rostedt
@ 2018-03-30 15:51         ` Shuah Khan
  2018-04-03 10:07           ` Dan Carpenter
  0 siblings, 1 reply; 10+ messages in thread
From: Shuah Khan @ 2018-03-30 15:51 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Colin Ian King, Ingo Molnar, Masami Hiramatsu, linux-kselftest,
	kernel-janitors, linux-kernel, Shuah Khan, Shuah Khan

On 03/29/2018 12:04 PM, Steven Rostedt wrote:
> On Thu, 29 Mar 2018 11:54:28 -0600
> Shuah Khan <shuah@kernel.org> wrote:
> 
>> I will pick this up with your Ack Steve, unless you want include
>> it in your pull request.
> 
> You or Janitors can take it.
> 

Okay we can leave it to the Janitors then.

thanks,
-- Shuah

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

* Re: [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
  2018-03-29 17:24 [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers" Colin King
  2018-03-29 17:31 ` Steven Rostedt
@ 2018-04-02  6:58 ` Masami Hiramatsu
  1 sibling, 0 replies; 10+ messages in thread
From: Masami Hiramatsu @ 2018-04-02  6:58 UTC (permalink / raw)
  To: Colin King
  Cc: Steven Rostedt, Ingo Molnar, Shuah Khan, linux-kselftest,
	kernel-janitors, linux-kernel

On Thu, 29 Mar 2018 18:24:31 +0100
Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in message text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Oops, thanks!

Acked-by: Masami Hiramatsu <mhiramat@kernel.org>

> ---
>  tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
> index c5ef8b9d02b3..1b8faf4c318c 100644
> --- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
> +++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-multihist.tc
> @@ -35,7 +35,7 @@ do_reset
>  
>  reset_trigger
>  
> -echo "Test histogram multiple tiggers"
> +echo "Test histogram multiple triggers"
>  
>  echo 'hist:keys=parent_pid:vals=child_pid' > events/sched/sched_process_fork/trigger
>  echo 'hist:keys=parent_comm:vals=child_pid' >> events/sched/sched_process_fork/trigger
> -- 
> 2.15.1
> 


-- 
Masami Hiramatsu <mhiramat@kernel.org>

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

* Re: [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
  2018-03-30 15:51         ` Shuah Khan
@ 2018-04-03 10:07           ` Dan Carpenter
  2018-04-03 11:59             ` Steven Rostedt
  0 siblings, 1 reply; 10+ messages in thread
From: Dan Carpenter @ 2018-04-03 10:07 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Steven Rostedt, Colin Ian King, Ingo Molnar, Masami Hiramatsu,
	linux-kselftest, kernel-janitors, linux-kernel, Shuah Khan

On Fri, Mar 30, 2018 at 09:51:21AM -0600, Shuah Khan wrote:
> On 03/29/2018 12:04 PM, Steven Rostedt wrote:
> > On Thu, 29 Mar 2018 11:54:28 -0600
> > Shuah Khan <shuah@kernel.org> wrote:
> > 
> >> I will pick this up with your Ack Steve, unless you want include
> >> it in your pull request.
> > 
> > You or Janitors can take it.
> > 
> 
> Okay we can leave it to the Janitors then.
>

There isn't a Janitor tree...

regards,
dan carpenter

 

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

* Re: [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
  2018-04-03 10:07           ` Dan Carpenter
@ 2018-04-03 11:59             ` Steven Rostedt
  2018-04-03 12:02               ` Julia Lawall
  0 siblings, 1 reply; 10+ messages in thread
From: Steven Rostedt @ 2018-04-03 11:59 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Shuah Khan, Colin Ian King, Ingo Molnar, Masami Hiramatsu,
	linux-kselftest, kernel-janitors, linux-kernel, Shuah Khan,
	trivial

On Tue, 3 Apr 2018 13:07:05 +0300
Dan Carpenter <dan.carpenter@oracle.com> wrote:

> On Fri, Mar 30, 2018 at 09:51:21AM -0600, Shuah Khan wrote:
> > On 03/29/2018 12:04 PM, Steven Rostedt wrote:  
> > > On Thu, 29 Mar 2018 11:54:28 -0600
> > > Shuah Khan <shuah@kernel.org> wrote:
> > >   
> > >> I will pick this up with your Ack Steve, unless you want include
> > >> it in your pull request.  
> > > 
> > > You or Janitors can take it.
> > >   
> > 
> > Okay we can leave it to the Janitors then.
> >  
> 
> There isn't a Janitor tree...
> 

But there is a trivial tree. I guess the confusion was that
kernel-janitors@vger.kernel.org was Cc'd. Where do their work go?

-- Steve

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

* Re: [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers"
  2018-04-03 11:59             ` Steven Rostedt
@ 2018-04-03 12:02               ` Julia Lawall
  0 siblings, 0 replies; 10+ messages in thread
From: Julia Lawall @ 2018-04-03 12:02 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Dan Carpenter, Shuah Khan, Colin Ian King, Ingo Molnar,
	Masami Hiramatsu, linux-kselftest, kernel-janitors, linux-kernel,
	Shuah Khan, trivial



On Tue, 3 Apr 2018, Steven Rostedt wrote:

> On Tue, 3 Apr 2018 13:07:05 +0300
> Dan Carpenter <dan.carpenter@oracle.com> wrote:
>
> > On Fri, Mar 30, 2018 at 09:51:21AM -0600, Shuah Khan wrote:
> > > On 03/29/2018 12:04 PM, Steven Rostedt wrote:
> > > > On Thu, 29 Mar 2018 11:54:28 -0600
> > > > Shuah Khan <shuah@kernel.org> wrote:
> > > >
> > > >> I will pick this up with your Ack Steve, unless you want include
> > > >> it in your pull request.
> > > >
> > > > You or Janitors can take it.
> > > >
> > >
> > > Okay we can leave it to the Janitors then.
> > >
> >
> > There isn't a Janitor tree...
> >
>
> But there is a trivial tree. I guess the confusion was that
> kernel-janitors@vger.kernel.org was Cc'd. Where do their work go?

kernel-janitors@vger.kernel.org is just a mailing list that lets people
see what other people are doing.

julia

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

end of thread, other threads:[~2018-04-03 12:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29 17:24 [PATCH] selftests/ftrace: fix spelling mistake: "tiggers" -> "triggers" Colin King
2018-03-29 17:31 ` Steven Rostedt
2018-03-29 17:47   ` Colin Ian King
2018-03-29 17:54     ` Shuah Khan
2018-03-29 18:04       ` Steven Rostedt
2018-03-30 15:51         ` Shuah Khan
2018-04-03 10:07           ` Dan Carpenter
2018-04-03 11:59             ` Steven Rostedt
2018-04-03 12:02               ` Julia Lawall
2018-04-02  6:58 ` Masami Hiramatsu

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).