From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Date: Wed, 05 Jun 2019 09:53:56 +0000 Subject: Re: [PATCH v2 15/22] docs: security: core.rst: Fix several warnings Message-Id: <26617.1559728436@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <21350864823e07cc951e1dc7f0601baa09920ac4.1559656538.git.mchehab+samsung@kernel.org> In-Reply-To: <21350864823e07cc951e1dc7f0601baa09920ac4.1559656538.git.mchehab+samsung@kernel.org> To: Mauro Carvalho Chehab Cc: dhowells@redhat.com, Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , keyrings@vger.kernel.org Mauro Carvalho Chehab wrote: > + * ``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. David