Hi,
On Mon, Apr 13, 2026 at 11:30 AM Sumit Garg sumit.garg@kernel.org wrote:
On Sun, Mar 22, 2026 at 01:31:14PM -0300, Rodrigo Zaiden wrote:
Fix kernel-doc issues in optee_private.h and optee_msg.h:
- Add missing documentation for struct members: optee_msg_param_value, optee_msg_param, optee_msg_arg, optee, and optee_ffa;
- Ensure member descriptions follow the order of declaration;
- Use consistent formatting (lowercase descriptions and ':' after member names);
- Adjust indentation for better alignment;
This resolves kernel-doc warnings such as missing member descriptions and incorrect prototype documentation. No functional changes.
Signed-off-by: Rodrigo Zaiden rodrigoffzz@gmail.com
drivers/tee/optee/optee_msg.h | 50 +++++++------ drivers/tee/optee/optee_private.h | 120 ++++++++++++++++-------------- 2 files changed, 92 insertions(+), 78 deletions(-)
Thanks for doc fixes, FWIW:
Reviewed-by: Sumit Garg sumit.garg@oss.qualcomm.com
Looks good. I'm picking up this.
Cheers, Jens