projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e31be
)
docs: networking: packet_mmap: fix formatting for C macros
author
Baruch Siach
<baruch@tkos.co.il>
Tue, 29 Dec 2020 09:08:38 +0000
(11:08 +0200)
committer
Jakub Kicinski
<kuba@kernel.org>
Mon, 4 Jan 2021 21:21:46 +0000
(13:21 -0800)
The citation of macro definitions should appear in a code block.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Link:
https://lore.kernel.org/r/5cb47005e7a59b64299e038827e295822193384c.1609232919.git.baruch@tkos.co.il
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/packet_mmap.rst
patch
|
blob
|
history
diff --git
a/Documentation/networking/packet_mmap.rst
b/Documentation/networking/packet_mmap.rst
index 6c009ceb118323233fb38223d7e5d3a61a51a706..f3646c80b019ccc5f3cc5f2d03b8c8ce5e1a3ef3 100644
(file)
--- a/
Documentation/networking/packet_mmap.rst
+++ b/
Documentation/networking/packet_mmap.rst
@@
-437,7
+437,7
@@
and the following flags apply:
Capture process
^^^^^^^^^^^^^^^
- from include/linux/if_packet.h
+From include/linux/if_packet.h::
#define TP_STATUS_COPY (1 << 1)
#define TP_STATUS_LOSING (1 << 2)