Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'networking-docs-section-headings-cleanup'

Bagas Sanjaya says:

====================
networking docs section headings cleanup

Just two net docs patches cleaning up section headings. The shortlog below
should be self-explanatory.
====================

Link: https://patch.msgid.link/20251017064525.28836-2-bagasdotme@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

+5 -3
+1 -1
Documentation/networking/6pack.rst
··· 94 94 function has been changed in the 2.1.8x kernels. 95 95 96 96 How to turn on 6pack support: 97 - ============================= 97 + ----------------------------- 98 98 99 99 - In the linux kernel configuration program, select the code maturity level 100 100 options menu and turn on the prompting for development drivers.
+4 -2
Documentation/networking/nfc.rst
··· 71 71 The userspace interface is divided in control operations and low-level data 72 72 exchange operation. 73 73 74 - CONTROL OPERATIONS: 74 + Control operations 75 + ------------------ 75 76 76 77 Generic netlink is used to implement the interface to the control operations. 77 78 The operations are composed by commands and events, all listed below: ··· 101 100 All polling operations requested through one netlink socket are stopped when 102 101 it's closed. 103 102 104 - LOW-LEVEL DATA EXCHANGE: 103 + Low-level data exchange 104 + ----------------------- 105 105 106 106 The userspace must use PF_NFC sockets to perform any data communication with 107 107 targets. All NFC sockets use AF_NFC::