diff options
author | Robert Schwebel <r.schwebel@pengutronix.de> | 2019-11-22 08:43:04 +0100 |
---|---|---|
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-11-23 20:00:19 +0100 |
commit | f67b7c087404d6a7f2abf7657d4ba3a0b9fdfcfa (patch) | |
tree | c60993046194a5ac33d42e6542ab53156078bced /Documentation/networking/nfc.txt | |
parent | docs: networking: nfc: change block diagram to sphinx syntax (diff) | |
download | linux-f67b7c087404d6a7f2abf7657d4ba3a0b9fdfcfa.tar.xz linux-f67b7c087404d6a7f2abf7657d4ba3a0b9fdfcfa.zip |
docs: networking: nfc: fix bullet list syntax
Fix this warning:
Documentation/networking/nfc.rst:87: WARNING: Bullet list ends without
a blank line; unexpected unindent.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'Documentation/networking/nfc.txt')
-rw-r--r-- | Documentation/networking/nfc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/nfc.txt b/Documentation/networking/nfc.txt index b6056e597e20..af69b3a90eaa 100644 --- a/Documentation/networking/nfc.txt +++ b/Documentation/networking/nfc.txt @@ -84,7 +84,7 @@ The operations are composed by commands and events, all listed below: * NFC_EVENT_DEVICE_ADDED - reports an NFC device addition * NFC_EVENT_DEVICE_REMOVED - reports an NFC device removal * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets -are found + are found The user must call START_POLL to poll for NFC targets, passing the desired NFC protocols through NFC_ATTR_PROTOCOLS attribute. The device remains in polling |