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 коммит произвёл Namjae Jeon
Родитель 03d8d4f189
Коммит 0a427cc638
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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