docs: networking: nfc: fix code block syntax

Silence this warning:

Documentation/networking/nfc.rst:113: WARNING: Definition 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>
This commit is contained in:
Robert Schwebel
2019-11-22 08:43:05 +01:00
committed by Jakub Kicinski
parent f67b7c0874
commit bf0b2511e8

View File

@@ -103,7 +103,7 @@ it's closed.
LOW-LEVEL DATA EXCHANGE: LOW-LEVEL DATA EXCHANGE:
The userspace must use PF_NFC sockets to perform any data communication with The userspace must use PF_NFC sockets to perform any data communication with
targets. All NFC sockets use AF_NFC: targets. All NFC sockets use AF_NFC::
struct sockaddr_nfc { struct sockaddr_nfc {
sa_family_t sa_family; sa_family_t sa_family;