Skip to content

Commit 621a436

Browse files
zealoussnowmartinkpetersen
authored andcommitted
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>
1 parent 4475997 commit 621a436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/target/iscsi/iscsi_target.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ static int __init iscsi_target_init_module(void)
714714
sizeof(struct iscsi_queue_req),
715715
__alignof__(struct iscsi_queue_req), 0, NULL);
716716
if (!lio_qr_cache) {
717-
pr_err("nable to kmem_cache_create() for"
717+
pr_err("Unable to kmem_cache_create() for"
718718
" lio_qr_cache\n");
719719
goto bitmap_out;
720720
}

0 commit comments

Comments
 (0)