Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel W. S. Almeida and committed by
Jonathan Corbet
402613f3 605b0f53

+1 -1
+1 -1
Documentation/security/keys/core.rst
··· 1102 1102 See also Documentation/security/keys/request-key.rst. 1103 1103 1104 1104 1105 - * To search for a key in a specific domain, call: 1105 + * To search for a key in a specific domain, call:: 1106 1106 1107 1107 struct key *request_key_tag(const struct key_type *type, 1108 1108 const char *description,