ksmbd: Add kernel-doc for ksmbd_extract_sharename() function
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 2 Feb 2024 08:13:17 +0000 (16:13 +0800)
committerSteve French <stfrench@microsoft.com>
Thu, 8 Feb 2024 02:23:37 +0000 (20:23 -0600)
commita12bc36032a2f7917068f9ce9eb26d869e54b31a
tree553840dcc15f311eab25ebe42790badffa50ebf0
parent54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478
ksmbd: Add kernel-doc for ksmbd_extract_sharename() function

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@linux.alibaba.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/misc.c