Re: [PATCH][next] ftrace: fix spelling mistake "wakeing" -> "waking"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 15/11/2019 15:54, Steven Rostedt wrote:
> On Fri, 15 Nov 2019 08:59:38 +0000
> Colin King <colin.king@xxxxxxxxxxxxx> wrote:
> 
>> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>>
>> There is a spelling mistake in a trace_printk message. Fix it.
> 
> As this breaks the selftests, I'm folding this patch into the one that
> you sent that updates the selftests as well.

OK, thanks for that, much appreciated.

Colin

> 
> -- Steve
> 
>>
>> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>> ---
>>  samples/ftrace/ftrace-direct.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/samples/ftrace/ftrace-direct.c b/samples/ftrace/ftrace-direct.c
>> index 1483f067b000..a2e3063bd306 100644
>> --- a/samples/ftrace/ftrace-direct.c
>> +++ b/samples/ftrace/ftrace-direct.c
>> @@ -6,7 +6,7 @@
>>  
>>  void my_direct_func(struct task_struct *p)
>>  {
>> -	trace_printk("wakeing up %s-%d\n", p->comm, p->pid);
>> +	trace_printk("waking up %s-%d\n", p->comm, p->pid);
>>  }
>>  
>>  extern void my_tramp(void *);
> 




[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux