ksmbd: fix an error message in ksmbd_conn_trasnport_init

Fix an error message in ksmbd_conn_transport_init().

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Hyunchul Lee 2021-07-13 15:38:30 +09:00 committed by Namjae Jeon
parent 03d8d4f189
commit 0a427cc638

View File

@ -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: