Commit aacb2a25 authored by John Levon's avatar John Levon Committed by Linus Torvalds

[PATCH] OProfile: fix stale comment

parent fed4d7bd
......@@ -168,10 +168,8 @@ void oprofile_add_sample(unsigned long eip, unsigned int is_kernel,
}
/* resets the cpu buffer to a sane state - should be called with
* cpu_buf->int_lock held
*/
void cpu_buffer_reset(struct oprofile_cpu_buffer *cpu_buf)
/* Resets the cpu buffer to a sane state. */
void cpu_buffer_reset(struct oprofile_cpu_buffer * cpu_buf)
{
/* reset these to invalid values; the next sample
* collected will populate the buffer with proper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment