mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
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: 14006f1d8f
("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>
This commit is contained in:
parent
facd15dfd6
commit
19b707c3f2
@ -1,5 +1,6 @@
|
|||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
.. Copyright (C) 2023 Google LLC
|
.. Copyright (C) 2023 Google LLC
|
||||||
|
|
||||||
===================================
|
===================================
|
||||||
Common Networking Struct Cachelines
|
Common Networking Struct Cachelines
|
||||||
===================================
|
===================================
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
.. Copyright (C) 2023 Google LLC
|
.. Copyright (C) 2023 Google LLC
|
||||||
|
|
||||||
=====================================================
|
=====================================================
|
||||||
inet_connection_sock struct fast path usage breakdown
|
inet_connection_sock struct fast path usage breakdown
|
||||||
=====================================================
|
=====================================================
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
.. Copyright (C) 2023 Google LLC
|
.. Copyright (C) 2023 Google LLC
|
||||||
|
|
||||||
=====================================================
|
=====================================================
|
||||||
inet_connection_sock struct fast path usage breakdown
|
inet_connection_sock struct fast path usage breakdown
|
||||||
=====================================================
|
=====================================================
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
.. Copyright (C) 2023 Google LLC
|
.. Copyright (C) 2023 Google LLC
|
||||||
|
|
||||||
===========================================
|
===========================================
|
||||||
net_device struct fast path usage breakdown
|
net_device struct fast path usage breakdown
|
||||||
===========================================
|
===========================================
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
.. Copyright (C) 2023 Google LLC
|
.. Copyright (C) 2023 Google LLC
|
||||||
|
|
||||||
===========================================
|
===========================================
|
||||||
netns_ipv4 struct fast path usage breakdown
|
netns_ipv4 struct fast path usage breakdown
|
||||||
===========================================
|
===========================================
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
.. Copyright (C) 2023 Google LLC
|
.. Copyright (C) 2023 Google LLC
|
||||||
|
|
||||||
===========================================
|
===========================================
|
||||||
netns_ipv4 enum fast path usage breakdown
|
netns_ipv4 enum fast path usage breakdown
|
||||||
===========================================
|
===========================================
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
.. Copyright (C) 2023 Google LLC
|
.. Copyright (C) 2023 Google LLC
|
||||||
|
|
||||||
=========================================
|
=========================================
|
||||||
tcp_sock struct fast path usage breakdown
|
tcp_sock struct fast path usage breakdown
|
||||||
=========================================
|
=========================================
|
||||||
|
Loading…
Reference in New Issue
Block a user