All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] target/iscsi: fix error msg typo when create lio_qr_cache failed
@ 2018-12-23 16:18 ` Leo Zhang
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Zhang @ 2018-12-23 16:18 UTC (permalink / raw)
  To: Nicholas A. Bellinger
  Cc: Martin K. Petersen, Mike Christie, Bart Van Assche,
	Matthew Wilcox, Sagi Grimberg, Colin Ian King, Laura Abbott,
	linux-scsi, target-devel, linux-kernel, Leo Zhang

Signed-off-by: Leo Zhang <nguzcf@gmail.com>
---
 drivers/target/iscsi/iscsi_target.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/target/iscsi/iscsi_target.c b/drivers/target/iscsi/iscsi_target.c
index c1d5a17..780a914 100644
--- a/drivers/target/iscsi/iscsi_target.c
+++ b/drivers/target/iscsi/iscsi_target.c
@@ -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;
 	}
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-04  4:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-23 16:18 [PATCH] target/iscsi: fix error msg typo when create lio_qr_cache failed Leo Zhang
2018-12-23 16:18 ` Leo Zhang
2019-01-04  4:40 ` Martin K. Petersen
2019-01-04  4:40   ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.