On 2/2/24 00:13, Yang Li wrote: > The ksmbd_extract_sharename() function lacked a complete kernel-doc > comment. This patch adds parameter descriptions and detailed function > behavior to improve code readability and maintainability. > > Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. > --- > fs/smb/server/misc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/fs/smb/server/misc.c b/fs/smb/server/misc.c > index 9e8afaa686e3..1a5faa6f6e7b 100644 > --- a/fs/smb/server/misc.c > +++ b/fs/smb/server/misc.c > @@ -261,6 +261,7 @@ char *ksmbd_casefold_sharename(struct unicode_map *um, const char *name) > > /** > * ksmbd_extract_sharename() - get share name from tree connect request > + * @um: pointer to a unicode_map structure for character encoding handling > * @treename: buffer containing tree name and share name > * > * Return: share name on success, otherwise error -- #Randy