X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fcrypto%2Fhash.h;h=26605888a199ed0446d27268844ea5bff09b8aaa;hb=eafe5cfe718926c1ed8b3dacd2191c189b3cdcd2;hp=1969f1416658babc28dd6d2a75363b93da36ac63;hpb=6ea24cf79e055f0a62a64baa8587e2254a493c7b;p=karo-tx-linux.git diff --git a/include/crypto/hash.h b/include/crypto/hash.h index 1969f1416658..26605888a199 100644 --- a/include/crypto/hash.h +++ b/include/crypto/hash.h @@ -547,8 +547,7 @@ static inline void ahash_request_set_tfm(struct ahash_request *req, * the allocation, the provided ahash handle * is registered in the request data structure. * - * Return: allocated request handle in case of success; IS_ERR() is true in case - * of an error, PTR_ERR() returns the error code. + * Return: allocated request handle in case of success, or NULL if out of memory */ static inline struct ahash_request *ahash_request_alloc( struct crypto_ahash *tfm, gfp_t gfp)