Skip to content

Commit bf0b251

Browse files
rschwebelJakub Kicinski
authored andcommitted
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 <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent f67b7c0 commit bf0b251

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Documentation/networking/nfc.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ it's closed.
103103
LOW-LEVEL DATA EXCHANGE:
104104

105105
The userspace must use PF_NFC sockets to perform any data communication with
106-
targets. All NFC sockets use AF_NFC:
107-
108-
struct sockaddr_nfc {
109-
sa_family_t sa_family;
110-
__u32 dev_idx;
111-
__u32 target_idx;
112-
__u32 nfc_protocol;
113-
};
106+
targets. All NFC sockets use AF_NFC::
107+
108+
struct sockaddr_nfc {
109+
sa_family_t sa_family;
110+
__u32 dev_idx;
111+
__u32 target_idx;
112+
__u32 nfc_protocol;
113+
};
114114

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

0 commit comments

Comments
 (0)