Commit 5ec3df8e authored by Namjae Jeon's avatar Namjae Jeon

ksmbd: update the comment for smb2_get_ksmbd_tcon()

Update the comment for smb2_get_ksmbd_tcon().
Signed-off-by: default avatarNamjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent f4228b67
......@@ -85,10 +85,11 @@ struct channel *lookup_chann_list(struct ksmbd_session *sess, struct ksmbd_conn
}
/**
* smb2_get_ksmbd_tcon() - get tree connection information for a tree id
* smb2_get_ksmbd_tcon() - get tree connection information using a tree id.
* @work: smb work
*
* Return: matching tree connection on success, otherwise error
* Return: 0 if there is a tree connection matched or these are
* skipable commands, otherwise error
*/
int smb2_get_ksmbd_tcon(struct ksmbd_work *work)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment