diff options
author | tcharding <me@tobin.cc> | 2018-01-07 02:01:43 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-01-12 15:03:44 +0300 |
commit | b40fa82cd6138350f723aa47b37e3e3e80906b40 (patch) | |
tree | 6b81e96c62b78d8f18614b8c2a5f528465187b27 /lib | |
parent | c9a3ff8f22a2df5ec6de18ba616a863392269a10 (diff) | |
download | linux-b40fa82cd6138350f723aa47b37e3e3e80906b40.tar.xz |
crypto: doc - clear htmldocs build warnings for crypto/hash
SPHINX build emits multiple warnings of kind:
warning: duplicate section name 'Note'
(when building kernel via make target 'htmldocs')
This is caused by repeated use of comments of form:
* Note: soau soaeusoa uoe
We can change the format without loss of clarity and clear the build
warnings.
Add '**[mandatory]**' or '**[optional]**' as kernel-doc field element
description prefix
This renders in HTML as (prefixes in bold)
final
[mandatory] Retrieve result from the driver. This function finalizes the
transformation and retrieves the resulting hash from the driver and
pushes it back to upper layers. No data processing happens at this
point unless hardware requires it to finish the transformation (then
the data buffered by the device driver is processed).
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions