]> git.ipfire.org Git - thirdparty/linux.git/commit
hwrng: core - avoid kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 12 Mar 2026 05:13:23 +0000 (22:13 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 22 Mar 2026 02:17:59 +0000 (11:17 +0900)
commit3414c809777e37855063347f5fbd23ff03e1c9fb
tree9544378d860546b08ba9607da76e0f92226f71bb
parent344e6a4f7ff4756b9b3f75e0eb7eaec297e35540
hwrng: core - avoid kernel-doc warnings

Mark internal fields as "private:" so that kernel-doc comments
are not needed for them, eliminating kernel-doc warnings:

Warning: include/linux/hw_random.h:54 struct member 'list' not described
 in 'hwrng'
Warning: include/linux/hw_random.h:54 struct member 'ref' not described
 in 'hwrng'
Warning: include/linux/hw_random.h:54 struct member 'cleanup_work' not
 described in 'hwrng'
Warning: include/linux/hw_random.h:54 struct member 'cleanup_done' not
 described in 'hwrng'
Warning: include/linux/hw_random.h:54 struct member 'dying' not described
 in 'hwrng'

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