Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -1268,7 +1268,7 @@ static int ftrace_update_code(struct module *mod)
|
||||
p->flags = 0L;
|
||||
|
||||
/*
|
||||
* Do the initial record convertion from mcount jump
|
||||
* Do the initial record conversion from mcount jump
|
||||
* to the NOP instructions.
|
||||
*/
|
||||
if (!ftrace_code_disable(mod, p)) {
|
||||
@@ -3425,7 +3425,7 @@ graph_init_task(struct task_struct *t, struct ftrace_ret_stack *ret_stack)
|
||||
atomic_set(&t->tracing_graph_pause, 0);
|
||||
atomic_set(&t->trace_overrun, 0);
|
||||
t->ftrace_timestamp = 0;
|
||||
/* make curr_ret_stack visable before we add the ret_stack */
|
||||
/* make curr_ret_stack visible before we add the ret_stack */
|
||||
smp_wmb();
|
||||
t->ret_stack = ret_stack;
|
||||
}
|
||||
|
||||
@@ -1478,7 +1478,7 @@ static inline unsigned long rb_page_entries(struct buffer_page *bpage)
|
||||
return local_read(&bpage->entries) & RB_WRITE_MASK;
|
||||
}
|
||||
|
||||
/* Size is determined by what has been commited */
|
||||
/* Size is determined by what has been committed */
|
||||
static inline unsigned rb_page_size(struct buffer_page *bpage)
|
||||
{
|
||||
return rb_page_commit(bpage);
|
||||
@@ -2932,7 +2932,7 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
|
||||
/*
|
||||
* cpu_buffer->pages just needs to point to the buffer, it
|
||||
* has no specific buffer page to point to. Lets move it out
|
||||
* of our way so we don't accidently swap it.
|
||||
* of our way so we don't accidentally swap it.
|
||||
*/
|
||||
cpu_buffer->pages = reader->list.prev;
|
||||
|
||||
|
||||
@@ -3239,7 +3239,7 @@ waitagain:
|
||||
trace_seq_init(&iter->seq);
|
||||
|
||||
/*
|
||||
* If there was nothing to send to user, inspite of consuming trace
|
||||
* If there was nothing to send to user, in spite of consuming trace
|
||||
* entries, go back to wait for more entries.
|
||||
*/
|
||||
if (sret == -EBUSY)
|
||||
|
||||
@@ -46,7 +46,7 @@ u64 notrace trace_clock_local(void)
|
||||
}
|
||||
|
||||
/*
|
||||
* trace_clock(): 'inbetween' trace clock. Not completely serialized,
|
||||
* trace_clock(): 'between' trace clock. Not completely serialized,
|
||||
* but not completely incorrect when crossing CPUs either.
|
||||
*
|
||||
* This is based on cpu_clock(), which will allow at most ~1 jiffy of
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
* in the structure.
|
||||
*
|
||||
* * for structures within structures, the format of the internal
|
||||
* structure is layed out. This allows the internal structure
|
||||
* structure is laid out. This allows the internal structure
|
||||
* to be deciphered for the format file. Although these macros
|
||||
* may become out of sync with the internal structure, they
|
||||
* will create a compile error if it happens. Since the
|
||||
|
||||
@@ -905,7 +905,7 @@ print_graph_prologue(struct trace_iterator *iter, struct trace_seq *s,
|
||||
*
|
||||
* returns 1 if
|
||||
* - we are inside irq code
|
||||
* - we just extered irq code
|
||||
* - we just entered irq code
|
||||
*
|
||||
* retunns 0 if
|
||||
* - funcgraph-interrupts option is set
|
||||
|
||||
@@ -80,7 +80,7 @@ static struct tracer_flags tracer_flags = {
|
||||
* skip the latency if the sequence has changed - some other section
|
||||
* did a maximum and could disturb our measurement with serial console
|
||||
* printouts, etc. Truly coinciding maximum latencies should be rare
|
||||
* and what happens together happens separately as well, so this doesnt
|
||||
* and what happens together happens separately as well, so this doesn't
|
||||
* decrease the validity of the maximum found:
|
||||
*/
|
||||
static __cacheline_aligned_in_smp unsigned long max_sequence;
|
||||
|
||||
@@ -1839,7 +1839,7 @@ static void unregister_probe_event(struct trace_probe *tp)
|
||||
kfree(tp->call.print_fmt);
|
||||
}
|
||||
|
||||
/* Make a debugfs interface for controling probe points */
|
||||
/* Make a debugfs interface for controlling probe points */
|
||||
static __init int init_kprobe_trace(void)
|
||||
{
|
||||
struct dentry *d_tracer;
|
||||
|
||||
Reference in New Issue
Block a user