Skip to content

Commit

Permalink
docs: networking: nfc: change headlines to sphinx syntax
Browse files Browse the repository at this point in the history
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 <r.schwebel@pengutronix.de>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
  • Loading branch information
Robert Schwebel authored and Jakub Kicinski committed Nov 23, 2019
1 parent a5d66f8 commit 66ac53a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/networking/nfc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
===================
Linux NFC subsystem
===================

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

Architecture overview
---------------------
=====================

The NFC subsystem is responsible for:
- NFC adapters management;
Expand Down Expand Up @@ -51,7 +52,7 @@ PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets.
+-----------+

Device Driver Interface
-----------------------
=======================

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
Expand All @@ -64,7 +65,7 @@ callbacks that must be implemented are the following:
* data_exchange - send data and receive the response (transceive operation)

Userspace interface
--------------------
===================

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

0 comments on commit 66ac53a

Please sign in to comment.