[PATCH net v2] Documentations: correct net_cachelines title for struct inet_sock

Haiyue Wang posted 1 patch 1 year, 11 months ago
There is a newer version of this series
Documentation/networking/net_cachelines/inet_sock.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH net v2] Documentations: correct net_cachelines title for struct inet_sock
Posted by Haiyue Wang 1 year, 11 months ago
It's 'inet_sock' fast path usage breakdown, not 'inet_connection_sock',
correct it.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
---
v2: Adjust the title length to the markup lines.
---
 Documentation/networking/net_cachelines/inet_sock.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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                                                     
-- 
2.43.2