docs: fix 'make htmldocs' warning in SCTP.rst
authorWan Jiabing <wanjiabing@vivo.com>
Mon, 28 Feb 2022 02:56:41 +0000 (10:56 +0800)
committerPaul Moore <paul@paul-moore.com>
Mon, 28 Feb 2022 16:09:10 +0000 (11:09 -0500)
commit70868c6b8fd80db585da57a264c50a69af8fd3c3
tree92ac45be3f53da73f79aaec62d865ede8efa1c27
parent65881e1db4e948614d9eb195b8e1197339822949
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: 5e50f5d4ff31 ("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>
Documentation/security/SCTP.rst