]> git.baikalelectronics.ru Git - kernel.git/commit
ksmbd: fix documentation for 2 functions
authorEnzo Matsumiya <ematsumiya@suse.de>
Tue, 28 Sep 2021 22:56:34 +0000 (19:56 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 29 Sep 2021 01:51:32 +0000 (20:51 -0500)
commit84dff1ad6c75336373f1dc8ea6ddd7b27e93b303
treed9f2b8ff5f3b1d7e047363b2f566216fcdcc63c2
parentb2947e5bc543aeedb9b41c51663c129c8e7a426e
ksmbd: fix documentation for 2 functions

ksmbd_kthread_fn() and create_socket() returns 0 or error code, and not
task_struct/ERR_PTR.

Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/ksmbd/transport_tcp.c