1
0
Fork 0

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

Signed-off-by: Leo Zhang <nguzcf@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
hifive-unleashed-5.1
Leo Zhang 2018-12-24 00:18:27 +08:00 committed by Martin K. Petersen
parent 44759979a4
commit 621a4367d6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}