Commit 0a427cc6 authored by Hyunchul Lee's avatar Hyunchul Lee Committed by Namjae Jeon
Browse files

ksmbd: fix an error message in ksmbd_conn_trasnport_init


Fix an error message in ksmbd_conn_transport_init().
Signed-off-by: default avatarHyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: default avatarNamjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 03d8d4f1
...@@ -372,7 +372,7 @@ int ksmbd_conn_transport_init(void) ...@@ -372,7 +372,7 @@ int ksmbd_conn_transport_init(void)
ret = ksmbd_rdma_init(); ret = ksmbd_rdma_init();
if (ret) { if (ret) {
pr_err("Failed to init KSMBD subsystem: %d\n", ret); pr_err("Failed to init RDMA subsystem: %d\n", ret);
goto out; goto out;
} }
out: out:
......
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