Skip to content

Commit 66ac53a

Browse files
rschwebelJakub Kicinski
authored andcommitted
docs: networking: nfc: change headlines to sphinx syntax
The headlines in this file do are not in the standard kernel docu- mentation headline format. Change it, so this file can be switched to rst in the future. Signed-off-by: Robert Schwebel <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent a5d66f8 commit 66ac53a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/networking/nfc.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
===================
12
Linux NFC subsystem
23
===================
34

@@ -8,7 +9,7 @@ This document covers the architecture overview, the device driver interface
89
description and the userspace interface description.
910

1011
Architecture overview
11-
---------------------
12+
=====================
1213

1314
The NFC subsystem is responsible for:
1415
- NFC adapters management;
@@ -51,7 +52,7 @@ PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets.
5152
+-----------+
5253

5354
Device Driver Interface
54-
-----------------------
55+
=======================
5556

5657
When registering on the NFC subsystem, the device driver must inform the core
5758
of the set of supported NFC protocols and the set of ops callbacks. The ops
@@ -64,7 +65,7 @@ callbacks that must be implemented are the following:
6465
* data_exchange - send data and receive the response (transceive operation)
6566

6667
Userspace interface
67-
--------------------
68+
===================
6869

6970
The userspace interface is divided in control operations and low-level data
7071
exchange operation.

0 commit comments

Comments
 (0)