diff options
author | Kees Cook <keescook@chromium.org> | 2017-05-13 14:51:52 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-18 19:33:51 +0300 |
commit | 3db38ed76890565772fcca3279cc8d454ea6176b (patch) | |
tree | dc90106e2ea46900f53f8cb523415a1ff126f235 /security/keys/request_key_auth.c | |
parent | 09f5412cc5b0969d428a0acd4ec5673cf5811c58 (diff) | |
download | linux-3db38ed76890565772fcca3279cc8d454ea6176b.tar.xz |
doc: ReSTify keys-request-key.txt
Adjusts for ReST markup and moves under keys security devel index.
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'security/keys/request_key_auth.c')
-rw-r--r-- | security/keys/request_key_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/request_key_auth.c b/security/keys/request_key_auth.c index 0f062156dfb2..afe9d22ab361 100644 --- a/security/keys/request_key_auth.c +++ b/security/keys/request_key_auth.c @@ -8,7 +8,7 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * See Documentation/security/keys-request-key.txt + * See Documentation/security/keys/request-key.rst */ #include <linux/module.h> |