mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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>
This commit is contained in:
parent
44759979a4
commit
621a4367d6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user