mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-21 06:24:12 +00:00
lib/digsig.c: kernel-doc warning fixes
Small typo and @return: -> Returns ... Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: Duan Jiong <duanj.fnst@cn.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
38b4fe5fcc
commit
54b14f40c5
1 changed files with 3 additions and 2 deletions
|
@ -175,10 +175,11 @@ err1:
|
||||||
* digsig_verify() - digital signature verification with public key
|
* digsig_verify() - digital signature verification with public key
|
||||||
* @keyring: keyring to search key in
|
* @keyring: keyring to search key in
|
||||||
* @sig: digital signature
|
* @sig: digital signature
|
||||||
* @sigen: length of the signature
|
* @siglen: length of the signature
|
||||||
* @data: data
|
* @data: data
|
||||||
* @datalen: length of the data
|
* @datalen: length of the data
|
||||||
* @return: 0 on success, -EINVAL otherwise
|
*
|
||||||
|
* Returns 0 on success, -EINVAL otherwise
|
||||||
*
|
*
|
||||||
* Verifies data integrity against digital signature.
|
* Verifies data integrity against digital signature.
|
||||||
* Currently only RSA is supported.
|
* Currently only RSA is supported.
|
||||||
|
|
Loading…
Add table
Reference in a new issue