lib/digsig.c: kernel-doc warning fixes
authorFabian Frederick <fabf@skynet.be>
Wed, 4 Jun 2014 23:11:57 +0000 (16:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:19 +0000 (16:54 -0700)
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>
lib/digsig.c

index 8793aeda30ca36a72106d3649b62456f00cc7c56..ae05ea393fc8c10f5cd25f88a9c39e3d3f866680 100644 (file)
@@ -175,10 +175,11 @@ err1:
  * 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.