ring-buffer: Fix mispelling of Calculate
It's not "Caculate". Link: http://lkml.kernel.org/r/20181101154640.23162-1-tiny.windzz@gmail.com Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
parent
3dd1f7f24f
commit
5c173bedb2
|
@ -362,7 +362,7 @@ static void ring_buffer_producer(void)
|
||||||
hit--; /* make it non zero */
|
hit--; /* make it non zero */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Caculate the average time in nanosecs */
|
/* Calculate the average time in nanosecs */
|
||||||
avg = NSEC_PER_MSEC / (hit + missed);
|
avg = NSEC_PER_MSEC / (hit + missed);
|
||||||
trace_printk("%ld ns per entry\n", avg);
|
trace_printk("%ld ns per entry\n", avg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue