Commit 66ac53a8 authored by Robert Schwebel's avatar Robert Schwebel Committed by Jakub Kicinski

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: default avatarRobert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
parent a5d66f81
===================
Linux NFC subsystem Linux NFC subsystem
=================== ===================
...@@ -8,7 +9,7 @@ This document covers the architecture overview, the device driver interface ...@@ -8,7 +9,7 @@ This document covers the architecture overview, the device driver interface
description and the userspace interface description. description and the userspace interface description.
Architecture overview Architecture overview
--------------------- =====================
The NFC subsystem is responsible for: The NFC subsystem is responsible for:
- NFC adapters management; - NFC adapters management;
...@@ -51,7 +52,7 @@ PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets. ...@@ -51,7 +52,7 @@ PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets.
+-----------+ +-----------+
Device Driver Interface Device Driver Interface
----------------------- =======================
When registering on the NFC subsystem, the device driver must inform the core When registering on the NFC subsystem, the device driver must inform the core
of the set of supported NFC protocols and the set of ops callbacks. The ops 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: ...@@ -64,7 +65,7 @@ callbacks that must be implemented are the following:
* data_exchange - send data and receive the response (transceive operation) * data_exchange - send data and receive the response (transceive operation)
Userspace interface Userspace interface
-------------------- ===================
The userspace interface is divided in control operations and low-level data The userspace interface is divided in control operations and low-level data
exchange operation. exchange operation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment