提交 0a427cc6 编写于 作者: H Hyunchul Lee 提交者: Namjae Jeon

ksmbd: fix an error message in ksmbd_conn_trasnport_init

Fix an error message in ksmbd_conn_transport_init().
Signed-off-by: NHyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: NNamjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: NSteve French <stfrench@microsoft.com>
上级 03d8d4f1
......@@ -372,7 +372,7 @@ int ksmbd_conn_transport_init(void)
ret = ksmbd_rdma_init();
if (ret) {
pr_err("Failed to init KSMBD subsystem: %d\n", ret);
pr_err("Failed to init RDMA subsystem: %d\n", ret);
goto out;
}
out:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册