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>
  * 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.