Commit 70868c6b authored by Wan Jiabing's avatar Wan Jiabing Committed by Paul Moore

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: 5e50f5d4 ("security: add sctp_assoc_established hook")
Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Reviewed-by: default avatarXin Long <lucien.xin@gmail.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 65881e1d
...@@ -120,7 +120,7 @@ calls **sctp_peeloff**\(3). ...@@ -120,7 +120,7 @@ calls **sctp_peeloff**\(3).
security_sctp_assoc_established() security_sctp_assoc_established()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Called when a COOKIE ACK is received, and the peer secid will be Called when a COOKIE ACK is received, and the peer secid will be
saved into ``@asoc->peer_secid`` for client:: saved into ``@asoc->peer_secid`` for client::
...@@ -270,7 +270,7 @@ sockets sid and peer sid to that contained in the ``@asoc sid`` and ...@@ -270,7 +270,7 @@ sockets sid and peer sid to that contained in the ``@asoc sid`` and
security_sctp_assoc_established() security_sctp_assoc_established()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Called when a COOKIE ACK is received where it sets the connection's peer sid Called when a COOKIE ACK is received where it sets the connection's peer sid
to that in ``@skb``:: to that in ``@skb``::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment