From: Fabian Frederick Date: Wed, 4 Jun 2014 23:11:57 +0000 (-0700) Subject: lib/digsig.c: kernel-doc warning fixes X-Git-Tag: v3.16-rc1~47^2~16^2~26 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=54b14f40c5b13aeb179f68d82214e728617d5704;p=~emulex%2Finfiniband.git lib/digsig.c: kernel-doc warning fixes Small typo and @return: -> Returns ... Signed-off-by: Fabian Frederick Cc: Duan Jiong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/digsig.c b/lib/digsig.c index 8793aeda30c..ae05ea393fc 100644 --- a/lib/digsig.c +++ b/lib/digsig.c @@ -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.