All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Delete trailing full stop
@ 2005-11-17 18:13 Matthew Wilcox
  2005-11-18  6:42 ` Douglas Gilbert
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Wilcox @ 2005-11-17 18:13 UTC (permalink / raw)
  To: linux-scsi


None of the other domain validation messages have a trailing full stop,
so I don't see why this one should.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>

diff --git a/drivers/scsi/scsi_transport_spi.c b/drivers/scsi/scsi_transport_spi.c
index 718a2bc..ec7bb70 100644
--- a/drivers/scsi/scsi_transport_spi.c
+++ b/drivers/scsi/scsi_transport_spi.c
@@ -1031,7 +1031,7 @@ void spi_display_xfer_agreement(struct s
 			 tp->hold_mcs ? " HMCS" : "",
 			 tmp, tp->offset);
 	} else {
-		dev_info(&starget->dev, "%sasynchronous.\n",
+		dev_info(&starget->dev, "%sasynchronous\n",
 				tp->width ? "wide " : "");
 	}
 }

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

end of thread, other threads:[~2005-11-19  0:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-17 18:13 [PATCH] Delete trailing full stop Matthew Wilcox
2005-11-18  6:42 ` Douglas Gilbert
2005-11-18 13:20   ` Matthew Wilcox
2005-11-19  0:48     ` Douglas Gilbert

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.