[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20140522193743.848a5c4d570e793be26951a0@skynet.be>
Date: Thu, 22 May 2014 19:37:43 +0200
From: Fabian Frederick <fabf@...net.be>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: Duan Jiong <duanj.fnst@...fujitsu.com>,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH 1/1] lib/digsig.c: kernel-doc warning fixes
Small typo and @return: -> Returns ...
Cc: Duan Jiong <duanj.fnst@...fujitsu.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
lib/digsig.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/digsig.c b/lib/digsig.c
index 8793aed..ae05ea3 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.
--
1.8.4.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists