lkml.org 
[lkml]   [2019]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] ftrace: fix spelling mistake "wakeing" -> "waking"
Date
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a trace_printk message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
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 *);
--
2.20.1
\
 
 \ /
  Last update: 2019-11-15 10:00    [W:1.307 / U:0.620 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site