From: Baruch Siach Date: Tue, 29 Dec 2020 09:08:38 +0000 (+0200) Subject: docs: networking: packet_mmap: fix formatting for C macros X-Git-Tag: howlett/maple/20220722_2~4057^2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=17e94567c57df3d9609e6bacaed9247c4f2629e2;p=users%2Fjedix%2Flinux-maple.git docs: networking: packet_mmap: fix formatting for C macros The citation of macro definitions should appear in a code block. Signed-off-by: Baruch Siach Link: https://lore.kernel.org/r/5cb47005e7a59b64299e038827e295822193384c.1609232919.git.baruch@tkos.co.il Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/networking/packet_mmap.rst b/Documentation/networking/packet_mmap.rst index 6c009ceb1183..f3646c80b019 100644 --- 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)