Skip to content

Commit

Permalink
lib/digsig.c: kernel-doc warning fixes
Browse files Browse the repository at this point in the history
Small typo and @return: -> Returns ...

Signed-off-by: Fabian Frederick <[email protected]>
Cc: Duan Jiong <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Fabian Frederick authored and torvalds committed Jun 4, 2014
1 parent 38b4fe5 commit 54b14f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/digsig.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,11 @@ static int digsig_verify_rsa(struct key *key,
* digsig_verify() - digital signature verification with public key
* @keyring: keyring to search key in
* @sig: digital signature
* @sigen: length of the signature
* @siglen: length of the signature
* @data: data
* @datalen: length of the data
* @return: 0 on success, -EINVAL otherwise
*
* Returns 0 on success, -EINVAL otherwise
*
* Verifies data integrity against digital signature.
* Currently only RSA is supported.
Expand Down

0 comments on commit 54b14f4

Please sign in to comment.