public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tracing: fix spelling mistake: "preapre" -> "prepare"
@ 2017-04-29 21:48 Colin King
  2017-11-10  1:52 ` Steven Rostedt
  0 siblings, 1 reply; 4+ messages in thread
From: Colin King @ 2017-04-29 21:48 UTC (permalink / raw)
  To: Steven Rostedt, Ingo Molnar; +Cc: linux-kernel

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

trivial fix to spelling mistake in message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 kernel/trace/trace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index beecf3f67159..76ab1d185322 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -8062,7 +8062,7 @@ __init static int tracer_alloc_buffers(void)
 	 * buffer. The memory will be removed once the "instance" is removed.
 	 */
 	ret = cpuhp_setup_state_multi(CPUHP_TRACE_RB_PREPARE,
-				      "trace/RB:preapre", trace_rb_cpu_prepare,
+				      "trace/RB:prepare", trace_rb_cpu_prepare,
 				      NULL);
 	if (ret < 0)
 		goto out_free_cpumask;
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] tracing: Fix spelling mistake "preapre" -> "prepare"
@ 2022-09-28 21:58 Colin Ian King
  2022-09-28 22:13 ` Steven Rostedt
  0 siblings, 1 reply; 4+ messages in thread
From: Colin Ian King @ 2022-09-28 21:58 UTC (permalink / raw)
  To: Steven Rostedt, Ingo Molnar; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in the trace text. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 kernel/trace/trace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index d3005279165d..623c5691ab21 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -10091,7 +10091,7 @@ __init static int tracer_alloc_buffers(void)
 	 * buffer. The memory will be removed once the "instance" is removed.
 	 */
 	ret = cpuhp_setup_state_multi(CPUHP_TRACE_RB_PREPARE,
-				      "trace/RB:preapre", trace_rb_cpu_prepare,
+				      "trace/RB:prepare", trace_rb_cpu_prepare,
 				      NULL);
 	if (ret < 0)
 		goto out_free_cpumask;
-- 
2.37.1


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

end of thread, other threads:[~2022-09-28 22:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-29 21:48 [PATCH] tracing: fix spelling mistake: "preapre" -> "prepare" Colin King
2017-11-10  1:52 ` Steven Rostedt
  -- strict thread matches above, loose matches on Subject: below --
2022-09-28 21:58 [PATCH] tracing: Fix spelling mistake " Colin Ian King
2022-09-28 22:13 ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox