diff options
author | Kees Cook <keescook@chromium.org> | 2017-05-13 04:51:53 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-18 10:33:56 -0600 |
commit | 5395d312dff00d9e94702d28fe1e08dacd1cbe31 (patch) | |
tree | 30ceb33af54d501ef59d8b7a2624e41f0cb0f984 /security/keys/trusted.c | |
parent | 3db38ed76890565772fcca3279cc8d454ea6176b (diff) | |
download | linux-5395d312dff00d9e94702d28fe1e08dacd1cbe31.tar.bz2 |
doc: ReSTify keys-trusted-encrypted.txt
Adjusts for ReST markup and moves under keys security devel index.
Cc: David Howells <dhowells@redhat.com>
Cc: Mimi Zohar <zohar@linux.vnet.ibm.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'security/keys/trusted.c')
-rw-r--r-- | security/keys/trusted.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/trusted.c b/security/keys/trusted.c index 2ae31c5a87de..3811e75d280f 100644 --- a/security/keys/trusted.c +++ b/security/keys/trusted.c @@ -8,7 +8,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 2 of the License. * - * See Documentation/security/keys-trusted-encrypted.txt + * See Documentation/security/keys/trusted-encrypted.rst */ #include <crypto/hash_info.h> |