diff options
author | Stephan Mueller <smueller@chronox.de> | 2016-10-21 04:57:27 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-12-14 00:38:05 +0100 |
commit | 0184cfe72d2f139c4feed7f3820ba2269f5de322 (patch) | |
tree | 5360134f8d64f7b5f3541164dcb146997235d592 /include/crypto/hash.h | |
parent | crypto: doc - remove crypto API DocBook (diff) | |
download | linux-0184cfe72d2f139c4feed7f3820ba2269f5de322.tar.xz linux-0184cfe72d2f139c4feed7f3820ba2269f5de322.zip |
crypto: doc - fix source comments for Sphinx
Update comments to avoid any complaints from Sphinx during compilation.
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'include/crypto/hash.h')
-rw-r--r-- | include/crypto/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/hash.h b/include/crypto/hash.h index 26605888a199..216a2b876147 100644 --- a/include/crypto/hash.h +++ b/include/crypto/hash.h @@ -605,7 +605,7 @@ static inline struct ahash_request *ahash_request_cast( * the cipher operation completes. * * The callback function is registered with the &ahash_request handle and - * must comply with the following template + * must comply with the following template:: * * void callback_function(struct crypto_async_request *req, int error) */ |