diff options
author | Matthew Wilcox <matthew@wil.cx> | 2005-11-17 11:13:43 -0700 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-12-13 18:11:09 -0700 |
commit | 493ff4ee7f93a2b53ed60197e05aa145eec8f8f5 (patch) | |
tree | 3e2aa2ab54ad6b3ff56f8c7c967827c003e8e60f /drivers/scsi/scsi_transport_spi.c | |
parent | 0ad78200baf1f85a21e6b26c225717ad80980d8f (diff) | |
download | linux-stable-493ff4ee7f93a2b53ed60197e05aa145eec8f8f5.tar.gz linux-stable-493ff4ee7f93a2b53ed60197e05aa145eec8f8f5.tar.bz2 linux-stable-493ff4ee7f93a2b53ed60197e05aa145eec8f8f5.zip |
[SCSI] Delete trailing full stop
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>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_transport_spi.c')
-rw-r--r-- | drivers/scsi/scsi_transport_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_spi.c b/drivers/scsi/scsi_transport_spi.c index 38a53b5f9e9a..4002a98ab16f 100644 --- a/drivers/scsi/scsi_transport_spi.c +++ b/drivers/scsi/scsi_transport_spi.c @@ -1041,7 +1041,7 @@ void spi_display_xfer_agreement(struct scsi_target *starget) tp->hold_mcs ? " HMCS" : "", tmp, tp->offset); } else { - dev_info(&starget->dev, "%sasynchronous.\n", + dev_info(&starget->dev, "%sasynchronous\n", tp->width ? "wide " : ""); } } |