Re: [PATCH] tee: optee: fix kernel-doc warnings
Jens Wiklander <[email protected]> Mon, 27 Apr 2026 15:41:56 +0200
| Newsgroups | org.trustedfirmware.lists.op-tee |
|---|---|
| Message-ID | <CAHUa44HHDS9Z9gftn6mpQx7ROyB4RQXKBgr8MXWh5VSh-Ji0Kw@mail.gmail.com> |
Hi, On Mon, Apr 13, 2026 at 11:30 AM Sumit Garg <[email protected]> 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 <[email protected]> > > --- > > 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 <[email protected]> Looks good. I'm picking up this. Cheers, Jens