mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
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
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user