Skip to content

Commit c0b96e8

Browse files
rschwebelJakub Kicinski
authored andcommitted
docs: networking: nfc: change block diagram to sphinx syntax
Change the block diagram to match the sphinx syntax. This will make it possible to switch this file to rst in the future. Signed-off-by: Robert Schwebel <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 66ac53a commit c0b96e8

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

Documentation/networking/nfc.txt

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,31 @@ The control operations are available to userspace via generic netlink.
2626
The low-level data exchange interface is provided by the new socket family
2727
PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets.
2828

29-
30-
+--------------------------------------+
31-
| USER SPACE |
32-
+--------------------------------------+
33-
^ ^
34-
| low-level | control
35-
| data exchange | operations
36-
| |
37-
| v
38-
| +-----------+
39-
| AF_NFC | netlink |
40-
| socket +-----------+
41-
| raw ^
42-
| |
43-
v v
44-
+---------+ +-----------+
45-
| rawsock | <--------> | core |
46-
+---------+ +-----------+
47-
^
48-
|
49-
v
50-
+-----------+
51-
| driver |
52-
+-----------+
29+
.. code-block:: none
30+
31+
+--------------------------------------+
32+
| USER SPACE |
33+
+--------------------------------------+
34+
^ ^
35+
| low-level | control
36+
| data exchange | operations
37+
| |
38+
| v
39+
| +-----------+
40+
| AF_NFC | netlink |
41+
| socket +-----------+
42+
| raw ^
43+
| |
44+
v v
45+
+---------+ +-----------+
46+
| rawsock | <--------> | core |
47+
+---------+ +-----------+
48+
^
49+
|
50+
v
51+
+-----------+
52+
| driver |
53+
+-----------+
5354

5455
Device Driver Interface
5556
=======================

0 commit comments

Comments
 (0)