]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tee: clean up tee_core.h kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 11 Mar 2026 05:29:53 +0000 (22:29 -0700)
committerJens Wiklander <jens.wiklander@linaro.org>
Fri, 13 Mar 2026 07:22:54 +0000 (08:22 +0100)
commite416e7fa417b2d2604c1526a2f9cc38da7ced166
tree7df59b55dca96e89e0135144bcc481ea09fbda75
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
tee: clean up tee_core.h kernel-doc

Use the correct struct member name and function parameter name in
kernel-doc comments.
Move a macro that was between a struct's documentation and its
declaration.
These eliminate the following kernel-doc warnings:

Warning: include/linux/tee_core.h:73 struct member 'c_no_users' not
 described in 'tee_device'
Warning: include/linux/tee_core.h:132 #define TEE_DESC_PRIVILEGED
     0x1; error: Cannot parse struct or union!
Warning: include/linux/tee_core.h:257 function parameter 'connection_data'
 not described in 'tee_session_calc_client_uuid'
Warning: include/linux/tee_core.h:320 function parameter 'teedev'
 not described in 'tee_get_drvdata'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
include/linux/tee_core.h