All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/TRIVIAL] [SCSI] Fix typo "neuxs" -> "nexus"
@ 2012-01-07  0:08 Roland Dreier
  0 siblings, 0 replies; only message in thread
From: Roland Dreier @ 2012-01-07  0:08 UTC (permalink / raw)
  To: James E.J. Bottomley; +Cc: linux-scsi

From: Roland Dreier <roland@purestorage.com>

Signed-off-by: Roland Dreier <roland@purestorage.com>
---
 drivers/scsi/scsi_tgt_lib.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/scsi_tgt_lib.c b/drivers/scsi/scsi_tgt_lib.c
index 84a1fdf..d7bec3e 100644
--- a/drivers/scsi/scsi_tgt_lib.c
+++ b/drivers/scsi/scsi_tgt_lib.c
@@ -575,7 +575,7 @@ int scsi_tgt_it_nexus_create(struct Scsi_Host *shost, u64 itn_id,
 	err = scsi_tgt_uspace_send_it_nexus_request(shost->host_no, itn_id, 0,
 						    initiator);
 	if (err < 0)
-		eprintk("The i_t_neuxs request lost, %d %llx!\n",
+		eprintk("The i_t_nexus request lost, %d %llx!\n",
 			shost->host_no, (unsigned long long)itn_id);
 	return err;
 }
@@ -589,7 +589,7 @@ int scsi_tgt_it_nexus_destroy(struct Scsi_Host *shost, u64 itn_id)
 	err = scsi_tgt_uspace_send_it_nexus_request(shost->host_no,
 						    itn_id, 1, NULL);
 	if (err < 0)
-		eprintk("The i_t_neuxs request lost, %d %llx!\n",
+		eprintk("The i_t_nexus request lost, %d %llx!\n",
 			shost->host_no, (unsigned long long)itn_id);
 	return err;
 }
-- 
1.7.7.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-07  0:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-07  0:08 [PATCH/TRIVIAL] [SCSI] Fix typo "neuxs" -> "nexus" Roland Dreier

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.