linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could'
@ 2017-10-29  6:09 Arvind Yadav
  2017-10-31 12:26 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Arvind Yadav @ 2017-10-29  6:09 UTC (permalink / raw)
  To: lduncan, cleech, jejb, martin.petersen
  Cc: linux-kernel, open-iscsi, linux-scsi

Trivial fix to spelling mistakes in 'iscsi_get_host_stats'.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
---
 drivers/scsi/scsi_transport_iscsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
index 8934f19..590a56c 100644
--- a/drivers/scsi/scsi_transport_iscsi.c
+++ b/drivers/scsi/scsi_transport_iscsi.c
@@ -3436,7 +3436,7 @@ iscsi_get_host_stats(struct iscsi_transport *transport, struct nlmsghdr *nlh)
 
 	shost = scsi_host_lookup(ev->u.get_host_stats.host_no);
 	if (!shost) {
-		pr_err("%s: failed. Cound not find host no %u\n",
+		pr_err("%s: failed. Could not find host no %u\n",
 		       __func__, ev->u.get_host_stats.host_no);
 		return -ENODEV;
 	}
-- 
2.7.4

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

* Re: [PATCH] scsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could'
  2017-10-29  6:09 [PATCH] scsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could' Arvind Yadav
@ 2017-10-31 12:26 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2017-10-31 12:26 UTC (permalink / raw)
  To: Arvind Yadav
  Cc: lduncan, cleech, jejb, martin.petersen, linux-kernel, open-iscsi,
	linux-scsi


Arvind,

> Trivial fix to spelling mistakes in 'iscsi_get_host_stats'.

Applied to 4.15/scsi-queue.

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2017-10-31 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-29  6:09 [PATCH] scsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could' Arvind Yadav
2017-10-31 12:26 ` 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).