crypto: doc - clarify return values for async hash methods
authorKamil Konieczny <k.konieczny@partner.samsung.com>
Thu, 17 Aug 2017 10:11:36 +0000 (12:11 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Sep 2017 09:43:03 +0000 (17:43 +0800)
commit560b1a82ee87288c18aca31ee3053272c3737fe5
treee28fc424a41258fad545e8b0bfb7a0d696f9fd2b
parent40784d72aeeb4d95cf74ea2243223a85193f0e84
crypto: doc - clarify return values for async hash methods

* fix documentation of return values for crypto_ahash_init(),
  crypto_ahash_finup(), crypto_ahash_final(),
  crypto_ahash_digest() and crypto_ahash_update()

Also while at it:

* add notes for device driver developers in struct ahash_alg
  description

* fix description of @final method in struct ahash_alg

* fix typo in crypto_ahash_finup() description

Signed-off-by: Kamil Konieczny <k.konieczny@partner.samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/hash.h