Skip to content

Commit

Permalink
ring_buffer: update description for ring_buffer_alloc()
Browse files Browse the repository at this point in the history
Trivial patch.

Cc: Steven Rostedt <[email protected]>
Signed-off-by: Robert Richter <[email protected]>
  • Loading branch information
Robert Richter committed Dec 10, 2008
1 parent 37ca5eb commit 68814b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ extern int ring_buffer_page_too_big(void);

/**
* ring_buffer_alloc - allocate a new ring_buffer
* @size: the size in bytes that is needed.
* @size: the size in bytes per cpu that is needed.
* @flags: attributes to set for the ring buffer.
*
* Currently the only flag that is available is the RB_FL_OVERWRITE
Expand Down

0 comments on commit 68814b5

Please sign in to comment.