diff options
author | Matthew Wilcox <matthew@wil.cx> | 2005-11-17 13:13:43 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-12-13 20:11:09 -0500 |
commit | 493ff4ee7f93a2b53ed60197e05aa145eec8f8f5 (patch) | |
tree | 3e2aa2ab54ad6b3ff56f8c7c967827c003e8e60f /drivers/scsi/scsi_transport_spi.c | |
parent | 0ad78200baf1f85a21e6b26c225717ad80980d8f (diff) |
[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) | |||
1041 | tp->hold_mcs ? " HMCS" : "", | 1041 | tp->hold_mcs ? " HMCS" : "", |
1042 | tmp, tp->offset); | 1042 | tmp, tp->offset); |
1043 | } else { | 1043 | } else { |
1044 | dev_info(&starget->dev, "%sasynchronous.\n", | 1044 | dev_info(&starget->dev, "%sasynchronous\n", |
1045 | tp->width ? "wide " : ""); | 1045 | tp->width ? "wide " : ""); |
1046 | } | 1046 | } |
1047 | } | 1047 | } |