Commit 493ff4ee7f93a2b53ed60197e05aa145eec8f8f5

Authored by Matthew Wilcox
Committed by James Bottomley
1 parent 0ad78200ba

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/scsi/scsi_transport_spi.c
... ... @@ -1041,7 +1041,7 @@
1041 1041 tp->hold_mcs ? " HMCS" : "",
1042 1042 tmp, tp->offset);
1043 1043 } else {
1044   - dev_info(&starget->dev, "%sasynchronous.\n",
  1044 + dev_info(&starget->dev, "%sasynchronous\n",
1045 1045 tp->width ? "wide " : "");
1046 1046 }
1047 1047 }