Skip to content

Commit 70868c6

Browse files
Wan Jiabingpcmoore
authored andcommitted
docs: fix 'make htmldocs' warning in SCTP.rst
Fix following 'make htmldocs' warnings: ./Documentation/security/SCTP.rst:123: WARNING: Title underline too short. security_sctp_assoc_established() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Documentation/security/SCTP.rst:123: WARNING: Title underline too short. security_sctp_assoc_established() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Documentation/security/SCTP.rst:273: WARNING: Title underline too short. security_sctp_assoc_established() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Documentation/security/SCTP.rst:273: WARNING: Title underline too short. security_sctp_assoc_established() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fixes: 5e50f5d ("security: add sctp_assoc_established hook") Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Reviewed-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent 65881e1 commit 70868c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/security/SCTP.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ calls **sctp_peeloff**\(3).
120120

121121

122122
security_sctp_assoc_established()
123-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124124
Called when a COOKIE ACK is received, and the peer secid will be
125125
saved into ``@asoc->peer_secid`` for client::
126126

@@ -270,7 +270,7 @@ sockets sid and peer sid to that contained in the ``@asoc sid`` and
270270

271271

272272
security_sctp_assoc_established()
273-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
273+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
274274
Called when a COOKIE ACK is received where it sets the connection's peer sid
275275
to that in ``@skb``::
276276

0 commit comments

Comments
 (0)