Skip to content

Commit a82a480

Browse files
Xianting Tianrostedt
authored andcommitted
ring-buffer: Fix typos in function ring_buffer_producer
Fix spelling and other typos Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Xianting Tian <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent b41db13 commit a82a480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/trace/ring_buffer_benchmark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@ static void ring_buffer_producer(void)
269269

270270
#ifndef CONFIG_PREEMPTION
271271
/*
272-
* If we are a non preempt kernel, the 10 second run will
272+
* If we are a non preempt kernel, the 10 seconds run will
273273
* stop everything while it runs. Instead, we will call
274274
* cond_resched and also add any time that was lost by a
275-
* rescedule.
275+
* reschedule.
276276
*
277277
* Do a cond resched at the same frequency we would wake up
278278
* the reader.

0 commit comments

Comments
 (0)