Commit e245ef8a authored by Dave Thaler's avatar Dave Thaler Committed by Alexei Starovoitov

bpf, docs: Fix instruction.rst indentation

The table captions patch corrected indented most tables to work with
the table directive for adding a caption but missed two of them.
Signed-off-by: default avatarDave Thaler <dthaler1968@gmail.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20240526061815.22497-1-dthaler1968@gmail.comSigned-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent f980f13e
...@@ -681,13 +681,13 @@ two complex atomic operations: ...@@ -681,13 +681,13 @@ two complex atomic operations:
.. table:: Complex atomic operations .. table:: Complex atomic operations
=========== ================ =========================== =========== ================ ===========================
imm value description imm value description
=========== ================ =========================== =========== ================ ===========================
FETCH 0x01 modifier: return old value FETCH 0x01 modifier: return old value
XCHG 0xe0 | FETCH atomic exchange XCHG 0xe0 | FETCH atomic exchange
CMPXCHG 0xf0 | FETCH atomic compare and exchange CMPXCHG 0xf0 | FETCH atomic compare and exchange
=========== ================ =========================== =========== ================ ===========================
The ``FETCH`` modifier is optional for simple atomic operations, and The ``FETCH`` modifier is optional for simple atomic operations, and
always set for the complex atomic operations. If the ``FETCH`` flag always set for the complex atomic operations. If the ``FETCH`` flag
......
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