diff mbox series

[v1,net-next] Documentations: fix net_cachelines documentation build warning

Message ID 20231204220728.746134-1-lixiaoyan@google.com (mailing list archive)
State Accepted
Commit 19b707c3f23a7923ab40732521123d9b59965cc4
Delegated to: Netdev Maintainers
Headers show
Series [v1,net-next] Documentations: fix net_cachelines documentation build warning | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit fail Errors and warnings before: 8 this patch: 1115
netdev/cc_maintainers fail 1 blamed authors not CCed: shakeelb@google.com; 2 maintainers not CCed: linux-doc@vger.kernel.org shakeelb@google.com
netdev/build_clang success Errors and warnings before: 8 this patch: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 42 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Coco Li Dec. 4, 2023, 10:07 p.m. UTC
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>
---
 Documentation/networking/net_cachelines/index.rst                | 1 +
 Documentation/networking/net_cachelines/inet_connection_sock.rst | 1 +
 Documentation/networking/net_cachelines/inet_sock.rst            | 1 +
 Documentation/networking/net_cachelines/net_device.rst           | 1 +
 Documentation/networking/net_cachelines/netns_ipv4_sysctl.rst    | 1 +
 Documentation/networking/net_cachelines/snmp.rst                 | 1 +
 Documentation/networking/net_cachelines/tcp_sock.rst             | 1 +
 7 files changed, 7 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 6, 2023, 5 a.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  4 Dec 2023 22:07:28 +0000 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [v1,net-next] Documentations: fix net_cachelines documentation build warning
    https://git.kernel.org/netdev/net-next/c/19b707c3f23a

You are awesome, thank you!
diff mbox series

Patch

diff --git a/Documentation/networking/net_cachelines/index.rst b/Documentation/networking/net_cachelines/index.rst
index 6f1a99989bbd1..2669e4cda086b 100644
--- a/Documentation/networking/net_cachelines/index.rst
+++ b/Documentation/networking/net_cachelines/index.rst
@@ -1,5 +1,6 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 .. Copyright (C) 2023 Google LLC
+
 ===================================
 Common Networking Struct Cachelines
 ===================================
diff --git a/Documentation/networking/net_cachelines/inet_connection_sock.rst b/Documentation/networking/net_cachelines/inet_connection_sock.rst
index ad2b200147a67..7a911dc95652e 100644
--- a/Documentation/networking/net_cachelines/inet_connection_sock.rst
+++ b/Documentation/networking/net_cachelines/inet_connection_sock.rst
@@ -1,5 +1,6 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 .. Copyright (C) 2023 Google LLC
+
 =====================================================
 inet_connection_sock struct fast path usage breakdown
 =====================================================
diff --git a/Documentation/networking/net_cachelines/inet_sock.rst b/Documentation/networking/net_cachelines/inet_sock.rst
index 4077febdb9954..a2babd0d7954e 100644
--- a/Documentation/networking/net_cachelines/inet_sock.rst
+++ b/Documentation/networking/net_cachelines/inet_sock.rst
@@ -1,5 +1,6 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 .. Copyright (C) 2023 Google LLC
+
 =====================================================
 inet_connection_sock struct fast path usage breakdown
 =====================================================
diff --git a/Documentation/networking/net_cachelines/net_device.rst b/Documentation/networking/net_cachelines/net_device.rst
index 98508aa4f8009..6cab1b797739f 100644
--- a/Documentation/networking/net_cachelines/net_device.rst
+++ b/Documentation/networking/net_cachelines/net_device.rst
@@ -1,5 +1,6 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 .. Copyright (C) 2023 Google LLC
+
 ===========================================
 net_device struct fast path usage breakdown
 ===========================================
diff --git a/Documentation/networking/net_cachelines/netns_ipv4_sysctl.rst b/Documentation/networking/net_cachelines/netns_ipv4_sysctl.rst
index 47e1a01053848..9b87089a84c61 100644
--- a/Documentation/networking/net_cachelines/netns_ipv4_sysctl.rst
+++ b/Documentation/networking/net_cachelines/netns_ipv4_sysctl.rst
@@ -1,5 +1,6 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 .. Copyright (C) 2023 Google LLC
+
 ===========================================
 netns_ipv4 struct fast path usage breakdown
 ===========================================
diff --git a/Documentation/networking/net_cachelines/snmp.rst b/Documentation/networking/net_cachelines/snmp.rst
index 1eaeb8bc252c0..6a071538566c2 100644
--- a/Documentation/networking/net_cachelines/snmp.rst
+++ b/Documentation/networking/net_cachelines/snmp.rst
@@ -1,5 +1,6 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 .. Copyright (C) 2023 Google LLC
+
 ===========================================
 netns_ipv4 enum fast path usage breakdown
 ===========================================
diff --git a/Documentation/networking/net_cachelines/tcp_sock.rst b/Documentation/networking/net_cachelines/tcp_sock.rst
index 802ad22015d7f..97d7a5c8e01c0 100644
--- a/Documentation/networking/net_cachelines/tcp_sock.rst
+++ b/Documentation/networking/net_cachelines/tcp_sock.rst
@@ -1,5 +1,6 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 .. Copyright (C) 2023 Google LLC
+
 =========================================
 tcp_sock struct fast path usage breakdown
 =========================================