Commit 493ff4ee authored by Matthew Wilcox's avatar Matthew Wilcox Committed by James Bottomley

[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: default avatarMatthew Wilcox <matthew@wil.cx>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 0ad78200
...@@ -1041,7 +1041,7 @@ void spi_display_xfer_agreement(struct scsi_target *starget) ...@@ -1041,7 +1041,7 @@ void spi_display_xfer_agreement(struct scsi_target *starget)
tp->hold_mcs ? " HMCS" : "", tp->hold_mcs ? " HMCS" : "",
tmp, tp->offset); tmp, tp->offset);
} else { } else {
dev_info(&starget->dev, "%sasynchronous.\n", dev_info(&starget->dev, "%sasynchronous\n",
tp->width ? "wide " : ""); tp->width ? "wide " : "");
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment