diff options
| author | Haiyue Wang <haiyue.wang@intel.com> | 2024-02-27 01:09:16 +0800 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2024-02-28 11:25:37 +0000 | 
| commit | 4adfc94d4aeca1177e1188ba83c20ed581523fe1 (patch) | |
| tree | 1a313e529e21e9c8613e6669e3855f79765ccbcb | |
| parent | 8af411bbba1f457c33734795f024d0ef26d0963f (diff) | |
Documentations: correct net_cachelines title for struct inet_sock
The fast path usage breakdown describes the detail for 'inet_sock', fix
the markup title.
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | Documentation/networking/net_cachelines/inet_sock.rst | 6 | 
1 files 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                                                      | 
