Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 621a4367 authored by Leo Zhang's avatar Leo Zhang Committed by Martin K. Petersen
Browse files

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

parent 44759979
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}