Skip to content

Commit

Permalink
docs: networking: nfc: fix code block syntax
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Schwebel authored and Jakub Kicinski committed Nov 23, 2019
1 parent f67b7c0 commit bf0b251
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Documentation/networking/nfc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ it's closed.
LOW-LEVEL DATA EXCHANGE:

The userspace must use PF_NFC sockets to perform any data communication with
targets. All NFC sockets use AF_NFC:

struct sockaddr_nfc {
sa_family_t sa_family;
__u32 dev_idx;
__u32 target_idx;
__u32 nfc_protocol;
};
targets. All NFC sockets use AF_NFC::

struct sockaddr_nfc {
sa_family_t sa_family;
__u32 dev_idx;
__u32 target_idx;
__u32 nfc_protocol;
};

To establish a connection with one target, the user must create an
NFC_SOCKPROTO_RAW socket and call the 'connect' syscall with the sockaddr_nfc
Expand Down

0 comments on commit bf0b251

Please sign in to comment.