diff options
author | Daniel W. S. Almeida <dwlsalmeida@gmail.com> | 2019-11-22 07:18:06 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-11-22 20:01:47 +0300 |
commit | 402613f3ef4bdac0406d710c7b9dabac76a43679 (patch) | |
tree | f1a1d85fbe4ecc798bb90764a130cdb32713cc85 /Documentation/security | |
parent | 605b0f53a126467aa24424690500ba1e6d8fbba2 (diff) | |
download | linux-402613f3ef4bdac0406d710c7b9dabac76a43679.tar.xz |
Documentation: security: core.rst: fix warnings
Fix warnings due to missing markup, no change in content otherwise.
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Link: https://lore.kernel.org/r/20191122041806.68650-1-dwlsalmeida@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/security')
-rw-r--r-- | Documentation/security/keys/core.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst index d6d8b0b756b6..d9b0b859018b 100644 --- a/Documentation/security/keys/core.rst +++ b/Documentation/security/keys/core.rst @@ -1102,7 +1102,7 @@ payload contents" for more information. See also Documentation/security/keys/request-key.rst. - * To search for a key in a specific domain, call: + * To search for a key in a specific domain, call:: struct key *request_key_tag(const struct key_type *type, const char *description, |