From 095d2557191a569f133539bfd0b58d6e2706619c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 14 Apr 2021 20:29:52 +0000 Subject: [PATCH] iscsi-scst: Fix a kernel-doc header git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9379 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/digest.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/iscsi-scst/kernel/digest.c b/iscsi-scst/kernel/digest.c index 5b87519eb..463840ce0 100644 --- a/iscsi-scst/kernel/digest.c +++ b/iscsi-scst/kernel/digest.c @@ -39,12 +39,9 @@ void digest_alg_available(int *val) } /** - * initialize support for digest calculation. - * - * digest_init - + * digest_init - initialize support for digest calculation. * @conn: ptr to connection to make use of digests - * - * @return: 0 on success, < 0 on error + * Returns: 0 on success, < 0 on error */ int digest_init(struct iscsi_conn *conn) {