diff mbox series

[net,v3] Documentations: correct net_cachelines title for struct inet_sock

Message ID 20240226171254.4066289-1-haiyue.wang@intel.com (mailing list archive)
State Accepted
Commit 4adfc94d4aeca1177e1188ba83c20ed581523fe1
Delegated to: Netdev Maintainers
Headers show
Series [net,v3] Documentations: correct net_cachelines title for struct inet_sock | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 6 of 6 maintainers
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 No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 12 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
netdev/contest success net-next-2024-02-27--03-00 (tests: 1456)

Commit Message

Wang, Haiyue Feb. 26, 2024, 5:09 p.m. UTC
The fast path usage breakdown describes the detail for 'inet_sock', fix
the markup title.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
---
v3:
  - Update the git commit message.
  - Stop using the git '--in-reply-to' to reply.

v2: https://lore.kernel.org/netdev/20240226165821.4062854-1-haiyue.wang@intel.com/
   - Adjust the title length to the markup lines.

v1: https://lore.kernel.org/netdev/20240223120215.2300560-1-haiyue.wang@intel.com/
---
 Documentation/networking/net_cachelines/inet_sock.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 28, 2024, 11:30 a.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue, 27 Feb 2024 01:09:16 +0800 you wrote:
> The fast path usage breakdown describes the detail for 'inet_sock', fix
> the markup title.
> 
> Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
> ---
> v3:
>   - Update the git commit message.
>   - Stop using the git '--in-reply-to' to reply.
> 
> [...]

Here is the summary with links:
  - [net,v3] Documentations: correct net_cachelines title for struct inet_sock
    https://git.kernel.org/netdev/net/c/4adfc94d4aec

You are awesome, thank you!
diff mbox series

Patch

diff --git a/Documentation/networking/net_cachelines/inet_sock.rst b/Documentation/networking/net_cachelines/inet_sock.rst
index a2babd0d7954..595d7ef5fc8b 100644
--- a/Documentation/networking/net_cachelines/inet_sock.rst
+++ b/Documentation/networking/net_cachelines/inet_sock.rst
@@ -1,9 +1,9 @@ 
 .. SPDX-License-Identifier: GPL-2.0
 .. Copyright (C) 2023 Google LLC
 
-=====================================================
-inet_connection_sock struct fast path usage breakdown
-=====================================================
+==========================================
+inet_sock struct fast path usage breakdown
+==========================================
 
 Type                    Name                  fastpath_tx_access  fastpath_rx_access  comment
 ..struct                ..inet_sock