[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1573916755-32478-1-git-send-email-xianting_tian@126.com>
Date: Sat, 16 Nov 2019 10:05:55 -0500
From: Xianting Tian <xianting_tian@....com>
To: rostedt@...dmis.org, mingo@...hat.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] ring-buffer: Fix typos in function ring_buffer_producer
Fix spelling and other typos
Signed-off-by: Xianting Tian <xianting_tian@....com>
---
kernel/trace/ring_buffer_benchmark.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/trace/ring_buffer_benchmark.c b/kernel/trace/ring_buffer_benchmark.c
index 09b0b49..32149e4 100644
--- a/kernel/trace/ring_buffer_benchmark.c
+++ b/kernel/trace/ring_buffer_benchmark.c
@@ -269,10 +269,10 @@ static void ring_buffer_producer(void)
#ifndef CONFIG_PREEMPTION
/*
- * If we are a non preempt kernel, the 10 second run will
+ * If we are a non preempt kernel, the 10 seconds run will
* stop everything while it runs. Instead, we will call
* cond_resched and also add any time that was lost by a
- * rescedule.
+ * reschedule.
*
* Do a cond resched at the same frequency we would wake up
* the reader.
--
1.8.3.1
Powered by blists - more mailing lists