提交 621a4367 编写于 作者: L Leo Zhang 提交者: Martin K. Petersen

scsi: target/iscsi: fix error msg typo when create lio_qr_cache failed

Signed-off-by: NLeo Zhang <nguzcf@gmail.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 44759979
......@@ -714,7 +714,7 @@ static int __init iscsi_target_init_module(void)
sizeof(struct iscsi_queue_req),
__alignof__(struct iscsi_queue_req), 0, NULL);
if (!lio_qr_cache) {
pr_err("nable to kmem_cache_create() for"
pr_err("Unable to kmem_cache_create() for"
" lio_qr_cache\n");
goto bitmap_out;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册