* [PATCH] scsi_scan.c: fix typo in scsi_sequential_lun_scan()
@ 2011-01-04  1:02 Kleber Sacilotto de Souza
  0 siblings, 0 replies; only message in thread
From: Kleber Sacilotto de Souza @ 2011-01-04  1:02 UTC (permalink / raw)
  To: linux-scsi
From: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
Add a missing whitespace to the scsi scan log message.
Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
---
 drivers/scsi/scsi_scan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c
index 087821f..3f8cce7 100644
--- a/drivers/scsi/scsi_scan.c
+++ b/drivers/scsi/scsi_scan.c
@@ -1157,7 +1157,7 @@ static void scsi_sequential_lun_scan(struct scsi_target *starget,
 	struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
 	SCSI_LOG_SCAN_BUS(3, printk(KERN_INFO "scsi scan: Sequential scan of"
-				    "%s\n", dev_name(&starget->dev)));
+				    " %s\n", dev_name(&starget->dev)));
 	max_dev_lun = min(max_scsi_luns, shost->max_lun);
 	/*
-- 
1.7.1
^ permalink raw reply related	[flat|nested] only message in thread
only message in thread, other threads:[~2011-01-04  1:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04  1:02 [PATCH] scsi_scan.c: fix typo in scsi_sequential_lun_scan() Kleber Sacilotto de Souza
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).