Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yang Li and committed by
Steve French
a12bc360 54be6c6c

+1
+1
fs/smb/server/misc.c
··· 261 261 262 262 /** 263 263 * ksmbd_extract_sharename() - get share name from tree connect request 264 + * @um: pointer to a unicode_map structure for character encoding handling 264 265 * @treename: buffer containing tree name and share name 265 266 * 266 267 * Return: share name on success, otherwise error