Commit 0184cfe7 authored by Stephan Mueller's avatar Stephan Mueller Committed by Jonathan Corbet

crypto: doc - fix source comments for Sphinx

Update comments to avoid any complaints from Sphinx during compilation.
Signed-off-by: default avatarStephan Mueller <smueller@chronox.de>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c441a478
...@@ -452,7 +452,7 @@ static inline void aead_request_free(struct aead_request *req) ...@@ -452,7 +452,7 @@ static inline void aead_request_free(struct aead_request *req)
* completes * completes
* *
* The callback function is registered with the aead_request handle and * The callback function is registered with the aead_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) * void callback_function(struct crypto_async_request *req, int error)
*/ */
......
...@@ -605,7 +605,7 @@ static inline struct ahash_request *ahash_request_cast( ...@@ -605,7 +605,7 @@ static inline struct ahash_request *ahash_request_cast(
* the cipher operation completes. * the cipher operation completes.
* *
* The callback function is registered with the &ahash_request handle and * 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) * void callback_function(struct crypto_async_request *req, int error)
*/ */
......
...@@ -533,7 +533,7 @@ static inline void skcipher_request_zero(struct skcipher_request *req) ...@@ -533,7 +533,7 @@ static inline void skcipher_request_zero(struct skcipher_request *req)
* cipher operation completes. * cipher operation completes.
* *
* The callback function is registered with the skcipher_request handle and * The callback function is registered with the skcipher_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) * void callback_function(struct crypto_async_request *req, int error)
*/ */
......
...@@ -977,7 +977,7 @@ static inline void ablkcipher_request_free(struct ablkcipher_request *req) ...@@ -977,7 +977,7 @@ static inline void ablkcipher_request_free(struct ablkcipher_request *req)
* cipher operation completes. * cipher operation completes.
* *
* The callback function is registered with the ablkcipher_request handle and * The callback function is registered with the ablkcipher_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) * void callback_function(struct crypto_async_request *req, int error)
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment