PKCS#7: drop function from kernel-doc pkcs7_validate_trust_one
authorAlex Shi <alex.shi@linux.alibaba.com>
Fri, 13 Nov 2020 08:58:15 +0000 (16:58 +0800)
committerDavid Howells <dhowells@redhat.com>
Thu, 21 Jan 2021 16:16:09 +0000 (16:16 +0000)
commitd13fc8747218c1a5c7bdf69c54a4c64ea52f0d81
tree570b1c07fcf5b09c57c9cfd2d096358056da4774
parentc52b7c807b0a6ae26582208a0b07c2a6a796b50f
PKCS#7: drop function from kernel-doc pkcs7_validate_trust_one

The function is a static function, so no needs add into kernel-doc. and
we could avoid warning:
crypto/asymmetric_keys/pkcs7_trust.c:25: warning: Function parameter or
member 'pkcs7' not described in 'pkcs7_validate_trust_one'
crypto/asymmetric_keys/pkcs7_trust.c:25: warning: Function parameter or
member 'sinfo' not described in 'pkcs7_validate_trust_one'
crypto/asymmetric_keys/pkcs7_trust.c:25: warning: Function parameter or
member 'trust_keyring' not described in 'pkcs7_validate_trust_one'

Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Ben Boeckel <mathstuf@gmail.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: keyrings@vger.kernel.org
Cc: linux-crypto@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
crypto/asymmetric_keys/pkcs7_trust.c