Documentations: fix net_cachelines documentation build warning
authorCoco Li <lixiaoyan@google.com>
Mon, 4 Dec 2023 22:07:28 +0000 (22:07 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 6 Dec 2023 04:17:03 +0000 (20:17 -0800)
commit19b707c3f23a7923ab40732521123d9b59965cc4
tree06713ea3184b8169b9cdeb5ae10a3b9377cab691
parentfacd15dfd69122042502d99ab8c9f888b48ee994
Documentations: fix net_cachelines documentation build warning

Original errors:
Documentation/networking/net_cachelines/index.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Documentation/networking/net_cachelines/inet_connection_sock.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Documentation/networking/net_cachelines/inet_sock.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Documentation/networking/net_cachelines/net_device.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Documentation/networking/net_cachelines/netns_ipv4_sysctl.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Documentation/networking/net_cachelines/snmp.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent.
Documentation/networking/net_cachelines/tcp_sock.rst:3: WARNING: Explicit markup ends without a blank line; unexpected unindent.

Fixes: 14006f1d8fa2 ("Documentations: Analyze heavily used Networking related structs")
Signed-off-by: Coco Li <lixiaoyan@google.com>
Link: https://lore.kernel.org/r/20231204220728.746134-1-lixiaoyan@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/net_cachelines/index.rst
Documentation/networking/net_cachelines/inet_connection_sock.rst
Documentation/networking/net_cachelines/inet_sock.rst
Documentation/networking/net_cachelines/net_device.rst
Documentation/networking/net_cachelines/netns_ipv4_sysctl.rst
Documentation/networking/net_cachelines/snmp.rst
Documentation/networking/net_cachelines/tcp_sock.rst