Skip to content

Commit a92a35c

Browse files
creiter32andrewboie
authored andcommitted
doc: fix list formatting in ring_buffer
There is one level of spaces too much which leads to incorrect formatting. Signed-off-by: Christoph Reiter <[email protected]>
1 parent 1aaa3d2 commit a92a35c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/reference/kernel/other/ring_buffers.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ A :dfn:`ring buffer` is a circular buffer, whose contents are stored in
77
first-in-first-out order. Two content data modes are supported:
88

99
* **Data item mode**: Multiple 32-bit word data items with metadata
10-
can be enqueued and dequeued from the ring buffer in
11-
chunks of up to 1020 bytes. Each data item also has two
12-
associated metadata values: a type identifier and a 16-bit
13-
integer value, both of which are application-specific.
10+
can be enqueued and dequeued from the ring buffer in
11+
chunks of up to 1020 bytes. Each data item also has two
12+
associated metadata values: a type identifier and a 16-bit
13+
integer value, both of which are application-specific.
14+
1415
* **Byte mode**: raw bytes can be enqueued and dequeued.
1516

1617
.. contents::

0 commit comments

Comments
 (0)