]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: acomp - repair kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 25 Feb 2026 01:45:00 +0000 (17:45 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 7 Mar 2026 05:12:20 +0000 (14:12 +0900)
commit2f5b5ce1e4b89c76a2b177ee689101a274d1a3c6
treeb11975868c6f5391cccdafe2f8fc787da897e6da
parentc9429bf56405a326845a8a35357b5bdf1dc4558c
crypto: acomp - repair kernel-doc warnings

Correct kernel-doc:
- add the @extra function parameter
- add "_extra" to the mismatched function name
- spell the "cmpl" parameter correctly

to avoid these warnings:

Warning: include/crypto/acompress.h:251 function parameter 'extra' not
 described in 'acomp_request_alloc_extra'
Warning: include/crypto/acompress.h:251 expecting prototype for
 acomp_request_alloc(). Prototype was for acomp_request_alloc_extra()
 instead
Warning: include/crypto/acompress.h:327 function parameter 'cmpl' not
 described in 'acomp_request_set_callback'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/acompress.h