diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2018-05-08 18:14:57 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-06-15 21:10:01 +0000 |
| commit | 5fb94e9ca333f0fe1d96de06704a79942b3832c3 (patch) | |
| tree | c7577c1ee04f2301299a10b42e32b3a6063fe6a6 /security/selinux/hooks.c | |
| parent | docs: fix broken references with multiple hints (diff) | |
| download | kernel-5fb94e9ca333f0fe1d96de06704a79942b3832c3.tar.gz kernel-5fb94e9ca333f0fe1d96de06704a79942b3832c3.zip | |
docs: Fix some broken references
As we move stuff around, some doc references are broken. Fix some of
them via this script:
./scripts/documentation-file-ref-check --fix
Manually checked if the produced result is valid, removing a few
false-positives.
Acked-by: Takashi Iwai <[email protected]>
Acked-by: Masami Hiramatsu <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Acked-by: Charles Keepax <[email protected]>
Acked-by: Mathieu Poirier <[email protected]>
Reviewed-by: Coly Li <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Acked-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 9a46dc24ac10..2b5ee5fbd652 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -4728,7 +4728,7 @@ err_af: } /* This supports connect(2) and SCTP connect services such as sctp_connectx(3) - * and sctp_sendmsg(3) as described in Documentation/security/LSM-sctp.txt + * and sctp_sendmsg(3) as described in Documentation/security/LSM-sctp.rst */ static int selinux_socket_connect_helper(struct socket *sock, struct sockaddr *address, int addrlen) |
