Commit 68814b58 authored by Robert Richter's avatar Robert Richter

ring_buffer: update description for ring_buffer_alloc()

Trivial patch.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 37ca5eb3
...@@ -381,7 +381,7 @@ extern int ring_buffer_page_too_big(void); ...@@ -381,7 +381,7 @@ extern int ring_buffer_page_too_big(void);
/** /**
* ring_buffer_alloc - allocate a new ring_buffer * 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. * @flags: attributes to set for the ring buffer.
* *
* Currently the only flag that is available is the RB_FL_OVERWRITE * Currently the only flag that is available is the RB_FL_OVERWRITE
......
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