Skip to content

Commit

Permalink
[SCSI] Delete trailing full stop
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Dec 14, 2005
1 parent 0ad7820 commit 493ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_transport_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 " : "");
}
}
Expand Down

0 comments on commit 493ff4e

Please sign in to comment.