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:
Родитель
03d8d4f189
Коммит
0a427cc638
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче