Thread (36 messages) 36 messages, 10 authors, 2019-06-09

Re: [PATCH v2 15/22] docs: security: core.rst: Fix several warnings

From: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Date: 2019-06-05 10:19:39
Also in: keyrings, lkml

Em Wed, 05 Jun 2019 10:53:56 +0100
David Howells [off-list ref] escreveu:
Mauro Carvalho Chehab [off-list ref] wrote:
quoted
+  *  ``asym_eds_op`` and ``asym_verify_signature``::
+
+       int (*asym_eds_op)(struct kernel_pkey_params *params,
+			  const void *in, void *out);
+       int (*asym_verify_signature)(struct kernel_pkey_params *params,
+				    const void *in, const void *in2);  
That's redundant and shouldn't be necessary.
This should equally fix it:

  * ::

       int (*asym_eds_op)(struct kernel_pkey_params *params,
			  const void *in, void *out);
       int (*asym_verify_signature)(struct kernel_pkey_params *params,
				    const void *in, const void *in2);  

The thing is that we need to teach Sphinx somehow that it should not
try to interpret '*' (with is used there to identify bold/italy blocks)

Using a '::' seems better than escaping all asterisks with a backslash.


Thanks,
Mauro
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help