diff options
author | Namjae Jeon <namjae.jeon@samsung.com> | 2021-08-12 03:17:39 +0200 |
---|---|---|
committer | Namjae Jeon <namjae.jeon@samsung.com> | 2021-08-13 01:18:06 +0200 |
commit | 5ec3df8e98f51e21fe1f46633b6085897f9b040e (patch) | |
tree | e90350ba2a905e03808024a14fea705222983fce /fs/ksmbd | |
parent | ksmbd: change int data type to boolean (diff) | |
download | linux-5ec3df8e98f51e21fe1f46633b6085897f9b040e.tar.xz linux-5ec3df8e98f51e21fe1f46633b6085897f9b040e.zip |
ksmbd: update the comment for smb2_get_ksmbd_tcon()
Update the comment for smb2_get_ksmbd_tcon().
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/ksmbd')
-rw-r--r-- | fs/ksmbd/smb2pdu.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/ksmbd/smb2pdu.c b/fs/ksmbd/smb2pdu.c index 0de4163978ce..4ac4fe22edde 100644 --- a/fs/ksmbd/smb2pdu.c +++ b/fs/ksmbd/smb2pdu.c @@ -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) { |