target-devel.vger.kernel.org archive mirror
 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
  2019-01-04  4:40 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

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


Leo,

> -		pr_err("nable to kmem_cache_create() for"
> +		pr_err("Unable to kmem_cache_create() for"
>  				" lio_qr_cache\n");

Applied to 4.21/scsi-fixes. Thank you!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

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

Thread overview: 2+ 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
2019-01-04  4:40 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).