[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240223120215.2300560-1-haiyue.wang@intel.com>
Date: Fri, 23 Feb 2024 20:02:12 +0800
From: Haiyue Wang <haiyue.wang@...el.com>
To: netdev@...r.kernel.org,
lixiaoyan@...gle.com
Cc: Haiyue Wang <haiyue.wang@...el.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Jonathan Corbet <corbet@....net>,
linux-doc@...r.kernel.org (open list:DOCUMENTATION),
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH net v1] Documentations: correct net_cachelines title for struct inet_sock
It's 'inet_sock' fast path usage breakdown, not 'inet_connection_sock',
correct it.
Signed-off-by: Haiyue Wang <haiyue.wang@...el.com>
---
Documentation/networking/net_cachelines/inet_sock.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/net_cachelines/inet_sock.rst b/Documentation/networking/net_cachelines/inet_sock.rst
index a2babd0d7954..868361b4792d 100644
--- a/Documentation/networking/net_cachelines/inet_sock.rst
+++ b/Documentation/networking/net_cachelines/inet_sock.rst
@@ -2,7 +2,7 @@
.. 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
--
2.43.2
Powered by blists - more mailing lists